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.2
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 8.4 .0
6
+ version : 8.5 .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 72
72
- name : host-pods
73
73
hostPath :
74
74
path : {{ .Values.nodeAgent.podVolumePath }}
75
+ - name : host-plugins
76
+ hostPath :
77
+ path : {{ .Values.nodeAgent.pluginVolumePath }}
75
78
{{- if .Values.nodeAgent.useScratchEmptyDir }}
76
79
- name : scratch
77
80
emptyDir : {}
@@ -120,6 +123,9 @@ spec:
120
123
- name : host-pods
121
124
mountPath : /host_pods
122
125
mountPropagation : HostToContainer
126
+ - name : host-plugins
127
+ mountPath : /var/lib/kubelet/plugins
128
+ mountPropagation : HostToContainer
123
129
{{- if .Values.nodeAgent.useScratchEmptyDir }}
124
130
- name : scratch
125
131
mountPath : /scratch
Original file line number Diff line number Diff line change @@ -536,6 +536,7 @@ deployNodeAgent: false
536
536
537
537
nodeAgent :
538
538
podVolumePath : /var/lib/kubelet/pods
539
+ pluginVolumePath : /var/lib/kubelet/plugins
539
540
# Pod priority class name to use for the node-agent daemonset. Optional.
540
541
priorityClassName : " "
541
542
# Resource requests/limits to specify for the node-agent daemonset deployment. Optional.
You can’t perform that action at this time.
0 commit comments