Claude Code Plugins

Community-maintained marketplace

Feedback

Bumping Helm Chart

@stacklok/toolhive
1.4k
0

Ensures that all necessary tasks have been performed for a Helm Chart bump.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Bumping Helm Chart
description Ensures that all necessary tasks have been performed for a Helm Chart bump.

Bumping Helm Chart

Instructions

  1. Ensure the chart version in deploy/charts/operator/Chart.yaml is updated based on what you're told
  2. Ensure the same version change to the badge deploy/charts/operator/README.md
  3. Ensure the appVersion in deploy/charts/operator/Chart.yaml matches the version of the image that is being bumped to
  4. Go to the .pre-commit-config.yaml in the root of this repo and run the helm-docs hook command specifically with the args found in the file, nothing else. Do not run the pre-commit command as you will not have access to the binary. You do have access to the helm-docs binary so only run the helm-docs command with the args found in the ./pre-commit.yaml file.

Best practices

  • Use present tense
  • Explain what and why, not how