chore: Add version to the helm install command mentioned in the charts READMEs [RHDHBUGS-2037]#239
Conversation
…ned in the README This is to make sure that users install the expected version of the chart, especially when reading the README from the release branches
helm install command mentioned in the charts READMEshelm install command mentioned in the charts READMEs [RHDHBUGS-2037]
Co-authored-by: rm3l <rm3l@users.noreply.github.com>
|
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeEnhancement Description
|
| Relevant files | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 12 files
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||
|



Description of the change
This is to make sure that users install the expected version of the chart, especially when reading the README from the release branches. Otherwise, they would always be installing the
latestversion of the charts, which may not be desirable in all cases.Which issue(s) does this PR fix or relate to
https://issues.redhat.com/browse/RHDHBUGS-2037
How to test changes / Special notes to the reviewer
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes. The pre-commit Workflow will do this automatically for you if needed.pre-commithook.ct lintcommand.Summary by Sourcery
Pin helm install commands to specific chart versions by adding explicit --version flags in README files and bump Chart.yaml versions across all charts
Enhancements:
Summary by Sourcery
Pin helm install commands to specific chart versions in all chart READMEs and bump chart versions and badges to match releases
Enhancements: