Releases: klinux/velero-dashboard
Releases · klinux/velero-dashboard
v1.2.1
Changes
- fix(helm): add numeric runAsUser to resolve runAsNonRoot verification (23bcc94)
Docker Images
Backend:
docker pull klinux/velero-dashboard-backend:v1.2.1Frontend:
docker pull klinux/velero-dashboard-frontend:v1.2.1Helm 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