Update csi-provisioner and snapshotter to get selflink fix

Change-Id: I5aa44d5d530dad04968429369aff65e369a86e2e
This commit is contained in:
Michelle Au 2019-08-12 09:25:00 -07:00
parent 6ed4ed1ff0
commit 7c1f55f400
4 changed files with 8 additions and 4 deletions

View File

@ -16,7 +16,8 @@ spec:
serviceAccountName: csi-controller-sa
containers:
- name: csi-provisioner
image: gcr.io/gke-release/csi-provisioner:v1.2.1-gke.0
# TODO: replace with official 1.4.0 release when ready
image: quay.io/k8scsi/csi-provisioner:v1.4.0-rc1
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"

View File

@ -30,7 +30,8 @@ spec:
serviceAccountName: csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.3.0
# TODO: replace with official 1.4.0 release when ready
image: quay.io/k8scsi/csi-provisioner:v1.4.0-rc1
args:
- "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)"

View File

@ -30,7 +30,8 @@ spec:
serviceAccount: csi-snapshotter
containers:
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v1.2.0
# TODO: replace with official 2.0.0 release when ready
image: quay.io/k8scsi/csi-snapshotter:v2.0.0-rc1
args:
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"

View File

@ -15,7 +15,8 @@ spec:
serviceAccountName: csi-mock
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.1.0
# TODO: replace with official 1.4.0 release when ready
image: quay.io/k8scsi/csi-provisioner:v1.4.0-rc1
args:
- "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)"