File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : 1.5.2
3
3
description : A Helm chart for velero
4
4
name : velero
5
- version : 2.14.4
5
+ version : 2.14.5
6
6
home : https://github.com/vmware-tanzu/velero
7
7
icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
8
8
sources :
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ kind: Schedule
4
4
metadata :
5
5
name : {{ include "velero.fullname" $ }}-{{ $scheduleName }}
6
6
annotations :
7
+ {{- if $schedule.annotations }}
8
+ {{- toYaml $schedule.annotations | nindent 4 }}
9
+ {{- end }}
7
10
{{- if $.Values.enableHelmHooks }}
8
11
" helm.sh/hook " : post-install,post-upgrade
9
12
" helm.sh/hook-delete-policy " : " before-hook-creation"
Original file line number Diff line number Diff line change @@ -276,6 +276,8 @@ restic:
276
276
# mybackup:
277
277
# labels:
278
278
# myenv: foo
279
+ # annotations:
280
+ # myenv: foo
279
281
# schedule: "0 0 * * *"
280
282
# template:
281
283
# ttl: "240h"
You can’t perform that action at this time.
0 commit comments