fix(operator): update provisioner image to support snapshot datasource

changes fix the zfs operator yaml with 1.5.0 csi-provisioner
image to support volumesnapshot as datasource type to
create clone volumes.

Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
This commit is contained in:
prateekpandey14 2020-02-13 23:56:17 +05:30 committed by Pawan Prakash Sharma
parent 638d8ae4e4
commit c2f22025b0

View file

@ -597,7 +597,7 @@ spec:
- "--leader-election=false" - "--leader-election=false"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
- name: csi-provisioner - name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.4.0 image: quay.io/k8scsi/csi-provisioner:v1.5.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"