Bumping Helm Chart
Ensures that all necessary tasks have been performed for a Helm Chart bump.
$ インストール
git clone https://github.com/stacklok/toolhive /tmp/toolhive && cp -r /tmp/toolhive/.claude/skills/helm-chart-bump ~/.claude/skills/toolhive// tip: Run this command in your terminal to install the skill
SKILL.md
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. - Please make sure you do not format the files at all before you commit, just run the
helm-docscommand and commit what is output.
Best practices
- Use present tense
- Explain what and why, not how
Repository

stacklok
Author
stacklok/toolhive/.claude/skills/helm-chart-bump
1.5k
Stars
166
Forks
Updated3d ago
Added4d ago