Skip to content

Commit 518b002

Browse files
authored
Merge pull request #619 from jsafrane/bump-images-for-1.17
Update image versions with the newest releases
2 parents 9f39cb3 + c4c80a8 commit 518b002

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ spec:
237237
serviceAccountName: csi-hostpathplugin-sa
238238
containers:
239239
- name: hostpath
240-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
240+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.17.0
241241
args:
242242
- "--drivername=hostpath.csi.k8s.io"
243243
- "--v=5"
@@ -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.16.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.15.0
299299
args:
300300
- --v=5
301301
- --csi-address=/csi/csi.sock
@@ -323,13 +323,13 @@ spec:
323323
volumeMounts:
324324
- mountPath: /csi
325325
name: socket-dir
326-
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
326+
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
327327
args:
328328
- --csi-address=/csi/csi.sock
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.10.0
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:v6.0.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:v2.0.0
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.4.0
377377
args:
378378
- -v=5
379379
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)