Skip to content

Commit 5c966e3

Browse files
committed
Use staging-csi to work around quay.io availability
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 6a0e018 commit 5c966e3

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

cluster/addons/volumesnapshots/volume-snapshot-controller/volume-snapshot-controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
containers:
2424
- name: volume-snapshot-controller
2525
# TODO(xyang): Replace with an official image when it is released
26-
image: quay.io/k8scsi/snapshot-controller:v2.0.0-rc2
26+
image: gcr.io/k8s-staging-csi/snapshot-controller:v2.0.0-rc2
2727
args:
2828
- "--v=5"
2929
imagePullPolicy: Always

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

Lines changed: 1 addition & 1 deletion
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: quay.io/k8scsi/csi-snapshotter:v2.0.1
24+
image: gcr.io/k8s-staging-csi/csi-snapshotter:v2.0.1
2525
args:
2626
- "--v=5"
2727
- "--csi-address=/csi/csi.sock"

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: quay.io/k8scsi/csi-attacher:v2.2.0
43+
image: gcr.io/k8s-staging-csi/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: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
39+
image: gcr.io/k8s-staging-csi/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: quay.io/k8scsi/hostpathplugin:v1.4.0-rc2
64+
image: gcr.io/k8s-staging-csi/hostpathplugin:v1.4.0-rc2
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: quay.io/k8scsi/livenessprobe:v1.1.0
112+
image: gcr.io/k8s-staging-csi/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: quay.io/k8scsi/csi-provisioner:v1.6.0
43+
image: gcr.io/k8s-staging-csi/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: quay.io/k8scsi/csi-resizer:v0.5.0
43+
image: gcr.io/k8s-staging-csi/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: quay.io/k8scsi/csi-snapshotter:v2.1.0
43+
image: gcr.io/k8s-staging-csi/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: quay.io/k8scsi/csi-attacher:v3.0.0-rc1
18+
image: gcr.io/k8s-staging-csi/csi-attacher:v3.0.0-rc1
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: quay.io/k8scsi/csi-resizer:v0.4.0
18+
image: gcr.io/k8s-staging-csi/csi-resizer:v0.4.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: quay.io/k8scsi/csi-provisioner:v2.0.0-rc1
18+
image: gcr.io/k8s-staging-csi/csi-provisioner:v2.0.0-rc1
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: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
32+
image: gcr.io/k8s-staging-csi/csi-node-driver-registrar:v1.2.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: quay.io/k8scsi/mock-driver:v3.1.0
51+
image: gcr.io/k8s-staging-csi/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)