From cb3d9fedba3cbdb7419d58fe96f2fb763bab2773 Mon Sep 17 00:00:00 2001 From: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:47:24 +0000 Subject: [PATCH] claude likes modifying table columns Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> --- .claude/skills/helm-chart-bump/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/skills/helm-chart-bump/SKILL.md b/.claude/skills/helm-chart-bump/SKILL.md index 3e1b9a265..f5d348b15 100644 --- a/.claude/skills/helm-chart-bump/SKILL.md +++ b/.claude/skills/helm-chart-bump/SKILL.md @@ -11,6 +11,7 @@ description: Ensures that all necessary tasks have been performed for a Helm Cha 2. Ensure the same version change to the badge [deploy/charts/operator/README.md](deploy/charts/operator/README.md) 3. Ensure the appVersion in [deploy/charts/operator/Chart.yaml](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. +5. Please make sure you do not format the files at all before you commit, just run the `helm-docs` command and commit what is output. ## Best practices