Skip to content

Commit afaf9c2

Browse files
committed
Bump sidecars used in kubernetes repo
1 parent 0e4cf67 commit afaf9c2

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# All of the individual sidecar RBAC roles get bound
1+
# All of the individual sidecar RBAC roles get bound
22
# to this account.
33
kind: ServiceAccount
44
apiVersion: v1
@@ -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.1
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

test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-attacher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: csi-mock
1616
containers:
1717
- name: csi-attacher
18-
image: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
18+
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
1919
args:
2020
- --v=5
2121
- --csi-address=$(ADDRESS)

test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-resizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: csi-mock
1616
containers:
1717
- name: csi-resizer
18-
image: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
18+
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
1919
args:
2020
- "--v=5"
2121
- "--csi-address=$(ADDRESS)"

test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: csi-mock
1616
containers:
1717
- name: csi-snapshotter
18-
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
18+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
1919
args:
2020
- "--v=5"
2121
- "--csi-address=$(ADDRESS)"

test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: csi-mock
1616
containers:
1717
- name: csi-provisioner
18-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
18+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
1919
args:
2020
- "--csi-address=$(ADDRESS)"
2121
# Topology support is needed for the pod rescheduling test
@@ -34,7 +34,7 @@ spec:
3434
- mountPath: /csi
3535
name: socket-dir
3636
- name: driver-registrar
37-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
37+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
3838
args:
3939
- --v=5
4040
- --csi-address=/csi/csi.sock

test/e2e/testing-manifests/storage-csi/mock/csi-mock-proxy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: csi-mock
1616
containers:
1717
- name: csi-provisioner
18-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
18+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
1919
args:
2020
- "--csi-address=$(ADDRESS)"
2121
# Topology support is needed for the pod rescheduling test
@@ -35,7 +35,7 @@ spec:
3535
- mountPath: /csi
3636
name: socket-dir
3737
- name: driver-registrar
38-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
38+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
3939
args:
4040
- --v=5
4141
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)