File tree 3 files changed +10
-1
lines changed
3 files changed +10
-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.5 .0
6
+ version : 8.6 .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
+ type : DirectoryOrCreate
76
+ - name : host-plugins
77
+ hostPath :
78
+ path : {{ .Values.nodeAgent.pluginVolumePath }}
79
+ type : DirectoryOrCreate
75
80
{{- if .Values.nodeAgent.useScratchEmptyDir }}
76
81
- name : scratch
77
82
emptyDir : {}
@@ -120,6 +125,9 @@ spec:
120
125
- name : host-pods
121
126
mountPath : /host_pods
122
127
mountPropagation : HostToContainer
128
+ - name : host-plugins
129
+ mountPath : /var/lib/kubelet/plugins
130
+ mountPropagation : HostToContainer
123
131
{{- if .Values.nodeAgent.useScratchEmptyDir }}
124
132
- name : scratch
125
133
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