Claude-skill-registry helm-chart-bump
Ensures that all necessary tasks have been performed for a Helm Chart bump.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/helm-chart-bump" ~/.claude/skills/majiayu000-claude-skill-registry-helm-chart-bump && rm -rf "$T"
manifest:
skills/data/helm-chart-bump/SKILL.mdsource content
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
in the root of this repo and run the.pre-commit-config.yaml
hook command specifically with the args found in the file, nothing else. Do not run thehelm-docs
command as you will not have access to the binary. You do have access to thepre-commit
binary so only run thehelm-docs
command with the args found in thehelm-docs
file../pre-commit.yaml - Please make sure you do not format the files at all before you commit, just run the
command and commit what is output.helm-docs
Best practices
- Use present tense
- Explain what and why, not how