Skip to content

Commit 64727d7

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 a3e2af9 commit 64727d7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)