Skip to content

Commit 2fd2e39

Browse files
committed
Update sidecars to prevent panic with GetCapabilities()
These sidecars use csi-lib-utils v0.21 which prevents a panic with the very new (unknown) GetSnapshot capability. See-also: kubernetes-csi/csi-lib-utils#188
1 parent d92fdeb commit 2fd2e39

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

deploy/kubernetes-1.30-test/hostpath/csi-hostpath-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-attacher
3838
containers:
3939
- name: csi-attacher
40-
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.0
40+
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.1
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.30-test/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
- --health-port=9898
8484

8585
- name: csi-external-health-monitor-controller
86-
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
86+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.15.0
8787
args:
8888
- "--v=5"
8989
- "--csi-address=$(ADDRESS)"
@@ -97,7 +97,7 @@ spec:
9797
mountPath: /csi
9898

9999
- name: node-driver-registrar
100-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
100+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
101101
args:
102102
- --v=5
103103
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.30-test/hostpath/csi-hostpath-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-provisioner
3838
containers:
3939
- name: csi-provisioner
40-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
40+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.30-test/hostpath/csi-hostpath-resizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
serviceAccountName: csi-resizer
3838
containers:
3939
- name: csi-resizer
40-
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
40+
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.2
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.30/hostpath/csi-hostpath-plugin.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ spec:
281281
name: dev-dir
282282

283283
- name: csi-external-health-monitor-controller
284-
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.14.0
284+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.15.0
285285
args:
286286
- "--v=5"
287287
- "--csi-address=$(ADDRESS)"
@@ -295,7 +295,7 @@ spec:
295295
mountPath: /csi
296296

297297
- name: node-driver-registrar
298-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
298+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
299299
args:
300300
- --v=5
301301
- --csi-address=/csi/csi.sock
@@ -329,7 +329,7 @@ spec:
329329
- --health-port=9898
330330

331331
- name: csi-attacher
332-
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.0
332+
image: registry.k8s.io/sig-storage/csi-attacher:v4.8.1
333333
args:
334334
- --v=5
335335
- --csi-address=/csi/csi.sock
@@ -343,7 +343,7 @@ spec:
343343
name: socket-dir
344344

345345
- name: csi-provisioner
346-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
346+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
347347
args:
348348
- -v=5
349349
- --csi-address=/csi/csi.sock
@@ -359,7 +359,7 @@ spec:
359359
name: socket-dir
360360

361361
- name: csi-resizer
362-
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
362+
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.2
363363
args:
364364
- -v=5
365365
- -csi-address=/csi/csi.sock
@@ -373,7 +373,7 @@ spec:
373373
name: socket-dir
374374

375375
- name: csi-snapshotter
376-
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
376+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
377377
args:
378378
- -v=5
379379
- --csi-address=/csi/csi.sock

deploy/kubernetes-distributed/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccountName: csi-provisioner
2626
containers:
2727
- name: csi-provisioner
28-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
28+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
2929
args:
3030
- -v=5
3131
- --csi-address=/csi/csi.sock
@@ -60,7 +60,7 @@ spec:
6060
name: socket-dir
6161

6262
- name: node-driver-registrar
63-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
63+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
6464
args:
6565
- --v=5
6666
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)