Skip to content

Commit 81c2455

Browse files
authored
Update Velero chart version due to Bitnami changes (#1005)
1 parent 2d72948 commit 81c2455

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roles/velero/defaults/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
# Disable by default so that existing deployments don't break when bucket isn't configured
43
# Can be overwritten in azimuth-config as needed
54
velero_enabled: false
@@ -89,7 +88,7 @@ velero_default_backup_storage_location: >-
8988
# Velero Helm chart config
9089
velero_chart_name: velero
9190
velero_chart_repo: https://vmware-tanzu.github.io/helm-charts
92-
velero_chart_version: 10.1.1
91+
velero_chart_version: 10.1.2
9392
velero_release_namespace: velero
9493
velero_release_name: velero
9594
velero_wait_timeout: 10m

0 commit comments

Comments
 (0)