diff --git a/deploy/helm/charts/values.yaml b/deploy/helm/charts/values.yaml index 918c64c..a626475 100644 --- a/deploy/helm/charts/values.yaml +++ b/deploy/helm/charts/values.yaml @@ -109,7 +109,7 @@ zfsController: repository: sig-storage/csi-provisioner pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v3.0.0 + tag: v3.2.0 updateStrategy: type: RollingUpdate annotations: {} diff --git a/deploy/zfs-operator.yaml b/deploy/zfs-operator.yaml index ff14b49..9b933bb 100644 --- a/deploy/zfs-operator.yaml +++ b/deploy/zfs-operator.yaml @@ -2089,7 +2089,7 @@ spec: - "--leader-election=true" imagePullPolicy: IfNotPresent - name: csi-provisioner - image: registry.k8s.io/sig-storage/csi-provisioner:v3.0.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.2.0 imagePullPolicy: IfNotPresent args: - "--csi-address=$(ADDRESS)"