5252# Node plugin handles node-local operations, e.g. mounting and unmounting
5353# CVMFS repositories.
5454nodeplugin :
55-
5655 # Component name. Used as `component` label value
5756 # and to generate DaemonSet name.
5857 name : nodeplugin
@@ -70,15 +69,15 @@ nodeplugin:
7069 plugin :
7170 image :
7271 repository : registry.cern.ch/kubernetes/cvmfs-csi
73- tag : v2.3.2
72+ tag : v2.4.0
7473 pullPolicy : IfNotPresent
7574 resources : {}
7675
7776 # automount-runner image and container resources specs.
7877 automount :
7978 image :
8079 repository : registry.cern.ch/kubernetes/cvmfs-csi
81- tag : v2.3.2
80+ tag : v2.4.0
8281 pullPolicy : IfNotPresent
8382 resources : {}
8483 # Extra volume mounts to append to nodeplugin's
@@ -94,7 +93,7 @@ nodeplugin:
9493 automountReconciler :
9594 image :
9695 repository : registry.cern.ch/kubernetes/cvmfs-csi
97- tag : v2.3.2
96+ tag : v2.4.0
9897 pullPolicy : IfNotPresent
9998 resources : {}
10099 # Extra volume mounts to append to nodeplugin's
@@ -110,7 +109,7 @@ nodeplugin:
110109 singlemount :
111110 image :
112111 repository : registry.cern.ch/kubernetes/cvmfs-csi
113- tag : v2.3.2
112+ tag : v2.4.0
114113 pullPolicy : IfNotPresent
115114 resources : {}
116115 # Extra volume mounts to append to nodeplugin's
@@ -121,7 +120,7 @@ nodeplugin:
121120 registrar :
122121 image :
123122 repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
124- tag : v2.8 .0
123+ tag : v2.11 .0
125124 pullPolicy : IfNotPresent
126125 resources : {}
127126
@@ -160,7 +159,6 @@ nodeplugin:
160159 # New CVMFS CSI deployments do not need this. It is only necessary
161160 # when upgrading from v1 of the driver.
162161 serviceAccount :
163-
164162 # Name of the ServiceAccount (to use and/or create).
165163 # If no name is provided, Helm chart will generate one.
166164 serviceAccountName : cvmfs-nodeplugin
@@ -179,7 +177,6 @@ nodeplugin:
179177# fulfil the role of a reference to CVMFS repositories used inside the CO
180178# (e.g. Kubernetes), and are not modifying the CVMFS store in any way.
181179controllerplugin :
182-
183180 # Component name. Used as `component` label value
184181 # and to generate DaemonSet name.
185182 name : controllerplugin
@@ -193,7 +190,7 @@ controllerplugin:
193190 plugin :
194191 image :
195192 repository : registry.cern.ch/kubernetes/cvmfs-csi
196- tag : v2.3.2
193+ tag : v2.4.0
197194 pullPolicy : IfNotPresent
198195 resources : {}
199196 extraVolumeMounts : []
@@ -229,7 +226,6 @@ controllerplugin:
229226
230227 # ServiceAccount to use with Controller plugin Deployment.
231228 serviceAccount :
232-
233229 # Name of the ServiceAccount (to use and/or create).
234230 # If no name is provided, Helm chart will generate one.
235231 serviceAccountName : " "
@@ -240,7 +236,6 @@ controllerplugin:
240236
241237 # RBAC rules assigned to the ServiceAccount defined above.
242238 rbac :
243-
244239 # Whether to create RBACs in the CVMFS CSI namespace.
245240 # If not, it is expected they are already present.
246241 create : true
0 commit comments