We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3784a commit 1309ab0Copy full SHA for 1309ab0
charts/velero/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: 1.14.1
3
kubeVersion: ">=1.16.0-0"
4
description: A Helm chart for velero
5
name: velero
6
-version: 7.2.0
+version: 7.2.1
7
home: https://github.com/vmware-tanzu/velero
8
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
sources:
charts/velero/templates/schedule.yaml
@@ -5,8 +5,8 @@ kind: Schedule
metadata:
name: {{ include "velero.fullname" $ }}-{{ $scheduleName }}
namespace: {{ $.Release.Namespace }}
- annotations:
{{- if $schedule.annotations }}
+ annotations:
10
{{- toYaml $schedule.annotations | nindent 4 }}
11
{{- end }}
12
labels:
0 commit comments