We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1fa6f commit 92d153eCopy full SHA for 92d153e
charts/velero/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: 1.3.0
3
description: A Helm chart for velero
4
name: velero
5
-version: 2.9.1
+version: 2.9.2
6
home: https://github.com/vmware-tanzu/velero
7
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
8
sources:
charts/velero/templates/volumesnapshotlocation.yaml
@@ -28,10 +28,10 @@ spec:
28
{{- end }}
29
{{- with .snapshotLocation }}
30
snapshotLocation: {{ . }}
31
- {{- end}}
+ {{- end }}
32
{{- with .project }}
33
project: {{ . }}
34
35
36
37
0 commit comments