Skip to content

Commit 3473a12

Browse files
committed
Update provisioner version to fix canary jobs
1 parent d61a915 commit 3473a12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes-1.17/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.5.0
43+
image: gcr.io/k8s-staging-sig-storage/csi-provisioner:v2.0.0-rc2
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.18/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-sig-storage/csi-provisioner:v2.0.0-rc2
4444
args:
4545
- -v=5
4646
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)