Skip to content

Commit

Permalink
Release v1.9.3 (#376)
Browse files Browse the repository at this point in the history
* CSM 1.9.3

* csm version bump (#375)

* Update Chart.yaml (#379)

---------

Co-authored-by: Rishabh Raj <[email protected]>
Co-authored-by: Jooseppi Luna <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2024
1 parent 009c231 commit c346481
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ dependencies:
- name: cert-manager
version: 1.10.0
repository: https://charts.jetstack.io
condition: cert-manager.enabled
condition: cert-manager.enabled
4 changes: 2 additions & 2 deletions charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions charts/csi-vxflexos/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c346481

Please sign in to comment.