Skip to content

Commit f6fe9d8

Browse files
committed
bump image versions
1 parent f5d4503 commit f6fe9d8

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

deploy/kubernetes-1.27-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.5.0
40+
image: registry.k8s.io/sig-storage/csi-attacher:v4.6.0
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.27-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.11.0
86+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.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.10.0
100+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
101101
args:
102102
- --v=5
103103
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.27-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:v4.0.0
40+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.27-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.10.0
40+
image: registry.k8s.io/sig-storage/csi-resizer:v1.11.0
4141
args:
4242
- -v=5
4343
- -csi-address=/csi/csi.sock

deploy/kubernetes-1.27-test/hostpath/csi-hostpath-snapshotter.yaml

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ spec:
262262
name: dev-dir
263263

264264
- name: csi-external-health-monitor-controller
265-
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
265+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.0
266266
args:
267267
- "--v=5"
268268
- "--csi-address=$(ADDRESS)"
@@ -276,7 +276,7 @@ spec:
276276
mountPath: /csi
277277

278278
- name: node-driver-registrar
279-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
279+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
280280
args:
281281
- --v=5
282282
- --csi-address=/csi/csi.sock
@@ -310,7 +310,7 @@ spec:
310310
- --health-port=9898
311311

312312
- name: csi-attacher
313-
image: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
313+
image: registry.k8s.io/sig-storage/csi-attacher:v4.6.0
314314
args:
315315
- --v=5
316316
- --csi-address=/csi/csi.sock
@@ -324,7 +324,7 @@ spec:
324324
name: socket-dir
325325

326326
- name: csi-provisioner
327-
image: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
327+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.0
328328
args:
329329
- -v=5
330330
- --csi-address=/csi/csi.sock
@@ -340,7 +340,7 @@ spec:
340340
name: socket-dir
341341

342342
- name: csi-resizer
343-
image: registry.k8s.io/sig-storage/csi-resizer:v1.10.0
343+
image: registry.k8s.io/sig-storage/csi-resizer:v1.11.0
344344
args:
345345
- -v=5
346346
- -csi-address=/csi/csi.sock
@@ -354,7 +354,7 @@ spec:
354354
name: socket-dir
355355

356356
- name: csi-snapshotter
357-
image: registry.k8s.io/sig-storage/csi-snapshotter:v7.0.1
357+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.0
358358
args:
359359
- -v=5
360360
- --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:v4.0.0
28+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.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.10.0
63+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
6464
args:
6565
- --v=5
6666
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)