-
Notifications
You must be signed in to change notification settings - Fork 17
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
CSM helm charts 1.7 #197
Merged
Merged
CSM helm charts 1.7 #197
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
bed523d
add support for pmax topology (#168)
YianZong c79f12f
Support Observability for PowerMax (#166)
baoy1 7b865c4
Helm chart changes for CSM installation Wizard (#167)
chaganti-rajitha 8d4295d
Rename arrayCapacityPollFrequencySeconds to capacityPollFrequencySeco…
taohe1012 9c24724
Rename the performance poll frequency (#173)
P-Cao 210a9cb
Powerstore, Powermax and their supported modules chart changes for CS…
chaganti-rajitha 459caac
[charts/csm-authorization]: Remove URL policies (#176)
atye ed2278c
update policies for zero quota (#182)
atye 01123dd
support for sdc-approve policy (#180)
ashleyvjoy acc8928
sidecar version updates in powermax, powerstore and csm (#183)
chaganti-rajitha 6b8529c
Update Application Mobility chart with new image and chart versions (…
tdawe cbca6de
Updated Powerstore, Powermax and Replication charts with latest chang…
chaganti-rajitha 4a6b8af
updated chart version for app-mobility in CSM charts (#189)
chaganti-rajitha 9d88008
updated Powerstore helm charts (#190)
chaganti-rajitha 0325e99
Image and chart version bumped up. (#186)
alexemc 1f027a9
Update release to 1.6.0 for auth (#188)
aqu-dell 8b64fbf
Bump up images for Observability (#191)
baoy1 4b3b5cf
Adding Powerscale helm charts
chaganti-rajitha 7c33914
added helm cahrt for csi-unity
niranjan-n1 0fd6781
updated values.yaml
niranjan-n1 d4d5240
updated values.yaml
niranjan-n1 5323c44
added powerflex helm charts
chaganti-rajitha c9db529
updated powerscale and powerflex helm charts
chaganti-rajitha ec6bf34
reverted namespace changes
niranjan-n1 fb55b57
replaced custom namespace with Release namespace
niranjan-n1 5e71f7a
replaced all custom namespace with Release namespace
niranjan-n1 76e9590
resolved conflicts
niranjan-n1 0aec5dc
test lint
niranjan-n1 9ce420e
resolved conflicts
niranjan-n1 e043760
minor corrections
niranjan-n1 c015d0f
minor corrections
niranjan-n1 184af4c
added whitespaces
niranjan-n1 4985369
Merge branch 'release-v1.7.0' into csm-helm-charts-1.7
niranjan-n1 03704af
Update helm-validations.yml
niranjan-n1 d5170b7
Merge branch 'release-v1.7.0' into csm-helm-charts-1.7
niranjan-n1 4fcc6aa
Merge branch 'release-v1.7.0' into csm-helm-charts-1.7
niranjan-n1 4b3912b
Merge branch 'release-v1.7.0' into csm-helm-charts-1.7
niranjan-n1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,25 +30,45 @@ 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.1.0 | ||
version: 1.0.0 | ||
|
||
# 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.1.0" | ||
appVersion: "1.0.0" | ||
|
||
dependencies: | ||
- name: csi-powerstore | ||
version: 2.6.0 | ||
repository: file://../csi-powerstore | ||
condition: csi-powerstore.enabled | ||
|
||
- name: csi-powermax | ||
version: 2.6.0 | ||
repository: file://../csi-powermax | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is fine for testing, but when the chart is released it will need to contain the full path to our helm repository. See example: #195 |
||
condition: csi-powermax.enabled | ||
|
||
- name: csi-isilon | ||
version: 2.6.0 | ||
repository: file://../csi-isilon | ||
condition: csi-isilon.enabled | ||
|
||
- name: csi-vxflexos | ||
version: 2.6.0 | ||
repository: file://../csi-vxflexos | ||
condition: csi-vxflexos.enabled | ||
|
||
- name: csi-unity | ||
version: 2.6.0 | ||
repository: file://../csi-unity | ||
condition: csi-unity.enabled | ||
|
||
- name: csm-replication | ||
version: 1.4.0 | ||
repository: file://../csm-replication | ||
condition: csm-replication.enabled | ||
|
||
- name: karavi-observability | ||
version: 1.5.0 | ||
repository: file://../karavi-observability | ||
|
@@ -58,13 +78,8 @@ dependencies: | |
version: 1.10.0 | ||
repository: https://charts.jetstack.io | ||
condition: cert-manager.enabled | ||
|
||
- name: csm-application-mobility | ||
version: 0.3.0 | ||
repository: file://../csm-application-mobility | ||
condition: csm-application-mobility.enabled | ||
|
||
- name: csi-powermax | ||
version: 2.6.0 | ||
repository: file://../csi-powermax | ||
condition: csi-powermax.enabled |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any updates to the umbrella container-storage-modules chart will need to be merged into the main branch separately, after all of the other charts are released. If not, this will prevent proper packaging of the dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@niranjan-n1 You may want to keep changes for this umbrella chart in a separate release branch, so this can be released after all the dependencies are released. The release-v1.7.0 branch is common to all the driver and module releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tdawe @sharmilarama We are planning to keep the chart in the same branch until the code freeze and remove the charts before code-freeze and merge it to main after all the charts are merged. Since, we have requested the respective teams to test the charts it will be difficult to manage with 2 branches.