Skip to content

Commit b07a522

Browse files
authored
Merge pull request #722 from stijzermans/main
2 parents 33ea5f4 + 16f9218 commit b07a522

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/velero/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.17.1
33
kubeVersion: ">=1.16.0-0"
44
description: A Helm chart for velero
55
name: velero
6-
version: 11.3.1
6+
version: 11.3.2
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,14 @@ spec:
134134
- name: cloud-credentials
135135
mountPath: /credentials
136136
{{- end }}
137+
{{- if not (.Values.nodeAgent.disableHostPath) }}
137138
- name: host-pods
138139
mountPath: /host_pods
139140
mountPropagation: HostToContainer
140141
- name: host-plugins
141142
mountPath: /host_plugins
142143
mountPropagation: HostToContainer
144+
{{- end }}
143145
{{- if .Values.nodeAgent.useScratchEmptyDir }}
144146
- name: scratch
145147
mountPath: /scratch

0 commit comments

Comments
 (0)