From f2f33d93f38e4ecec52dbdfd9475c80869fa025a Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Tue, 27 Jun 2023 12:16:16 +0530 Subject: [PATCH] feat(csi): bump up csi provisioner to v3.2.0 Reason: - v1 CSIStorageCapacity is GA since K8s 1.24 and in csi-provisioner 3.2.0 and above. - In K8s 1.27 v1beta1/CSIStorageCapacity has been removed, so bumping this up will enable zfs-localpv to run on K8s 1.27 & above. Signed-off-by: Harsh Vardhan Signed-off-by: Niladri Halder --- deploy/helm/charts/values.yaml | 2 +- deploy/zfs-operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"