Helm
by @xueyetianya
Create, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases.
clawhub install helmπ About This Skill
name: helm version: "3.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [helm, tool, utility] description: "Create, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases."
helm
Create, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases.
Commands
KUBECONFIG
Path to kubeconfig file
scripts/script.sh KUBECONFIG
create
Create a new chart scaffold
scripts/script.sh create
lint
Lint a chart for issues
scripts/script.sh lint
template
Render templates locally (--set key=val, --values file)
scripts/script.sh template [opts]
list
List installed releases
scripts/script.sh list [namespace]
status
Show release status and notes
scripts/script.sh status
values
Show values (source: chart|deployed)
scripts/script.sh values [source]
repo-add
Add a chart repository
scripts/script.sh repo-add
repo-list
List configured repositories
scripts/script.sh repo-list
repo-update
Update all repository indexes
scripts/script.sh repo-update
search
Search repos and Artifact Hub
scripts/script.sh search
package
Package chart into .tgz
scripts/script.sh package [opts]
history
Show release revision history
scripts/script.sh history
rollback
Rollback to a previous revision
scripts/script.sh rollback [rev]
diff
Compare chart with deployed release
scripts/script.sh diff
Requirements
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*