File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.15.0
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 8.0 .0
6
+ version : 8.1 .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 @@ -201,4 +201,8 @@ spec:
201
201
dnsConfig :
202
202
{{- toYaml . | nindent 8 }}
203
203
{{- end }}
204
+ {{- with .Values.nodeAgent.updateStrategy }}
205
+ updateStrategy :
206
+ {{- toYaml . | nindent 4 }}
207
+ {{- end }}
204
208
{{- end }}
Original file line number Diff line number Diff line change @@ -602,6 +602,9 @@ nodeAgent:
602
602
# DNS configuration to use for the node-agent daemonset. Optional.
603
603
dnsConfig : {}
604
604
605
+ # Update strategy to use for the node-agent daemonset. Optional.
606
+ updateStrategy : {}
607
+
605
608
# Backup schedules to create.
606
609
# Eg:
607
610
# schedules:
You can’t perform that action at this time.
0 commit comments