File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
test/e2e/testing-manifests/storage-csi/hostpath Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
serviceAccountName : csi-attacher
31
31
containers :
32
32
- 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
34
34
args :
35
35
- --v=5
36
36
- --csi-address=$(ADDRESS)
Original file line number Diff line number Diff line change 30
30
serviceAccountName : csi-provisioner
31
31
containers :
32
32
- 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
34
34
args :
35
35
- " --provisioner=csi-hostpath-v0"
36
36
- " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change 15
15
hostNetwork : true
16
16
containers :
17
17
- 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
19
19
args :
20
20
- --v=5
21
21
- --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 30
30
serviceAccountName : csi-attacher
31
31
containers :
32
32
- 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
34
34
args :
35
35
- --v=5
36
36
- --csi-address=$(ADDRESS)
Original file line number Diff line number Diff line change 30
30
serviceAccountName : csi-provisioner
31
31
containers :
32
32
- 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
34
34
args :
35
35
- " --provisioner=csi-hostpath"
36
36
- " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change 15
15
hostNetwork : true
16
16
containers :
17
17
- 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
19
19
args :
20
20
- --v=5
21
21
- --csi-address=/csi/csi.sock
33
33
- mountPath : /registration
34
34
name : registration-dir
35
35
- name : hostpath
36
- image : quay.io/k8scsi/hostpathplugin:v1.0.0
36
+ image : quay.io/k8scsi/hostpathplugin:v1.0.1
37
37
args :
38
38
- " --v=5"
39
39
- " --endpoint=$(CSI_ENDPOINT)"
You can’t perform that action at this time.
0 commit comments