Skip to content

Commit f0f07de

Browse files
authored
Merge pull request #629 from simoncampion/add-velero-node-agent-update-strategy
2 parents 9e40563 + e4e793b commit f0f07de

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

charts/velero/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.15.0
33
kubeVersion: ">=1.16.0-0"
44
description: A Helm chart for velero
55
name: velero
6-
version: 8.0.0
6+
version: 8.1.0
77
home: https://github.com/vmware-tanzu/velero
88
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
99
sources:

charts/velero/templates/node-agent-daemonset.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,8 @@ spec:
201201
dnsConfig:
202202
{{- toYaml . | nindent 8 }}
203203
{{- end }}
204+
{{- with .Values.nodeAgent.updateStrategy }}
205+
updateStrategy:
206+
{{- toYaml . | nindent 4 }}
207+
{{- end }}
204208
{{- end }}

charts/velero/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,9 @@ nodeAgent:
602602
# DNS configuration to use for the node-agent daemonset. Optional.
603603
dnsConfig: {}
604604

605+
# Update strategy to use for the node-agent daemonset. Optional.
606+
updateStrategy: {}
607+
605608
# Backup schedules to create.
606609
# Eg:
607610
# schedules:

0 commit comments

Comments
 (0)