Skip to content

Releases: klinux/velero-dashboard

v1.2.1

16 Feb 16:44

Choose a tag to compare

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