Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.9.3 #376

Merged
merged 3 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading