| name | Bumping Helm Chart |
| description | Ensures that all necessary tasks have been performed for a Helm Chart bump. |
Bumping Helm Chart
Instructions
- Ensure the chart version in deploy/charts/operator/Chart.yaml is updated based on what you're told
- Ensure the same version change to the badge deploy/charts/operator/README.md
- Ensure the appVersion in deploy/charts/operator/Chart.yaml matches the version of the image that is being bumped to
- Go to the
.pre-commit-config.yamlin the root of this repo and run thehelm-docshook command specifically with the args found in the file, nothing else. Do not run thepre-commitcommand as you will not have access to the binary. You do have access to thehelm-docsbinary so only run thehelm-docscommand with the args found in the./pre-commit.yamlfile.
Best practices
- Use present tense
- Explain what and why, not how