Skip to content

Commit d22380b

Browse files
committed
[WIP] Update sidecars to prevent panic with GetCapabilities()
Waiting for kubernetes-csi/external-provisioner#1382 to be addressed too.
1 parent a3e2af9 commit d22380b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
@@ -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

0 commit comments

Comments
 (0)