mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +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"
|
- "--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)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue