Skip to content

Commit

Permalink
fix(operator): update provisioner image to support snapshot datasource
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
prateekpandey14 authored and pawanpraka1 committed Feb 13, 2020
1 parent 638d8ae commit c2f2202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/zfs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit c2f2202

Please sign in to comment.