From c2f22025b0ce73d5d997033ccc676accdbc1c763 Mon Sep 17 00:00:00 2001 From: prateekpandey14 Date: Thu, 13 Feb 2020 23:56:17 +0530 Subject: [PATCH] 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 --- deploy/zfs-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/zfs-operator.yaml b/deploy/zfs-operator.yaml index 8042089..498e71b 100644 --- a/deploy/zfs-operator.yaml +++ b/deploy/zfs-operator.yaml @@ -597,7 +597,7 @@ spec: - "--leader-election=false" imagePullPolicy: IfNotPresent - name: csi-provisioner - image: quay.io/k8scsi/csi-provisioner:v1.4.0 + image: quay.io/k8scsi/csi-provisioner:v1.5.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)"