File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.15.2
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 8.4 .0
6
+ version : 8.5 .0
7
7
home : https://github.com/vmware-tanzu/velero
8
8
icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
9
sources :
Original file line number Diff line number Diff line change 23
23
{{- end }}
24
24
{{- if $schedule.useOwnerReferencesInBackup }}
25
25
useOwnerReferencesInBackup : {{ $schedule.useOwnerReferencesInBackup }}
26
+ {{- end }}
27
+ {{- if $schedule.skipImmediately }}
28
+ skipImmediately : {{ $schedule.skipImmediately }}
26
29
{{- end }}
27
30
schedule : {{ $schedule.schedule | quote }}
28
31
{{- with $schedule.template }}
Original file line number Diff line number Diff line change @@ -621,6 +621,7 @@ nodeAgent:
621
621
# schedule: "0 0 * * *"
622
622
# useOwnerReferencesInBackup: false
623
623
# paused: false
624
+ # skipImmediately: false
624
625
# template:
625
626
# ttl: "240h"
626
627
# storageLocation: default
You can’t perform that action at this time.
0 commit comments