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

Use helm chart for dependencies to fix packaging issues #195

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 8 additions & 8 deletions charts/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,37 +41,37 @@ appVersion: "1.0.0"
dependencies:
- name: csi-powerstore
version: 2.6.0
repository: file://../csi-powerstore
repository: https://dell.github.io/helm-charts
condition: csi-powerstore.enabled

- name: csi-powermax
version: 2.6.0
repository: file://../csi-powermax
repository: https://dell.github.io/helm-charts
condition: csi-powermax.enabled

- name: csi-isilon
version: 2.6.0
repository: file://../csi-isilon
repository: https://dell.github.io/helm-charts
condition: csi-isilon.enabled

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

- name: csi-unity
version: 2.6.0
repository: file://../csi-unity
repository: https://dell.github.io/helm-charts
condition: csi-unity.enabled

- name: csm-replication
version: 1.4.0
repository: file://../csm-replication
repository: https://dell.github.io/helm-charts
condition: csm-replication.enabled

- name: karavi-observability
version: 1.5.0
repository: file://../karavi-observability
repository: https://dell.github.io/helm-charts
condition: karavi-observability.enabled

- name: cert-manager
Expand All @@ -81,5 +81,5 @@ dependencies:

- name: csm-application-mobility
version: 0.3.0
repository: file://../csm-application-mobility
repository: https://dell.github.io/helm-charts
condition: csm-application-mobility.enabled