Skip to content

Commit d4c5f7a

Browse files
authored
Merge pull request #375 from humblec/update-sidecars
update sidecars in the hostpath plugin CI test deployments
2 parents 08f377d + d866621 commit d4c5f7a

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

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

deploy/kubernetes-1.22-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.7.0
80+
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.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.5.0
86+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.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.5.1
100+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
101101
args:
102102
- --v=5
103103
- --csi-address=/csi/csi.sock

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

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

deploy/kubernetes-1.22-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:v6.0.1
40+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
4141
args:
4242
- -v=5
4343
- --csi-address=/csi/csi.sock

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

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

263263
- name: csi-external-health-monitor-controller
264-
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.6.0
264+
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
265265
args:
266266
- "--v=5"
267267
- "--csi-address=$(ADDRESS)"
@@ -275,7 +275,7 @@ spec:
275275
mountPath: /csi
276276

277277
- name: node-driver-registrar
278-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.1
278+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
279279
args:
280280
- --v=5
281281
- --csi-address=/csi/csi.sock
@@ -303,13 +303,13 @@ spec:
303303
volumeMounts:
304304
- mountPath: /csi
305305
name: socket-dir
306-
image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0
306+
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
307307
args:
308308
- --csi-address=/csi/csi.sock
309309
- --health-port=9898
310310

311311
- name: csi-attacher
312-
image: registry.k8s.io/sig-storage/csi-attacher:v3.5.0
312+
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
313313
args:
314314
- --v=5
315315
- --csi-address=/csi/csi.sock
@@ -323,7 +323,7 @@ spec:
323323
name: socket-dir
324324

325325
- name: csi-provisioner
326-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.1
326+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
327327
args:
328328
- -v=5
329329
- --csi-address=/csi/csi.sock
@@ -338,7 +338,7 @@ spec:
338338
name: socket-dir
339339

340340
- name: csi-resizer
341-
image: registry.k8s.io/sig-storage/csi-resizer:v1.5.0
341+
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
342342
args:
343343
- -v=5
344344
- -csi-address=/csi/csi.sock
@@ -352,7 +352,7 @@ spec:
352352
name: socket-dir
353353

354354
- name: csi-snapshotter
355-
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.1
355+
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
356356
args:
357357
- -v=5
358358
- --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:v3.2.0
28+
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.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.5.1
63+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.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.7.0
135+
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
136136
args:
137137
- --csi-address=/csi/csi.sock
138138
- --health-port=9898

0 commit comments

Comments
 (0)