Skip to content

Commit 6ca66d7

Browse files
committed
e2e: use quay.io/k8scsi images, bump versions
Commit 503f654, "Update CSI tests to point to 1.0.0 external bits", changed to images published on gcr.io, perhaps because the images on quay.io weren't ready yet. We now have up-to-date images on quay.io and should be using those.
1 parent dc9261b commit 6ca66d7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
serviceAccountName: csi-attacher
3131
containers:
3232
- name: csi-attacher
33-
image: gcr.io/gke-release/csi-attacher:v0.4.1-gke.0
33+
image: quay.io/k8scsi/csi-attacher:v0.4.1
3434
args:
3535
- --v=5
3636
- --csi-address=$(ADDRESS)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
serviceAccountName: csi-provisioner
3131
containers:
3232
- name: csi-provisioner-v0
33-
image: gcr.io/gke-release/csi-provisioner:v0.4.1-gke.0
33+
image: quay.io/k8scsi/csi-provisioner:v0.4.1
3434
args:
3535
- "--provisioner=csi-hostpath-v0"
3636
- "--csi-address=$(ADDRESS)"

test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
hostNetwork: true
1616
containers:
1717
- name: driver-registrar
18-
image: gcr.io/gke-release/csi-driver-registrar:v0.4.1-gke.0
18+
image: quay.io/k8scsi/driver-registrar:v0.4.1
1919
args:
2020
- --v=5
2121
- --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
@@ -30,7 +30,7 @@ spec:
3030
serviceAccountName: csi-attacher
3131
containers:
3232
- name: csi-attacher
33-
image: gcr.io/gke-release/csi-attacher:v1.0.0-gke.0
33+
image: quay.io/k8scsi/csi-attacher:v1.0.1
3434
args:
3535
- --v=5
3636
- --csi-address=$(ADDRESS)

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
@@ -30,7 +30,7 @@ spec:
3030
serviceAccountName: csi-provisioner
3131
containers:
3232
- name: csi-provisioner
33-
image: gcr.io/gke-release/csi-provisioner:v1.0.0-gke.0
33+
image: quay.io/k8scsi/csi-provisioner:v1.0.1
3434
args:
3535
- "--provisioner=csi-hostpath"
3636
- "--csi-address=$(ADDRESS)"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
hostNetwork: true
1616
containers:
1717
- name: driver-registrar
18-
image: gcr.io/gke-release/csi-driver-registrar:v1.0.1-gke.0
18+
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.1
1919
args:
2020
- --v=5
2121
- --csi-address=/csi/csi.sock
@@ -33,7 +33,7 @@ spec:
3333
- mountPath: /registration
3434
name: registration-dir
3535
- name: hostpath
36-
image: quay.io/k8scsi/hostpathplugin:v1.0.0
36+
image: quay.io/k8scsi/hostpathplugin:v1.0.1
3737
args:
3838
- "--v=5"
3939
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)