Skip to content

v1.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Feb 16:44
· 10 commits to main since this release

Changes

  • fix(helm): add numeric runAsUser to resolve runAsNonRoot verification (23bcc94)

Docker Images

Backend:

docker pull klinux/velero-dashboard-backend:v1.2.1

Frontend:

docker pull klinux/velero-dashboard-frontend:v1.2.1

Helm Chart

helm repo add velero-dashboard https://klinux.github.io/velero-dashboard
helm repo update
helm install velero-dashboard velero-dashboard/velero-dashboard \
  --namespace velero \
  --set backend.image.tag=v1.2.1 \
  --set frontend.image.tag=v1.2.1