Skip to content

Commit

Permalink
Merge pull request #629 from simoncampion/add-velero-node-agent-updat…
Browse files Browse the repository at this point in the history
…e-strategy
  • Loading branch information
jenting authored Nov 25, 2024
2 parents 9e40563 + e4e793b commit f0f07de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.15.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 8.0.0
version: 8.1.0
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/velero/templates/node-agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,8 @@ spec:
dnsConfig:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.nodeAgent.updateStrategy }}
updateStrategy:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@ nodeAgent:
# DNS configuration to use for the node-agent daemonset. Optional.
dnsConfig: {}

# Update strategy to use for the node-agent daemonset. Optional.
updateStrategy: {}

# Backup schedules to create.
# Eg:
# schedules:
Expand Down

0 comments on commit f0f07de

Please sign in to comment.