Skip to content

Commit 8e7caf4

Browse files
authored
Merge pull request #557 from carlory/bump-image-versions
bump image versions
2 parents 4a79e9c + f5ed756 commit 8e7caf4

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
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.6.1
40+
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
4141
args:
4242
- --v=5
4343
- --csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ spec:
7777
volumeMounts:
7878
- mountPath: /csi
7979
name: socket-dir
80-
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
80+
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
8181
args:
8282
- --csi-address=/csi/csi.sock
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.12.1
86+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.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.1
100+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
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:v5.0.1
40+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.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.11.2
40+
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.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:v8.0.1
40+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

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

Lines changed: 7 additions & 7 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.12.1
265+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.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.1
279+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
280280
args:
281281
- --v=5
282282
- --csi-address=/csi/csi.sock
@@ -304,13 +304,13 @@ spec:
304304
volumeMounts:
305305
- mountPath: /csi
306306
name: socket-dir
307-
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
307+
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
308308
args:
309309
- --csi-address=/csi/csi.sock
310310
- --health-port=9898
311311

312312
- name: csi-attacher
313-
image: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
313+
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.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:v5.0.1
327+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.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.11.2
343+
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.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:v8.0.1
357+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
358358
args:
359359
- -v=5
360360
- --csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 3 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.0.1
28+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.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.1
63+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
6464
args:
6565
- --v=5
6666
- --csi-address=/csi/csi.sock
@@ -132,7 +132,7 @@ spec:
132132
volumeMounts:
133133
- mountPath: /csi
134134
name: socket-dir
135-
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
135+
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
136136
args:
137137
- --csi-address=/csi/csi.sock
138138
- --health-port=9898

0 commit comments

Comments
 (0)