mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
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:
parent
638d8ae4e4
commit
c2f22025b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue