Skip to content

Commit 35c8fec

Browse files
authored
Merge pull request kubernetes#93521 from msau42/update-registry
Update e2e csi images to k8s.gcr.io
2 parents 8257639 + ab5b3e2 commit 35c8fec

12 files changed

+28
-28
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: gcr.io/k8s-staging-csi/csi-snapshotter:v2.0.1
24+
image: gcr.io/gke-release/csi-snapshotter:v2.1.1-gke.0
2525
args:
2626
- "--v=5"
2727
- "--csi-address=/csi/csi.sock"
@@ -30,7 +30,7 @@ spec:
3030
- name: socket-dir
3131
mountPath: /csi
3232
- name: csi-provisioner
33-
image: gcr.io/gke-release/csi-provisioner:v1.5.0-gke.0
33+
image: gcr.io/gke-release/csi-provisioner:v1.6.0-gke.0
3434
args:
3535
- "--v=5"
3636
- "--csi-address=/csi/csi.sock"
@@ -39,15 +39,15 @@ spec:
3939
- name: socket-dir
4040
mountPath: /csi
4141
- name: csi-attacher
42-
image: gcr.io/gke-release/csi-attacher:v2.1.1-gke.0
42+
image: gcr.io/gke-release/csi-attacher:v2.2.0-gke.0
4343
args:
4444
- "--v=5"
4545
- "--csi-address=/csi/csi.sock"
4646
volumeMounts:
4747
- name: socket-dir
4848
mountPath: /csi
4949
- name: csi-resizer
50-
image: gcr.io/gke-release/csi-resizer:v0.4.0-gke.0
50+
image: gcr.io/gke-release/csi-resizer:v0.5.0-gke.0
5151
args:
5252
- "--v=5"
5353
- "--csi-address=/csi/csi.sock"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
hostNetwork: true
1919
containers:
2020
- name: csi-driver-registrar
21-
image: gcr.io/gke-release/csi-node-driver-registrar:v1.2.0-gke.0
21+
image: gcr.io/gke-release/csi-node-driver-registrar:v1.3.0-gke.0
2222
args:
2323
- "--v=5"
2424
- "--csi-address=/csi/csi.sock"
@@ -40,7 +40,7 @@ spec:
4040
- name: gce-pd-driver
4141
securityContext:
4242
privileged: true
43-
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.6.2-gke.0
43+
image: gcr.io/gke-release/gcp-compute-persistent-disk-csi-driver:v0.7.0-gke.0
4444
args:
4545
- "--v=5"
4646
- "--endpoint=unix:/csi/csi.sock"
@@ -103,4 +103,4 @@ spec:
103103
tolerations:
104104
- operator: Exists
105105
nodeSelector:
106-
kubernetes.io/os: linux
106+
kubernetes.io/os: linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-attacher
4141
containers:
4242
- name: csi-attacher
43-
image: gcr.io/k8s-staging-csi/csi-attacher:v2.2.0
43+
image: k8s.gcr.io/sig-storage/csi-attacher:v2.2.0
4444
args:
4545
- --v=5
4646
- --csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
containers:
3838
- name: node-driver-registrar
39-
image: gcr.io/k8s-staging-csi/csi-node-driver-registrar:v1.3.0
39+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v1.3.0
4040
args:
4141
- --v=5
4242
- --csi-address=/csi/csi.sock
@@ -61,7 +61,7 @@ spec:
6161
name: csi-data-dir
6262

6363
- name: hostpath
64-
image: gcr.io/k8s-staging-csi/hostpathplugin:v1.4.0-rc2
64+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.4.0
6565
args:
6666
- "--drivername=hostpath.csi.k8s.io"
6767
- "--v=5"
@@ -109,7 +109,7 @@ spec:
109109
volumeMounts:
110110
- mountPath: /csi
111111
name: socket-dir
112-
image: gcr.io/k8s-staging-csi/livenessprobe:v1.1.0
112+
image: k8s.gcr.io/sig-storage/livenessprobe:v1.1.0
113113
args:
114114
- --csi-address=/csi/csi.sock
115115
- --health-port=9898

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-provisioner
4141
containers:
4242
- name: csi-provisioner
43-
image: gcr.io/k8s-staging-csi/csi-provisioner:v1.6.0
43+
image: k8s.gcr.io/sig-storage/csi-provisioner:v1.6.0
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccountName: csi-resizer
4141
containers:
4242
- name: csi-resizer
43-
image: gcr.io/k8s-staging-csi/csi-resizer:v0.5.0
43+
image: k8s.gcr.io/sig-storage/csi-resizer:v0.5.0
4444
args:
4545
- -v=5
4646
- -csi-address=/csi/csi.sock

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
serviceAccount: csi-snapshotter
4141
containers:
4242
- name: csi-snapshotter
43-
image: gcr.io/k8s-staging-csi/csi-snapshotter:v2.1.0
43+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v2.1.0
4444
args:
4545
- -v=5
4646
- --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: gcr.io/k8s-staging-csi/csi-attacher:v3.0.0-rc1
18+
image: k8s.gcr.io/sig-storage/csi-attacher:v2.2.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: gcr.io/k8s-staging-csi/csi-resizer:v0.4.0
18+
image: k8s.gcr.io/sig-storage/csi-resizer:v0.5.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: gcr.io/k8s-staging-csi/csi-provisioner:v2.0.0-rc1
18+
image: k8s.gcr.io/sig-storage/csi-provisioner:v1.6.0
1919
args:
2020
- "--csi-address=$(ADDRESS)"
2121
# Topology support is needed for the pod rescheduling test
@@ -29,7 +29,7 @@ spec:
2929
- mountPath: /csi
3030
name: socket-dir
3131
- name: driver-registrar
32-
image: gcr.io/k8s-staging-csi/csi-node-driver-registrar:v1.2.0
32+
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v1.3.0
3333
args:
3434
- --v=5
3535
- --csi-address=/csi/csi.sock
@@ -48,7 +48,7 @@ spec:
4848
- mountPath: /registration
4949
name: registration-dir
5050
- name: mock
51-
image: gcr.io/k8s-staging-csi/mock-driver:v3.1.0
51+
image: k8s.gcr.io/sig-storage/mock-driver:v3.1.0
5252
args:
5353
- "--name=mock.storage.k8s.io"
5454
- "--permissive-target-path" # because of https://github.com/kubernetes/kubernetes/issues/75535

0 commit comments

Comments
 (0)