Skip to content

Commit cc4bd1b

Browse files
committed
Update images to latest patch releases
1 parent 586ed79 commit cc4bd1b

File tree

7 files changed

+11
-11
lines changed

7 files changed

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

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

Lines changed: 1 addition & 1 deletion
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.12.0
86+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
8787
args:
8888
- "--v=5"
8989
- "--csi-address=$(ADDRESS)"

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.0
40+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
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.0
40+
image: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
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.0
40+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

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

Lines changed: 5 additions & 5 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.0
265+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
266266
args:
267267
- "--v=5"
268268
- "--csi-address=$(ADDRESS)"
@@ -310,7 +310,7 @@ spec:
310310
- --health-port=9898
311311

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

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

Lines changed: 1 addition & 1 deletion
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.0
28+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
2929
args:
3030
- -v=5
3131
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)