Skip to content

Commit

Permalink
Fix Helm deployment of vxflexos driver (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde authored Apr 2, 2024
1 parent 9e15e38 commit 7a3c5c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.10.0"
name: csi-vxflexos
version: "2.10.0"
version: "2.10.1"
description: |
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
2 changes: 0 additions & 2 deletions charts/csi-vxflexos/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ spec:
mountPath: /host_opt_emc_path
- 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
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.0"
appVersion: "1.0.3"

dependencies:
- name: cert-manager
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
pullPolicy: IfNotPresent

controller:
image: dellemc/csm-application-mobility-controller:v0.3.0
image: dellemc/csm-application-mobility-controller:v1.0.3

# csm-application-mobility requires cert-manager. If cert-manager is not already present in cluster, set enabled to true to install it too.
cert-manager:
Expand Down Expand Up @@ -70,7 +70,7 @@ velero:

initContainers:
- name: dell-custom-velero-plugin
image: dellemc/csm-application-mobility-velero-plugin:v0.3.0
image: dellemc/csm-application-mobility-velero-plugin:v1.0.3
volumeMounts:
- mountPath: /target
name: plugins
Expand Down
6 changes: 3 additions & 3 deletions installation-wizard/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.0
version: 1.3.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.3.0"
appVersion: "1.3.1"

dependencies:
- name: csi-powerstore
Expand All @@ -55,7 +55,7 @@ dependencies:
condition: csi-isilon.enabled

- name: csi-vxflexos
version: 2.10.0
version: 2.10.1
repository: https://dell.github.io/helm-charts
condition: csi-vxflexos.enabled

Expand Down

0 comments on commit 7a3c5c6

Please sign in to comment.