Ensures that all necessary tasks have been performed for a Helm Chart bump.
Installation
$skills install @stacklok/bumping-helm-chart
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorystacklok/toolhive
Path.claude/skills/helm-chart-bump/SKILL.md
Branchmain
Scoped Name@stacklok/bumping-helm-chart
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
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
More by stacklok
View allpr-inline-review
1,529Submit inline review comments to GitHub Pull Requests using the GitHub CLI, with support for inline code suggestions.
generating-commit-messages
1,495Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
doc-review
1,494Documentation review: Reviews documentation for factual accuracy
pr-review-reply
1,494PR Review Reply: Reply to and resolve GitHub PR review comments using the GitHub CLI and GraphQL API.