52
52
# Node plugin handles node-local operations, e.g. mounting and unmounting
53
53
# CVMFS repositories.
54
54
nodeplugin :
55
-
56
55
# Component name. Used as `component` label value
57
56
# and to generate DaemonSet name.
58
57
name : nodeplugin
@@ -70,15 +69,15 @@ nodeplugin:
70
69
plugin :
71
70
image :
72
71
repository : registry.cern.ch/kubernetes/cvmfs-csi
73
- tag : v2.3.2
72
+ tag : v2.4.0
74
73
pullPolicy : IfNotPresent
75
74
resources : {}
76
75
77
76
# automount-runner image and container resources specs.
78
77
automount :
79
78
image :
80
79
repository : registry.cern.ch/kubernetes/cvmfs-csi
81
- tag : v2.3.2
80
+ tag : v2.4.0
82
81
pullPolicy : IfNotPresent
83
82
resources : {}
84
83
# Extra volume mounts to append to nodeplugin's
@@ -94,7 +93,7 @@ nodeplugin:
94
93
automountReconciler :
95
94
image :
96
95
repository : registry.cern.ch/kubernetes/cvmfs-csi
97
- tag : v2.3.2
96
+ tag : v2.4.0
98
97
pullPolicy : IfNotPresent
99
98
resources : {}
100
99
# Extra volume mounts to append to nodeplugin's
@@ -110,7 +109,7 @@ nodeplugin:
110
109
singlemount :
111
110
image :
112
111
repository : registry.cern.ch/kubernetes/cvmfs-csi
113
- tag : v2.3.2
112
+ tag : v2.4.0
114
113
pullPolicy : IfNotPresent
115
114
resources : {}
116
115
# Extra volume mounts to append to nodeplugin's
@@ -121,7 +120,7 @@ nodeplugin:
121
120
registrar :
122
121
image :
123
122
repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
124
- tag : v2.8 .0
123
+ tag : v2.11 .0
125
124
pullPolicy : IfNotPresent
126
125
resources : {}
127
126
@@ -160,7 +159,6 @@ nodeplugin:
160
159
# New CVMFS CSI deployments do not need this. It is only necessary
161
160
# when upgrading from v1 of the driver.
162
161
serviceAccount :
163
-
164
162
# Name of the ServiceAccount (to use and/or create).
165
163
# If no name is provided, Helm chart will generate one.
166
164
serviceAccountName : cvmfs-nodeplugin
@@ -179,7 +177,6 @@ nodeplugin:
179
177
# fulfil the role of a reference to CVMFS repositories used inside the CO
180
178
# (e.g. Kubernetes), and are not modifying the CVMFS store in any way.
181
179
controllerplugin :
182
-
183
180
# Component name. Used as `component` label value
184
181
# and to generate DaemonSet name.
185
182
name : controllerplugin
@@ -193,7 +190,7 @@ controllerplugin:
193
190
plugin :
194
191
image :
195
192
repository : registry.cern.ch/kubernetes/cvmfs-csi
196
- tag : v2.3.2
193
+ tag : v2.4.0
197
194
pullPolicy : IfNotPresent
198
195
resources : {}
199
196
extraVolumeMounts : []
@@ -229,7 +226,6 @@ controllerplugin:
229
226
230
227
# ServiceAccount to use with Controller plugin Deployment.
231
228
serviceAccount :
232
-
233
229
# Name of the ServiceAccount (to use and/or create).
234
230
# If no name is provided, Helm chart will generate one.
235
231
serviceAccountName : " "
@@ -240,7 +236,6 @@ controllerplugin:
240
236
241
237
# RBAC rules assigned to the ServiceAccount defined above.
242
238
rbac :
243
-
244
239
# Whether to create RBACs in the CVMFS CSI namespace.
245
240
# If not, it is expected they are already present.
246
241
create : true
0 commit comments