Skip to content

Commit 2ca0eb3

Browse files
authored
Merge pull request kubernetes#127165 from gnufied/bump-sidecars
Bump sidecars used in kubernetes repo
2 parents 2049360 + f5ee407 commit 2ca0eb3

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccountName: csi-gce-pd-controller-sa
2222
containers:
2323
- name: csi-snapshotter
24-
image: registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1
24+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
2525
args:
2626
- "--v=5"
2727
- "--csi-address=/csi/csi.sock"
@@ -39,7 +39,7 @@ spec:
3939
- name: socket-dir
4040
mountPath: /csi
4141
- name: csi-provisioner
42-
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.0
42+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
4343
args:
4444
- "--v=5"
4545
- "--csi-address=/csi/csi.sock"
@@ -73,7 +73,7 @@ spec:
7373
- name: socket-dir
7474
mountPath: /csi
7575
- name: csi-attacher
76-
image: registry.k8s.io/sig-storage/csi-attacher:v4.0.0
76+
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
7777
args:
7878
- "--v=5"
7979
- "--csi-address=/csi/csi.sock"
@@ -102,7 +102,7 @@ spec:
102102
- name: socket-dir
103103
mountPath: /csi
104104
- name: csi-resizer
105-
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
105+
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
106106
args:
107107
- "--v=5"
108108
- "--csi-address=/csi/csi.sock"

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

Lines changed: 8 additions & 8 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
@@ -219,7 +219,7 @@ spec:
219219
serviceAccountName: csi-hostpathplugin-sa
220220
containers:
221221
- name: hostpath
222-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0
222+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
223223
args:
224224
- "--drivername=hostpath.csi.k8s.io"
225225
- "--v=5"
@@ -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/hostpath/hostpath/csi-hostpath-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
topologyKey: kubernetes.io/hostname
6767
containers:
6868
- name: socat
69-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0
69+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
7070
command:
7171
- socat
7272
args:

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: 3 additions & 3 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
@@ -53,7 +53,7 @@ spec:
5353
- mountPath: /registration
5454
name: registration-dir
5555
- name: mock
56-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0
56+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
5757
args:
5858
- "--drivername=mock.storage.k8s.io"
5959
- "--nodeid=$(KUBE_NODE_NAME)"

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

Lines changed: 3 additions & 3 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
@@ -53,7 +53,7 @@ spec:
5353
- mountPath: /registration
5454
name: registration-dir
5555
- name: mock
56-
image: registry.k8s.io/sig-storage/hostpathplugin:v1.14.0
56+
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
5757
args:
5858
- -v=5
5959
- -nodeid=$(KUBE_NODE_NAME)

0 commit comments

Comments
 (0)