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.13.0
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 6.0.0
6
+ version : 6.0.1
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 @@ -18,6 +18,9 @@ metadata:
18
18
{{- toYaml $schedule.labels | nindent 4 }}
19
19
{{- end }}
20
20
spec :
21
+ {{- if $schedule.paused }}
22
+ paused : {{ $schedule.paused }}
23
+ {{- end }}
21
24
{{- if $schedule.useOwnerReferencesInBackup }}
22
25
useOwnerReferencesInBackup : {{ $schedule.useOwnerReferencesInBackup }}
23
26
{{- end }}
Original file line number Diff line number Diff line change @@ -591,6 +591,7 @@ nodeAgent:
591
591
# myenv: foo
592
592
# schedule: "0 0 * * *"
593
593
# useOwnerReferencesInBackup: false
594
+ # paused: false
594
595
# template:
595
596
# ttl: "240h"
596
597
# storageLocation: default
You can’t perform that action at this time.
0 commit comments