From c346481c3279eb8f58e154f6458939962eee31ce Mon Sep 17 00:00:00 2001 From: Adarsh Kumar Yadav <109620911+adarsh-dell@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:30:45 +0530 Subject: [PATCH] Release v1.9.3 (#376) * CSM 1.9.3 * csm version bump (#375) * Update Chart.yaml (#379) --------- Co-authored-by: Rishabh Raj <120644626+rishabhatdell@users.noreply.github.com> Co-authored-by: Jooseppi Luna --- charts/container-storage-modules/Chart.yaml | 2 +- charts/csi-vxflexos/Chart.yaml | 4 ++-- charts/csi-vxflexos/templates/node.yaml | 8 ++++++++ charts/csi-vxflexos/values.yaml | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/charts/container-storage-modules/Chart.yaml b/charts/container-storage-modules/Chart.yaml index d266fc14..e92ed24d 100644 --- a/charts/container-storage-modules/Chart.yaml +++ b/charts/container-storage-modules/Chart.yaml @@ -77,4 +77,4 @@ dependencies: - name: cert-manager version: 1.10.0 repository: https://charts.jetstack.io - condition: cert-manager.enabled \ No newline at end of file + condition: cert-manager.enabled diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index 81e9dd38..f3711ee9 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: "2.9.1" +appVersion: "2.9.2" name: csi-vxflexos -version: "2.9.1" +version: "2.9.2" 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/node.yaml b/charts/csi-vxflexos/templates/node.yaml index 80c898dc..a45a6c84 100644 --- a/charts/csi-vxflexos/templates/node.yaml +++ b/charts/csi-vxflexos/templates/node.yaml @@ -297,6 +297,8 @@ spec: mountPath: /storage - name: udev-d mountPath: /rules.d + - name: host-opt-emc-path + mountPath: /host_opt_emc_path {{- end }} initContainers: - name: sdc @@ -325,6 +327,8 @@ spec: mountPath: /host-os-release - name: sdc-storage mountPath: /storage + - name: host-opt-emc-path + mountPath: /host_opt_emc_path - name: udev-d mountPath: /rules.d - name: scaleio-path-opt @@ -370,6 +374,10 @@ spec: hostPath: path: /etc/os-release type: File + - name: host-opt-emc-path + hostPath: + path: /opt/emc + type: Directory - name: vxflexos-config secret: secretName: {{ .Release.Name }}-config diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 94fcfbc0..0e384753 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -3,14 +3,14 @@ # "version" is used to verify the values file matches driver version # Not recommend to change -version: v2.9.1 +version: v2.9.2 # "images" defines every container images used for the driver and its sidecars. # To use your own images, or a private registry, change the values here. images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-vxflexos:v2.9.1 + driver: dellemc/csi-vxflexos:v2.9.2 # "powerflexSdc" defines the SDC image for init container. powerflexSdc: dellemc/sdc:4.5 # CSI sidecars