We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a1836 commit ab8a741Copy full SHA for ab8a741
charts/base-cluster/templates/backup/velero.yaml
@@ -85,6 +85,7 @@ spec:
85
{{- end }}
86
87
volumeSnapshotLocation: []
88
+ uploaderType: restic
89
metrics:
90
serviceMonitor:
91
additionalLabels: {{- .Values.monitoring.labels | toYaml | nindent 10 }}
charts/base-cluster/values.yaml
@@ -164,7 +164,7 @@ global:
164
vmware:
165
url: https://vmware-tanzu.github.io/helm-charts
166
charts:
167
- velero: 5.3.0
+ velero: 5.4.1
168
condition: "{{ not (empty .Values.backup.backupStorageLocations) }}"
169
open-telemetry:
170
url: https://open-telemetry.github.io/opentelemetry-helm-charts
0 commit comments