@@ -7,7 +7,7 @@ metadata:
7
7
namespace : " kube-system"
8
8
labels :
9
9
app.kubernetes.io/name : hcloud-csi
10
- helm.sh/chart : hcloud-csi-2.12 .0
10
+ helm.sh/chart : hcloud-csi-2.13 .0
11
11
app.kubernetes.io/instance : hcloud-csi
12
12
app.kubernetes.io/managed-by : Helm
13
13
app.kubernetes.io/component : controller
@@ -20,7 +20,7 @@ metadata:
20
20
name : hcloud-csi-controller
21
21
labels :
22
22
app.kubernetes.io/name : hcloud-csi
23
- helm.sh/chart : hcloud-csi-2.12 .0
23
+ helm.sh/chart : hcloud-csi-2.13 .0
24
24
app.kubernetes.io/instance : hcloud-csi
25
25
app.kubernetes.io/managed-by : Helm
26
26
app.kubernetes.io/component : controller
@@ -82,7 +82,7 @@ metadata:
82
82
name : hcloud-csi-controller
83
83
labels :
84
84
app.kubernetes.io/name : hcloud-csi
85
- helm.sh/chart : hcloud-csi-2.12 .0
85
+ helm.sh/chart : hcloud-csi-2.13 .0
86
86
app.kubernetes.io/instance : hcloud-csi
87
87
app.kubernetes.io/managed-by : Helm
88
88
app.kubernetes.io/component : controller
@@ -103,7 +103,7 @@ metadata:
103
103
namespace : " kube-system"
104
104
labels :
105
105
app.kubernetes.io/name : hcloud-csi
106
- helm.sh/chart : hcloud-csi-2.12 .0
106
+ helm.sh/chart : hcloud-csi-2.13 .0
107
107
app.kubernetes.io/instance : hcloud-csi
108
108
app.kubernetes.io/managed-by : Helm
109
109
app.kubernetes.io/component : node
@@ -120,11 +120,12 @@ spec:
120
120
metadata :
121
121
labels :
122
122
app.kubernetes.io/name : hcloud-csi
123
- helm.sh/chart : hcloud-csi-2.12 .0
123
+ helm.sh/chart : hcloud-csi-2.13 .0
124
124
app.kubernetes.io/instance : hcloud-csi
125
125
app.kubernetes.io/managed-by : Helm
126
126
app.kubernetes.io/component : node
127
127
spec :
128
+
128
129
affinity :
129
130
nodeAffinity :
130
131
requiredDuringSchedulingIgnoredDuringExecution :
@@ -232,7 +233,7 @@ metadata:
232
233
namespace : " kube-system"
233
234
labels :
234
235
app.kubernetes.io/name : hcloud-csi
235
- helm.sh/chart : hcloud-csi-2.12 .0
236
+ helm.sh/chart : hcloud-csi-2.13 .0
236
237
app.kubernetes.io/instance : hcloud-csi
237
238
app.kubernetes.io/managed-by : Helm
238
239
app.kubernetes.io/component : controller
@@ -250,7 +251,7 @@ spec:
250
251
metadata :
251
252
labels :
252
253
app.kubernetes.io/name : hcloud-csi
253
- helm.sh/chart : hcloud-csi-2.12 .0
254
+ helm.sh/chart : hcloud-csi-2.13 .0
254
255
app.kubernetes.io/instance : hcloud-csi
255
256
app.kubernetes.io/managed-by : Helm
256
257
app.kubernetes.io/component : controller
@@ -290,6 +291,8 @@ spec:
290
291
resources :
291
292
limits : {}
292
293
requests : {}
294
+ args :
295
+ - --feature-gates=RecoverVolumeExpansionFailure=false
293
296
volumeMounts :
294
297
- name : socket-dir
295
298
mountPath : /run/csi
0 commit comments