We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d72948 commit 81c2455Copy full SHA for 81c2455
roles/velero/defaults/main.yml
@@ -1,5 +1,4 @@
1
---
2
-
3
# Disable by default so that existing deployments don't break when bucket isn't configured
4
# Can be overwritten in azimuth-config as needed
5
velero_enabled: false
@@ -89,7 +88,7 @@ velero_default_backup_storage_location: >-
89
88
# Velero Helm chart config
90
velero_chart_name: velero
91
velero_chart_repo: https://vmware-tanzu.github.io/helm-charts
92
-velero_chart_version: 10.1.1
+velero_chart_version: 10.1.2
93
velero_release_namespace: velero
94
velero_release_name: velero
95
velero_wait_timeout: 10m
0 commit comments