From 0c2adcc5e76406428339bffbcf5cf45ef2c7d9e3 Mon Sep 17 00:00:00 2001 From: VamsiSiddu-7 <103578883+VamsiSiddu-7@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:15:53 +0530 Subject: [PATCH] csi-powerflex v2.9.0 changes. (#308) --- charts/container-storage-modules/Chart.yaml | 2 +- charts/container-storage-modules/values.yaml | 2 +- charts/csi-vxflexos/Chart.yaml | 4 ++-- charts/csi-vxflexos/templates/_helpers.tpl | 12 ++++++------ charts/csi-vxflexos/values.yaml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/container-storage-modules/Chart.yaml b/charts/container-storage-modules/Chart.yaml index 12608ed2..3063b8bf 100644 --- a/charts/container-storage-modules/Chart.yaml +++ b/charts/container-storage-modules/Chart.yaml @@ -55,7 +55,7 @@ dependencies: condition: csi-isilon.enabled - name: csi-vxflexos - version: 2.8.0 + version: 2.9.0 repository: https://dell.github.io/helm-charts condition: csi-vxflexos.enabled diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index acbe11d1..7e781adc 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -247,7 +247,7 @@ csi-isilon: ######################## csi-vxflexos: enabled: false - version: v2.8.0 + version: v2.9.0 images: driverRepository: dellemc powerflexSdc: dellemc/sdc:3.6.1 diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index adc4da24..9857da49 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: "2.8.0" +appVersion: "2.9.0" name: csi-vxflexos -version: "2.8.0" +version: "2.9.0" description: | VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/charts/csi-vxflexos/templates/_helpers.tpl b/charts/csi-vxflexos/templates/_helpers.tpl index 621f38fc..e21cd0b0 100644 --- a/charts/csi-vxflexos/templates/_helpers.tpl +++ b/charts/csi-vxflexos/templates/_helpers.tpl @@ -4,7 +4,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-vxflexos.attacherImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-attacher:v4.3.0" -}} + {{- print "registry.k8s.io/sig-storage/csi-attacher:v4.4.0" -}} {{- end -}} {{- end -}} {{- end -}} @@ -12,7 +12,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-vxflexos.provisionerImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-provisioner:v3.5.0" -}} + {{- print "registry.k8s.io/sig-storage/csi-provisioner:v3.6.0" -}} {{- end -}} {{- end -}} {{- end -}} @@ -20,7 +20,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-vxflexos.snapshotterImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2" -}} + {{- print "registry.k8s.io/sig-storage/csi-snapshotter:v6.3.0" -}} {{- end -}} {{- end -}} {{- end -}} @@ -28,7 +28,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-vxflexos.resizerImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-resizer:v1.8.0" -}} + {{- print "registry.k8s.io/sig-storage/csi-resizer:v1.9.0" -}} {{- end -}} {{- end -}} {{- end -}} @@ -36,7 +36,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-vxflexos.registrarImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0" -}} + {{- print "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0" -}} {{- end -}} {{- end -}} {{- end -}} @@ -44,7 +44,7 @@ Return the appropriate sidecar images based on k8s version {{- define "csi-vxflexos.healthmonitorImage" -}} {{- if eq .Capabilities.KubeVersion.Major "1" }} {{- if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "28") -}} - {{- print "registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.9.0" -}} + {{- print "registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0" -}} {{- end -}} {{- end -}} {{- end -}} diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 6c0052d2..dd890f46 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -3,7 +3,7 @@ # "version" is used to verify the values file matches driver version # Not recommend to change -version: v2.8.0 +version: v2.9.0 images: # "driver" defines the container image, used for the driver container.