Install
openclaw skills install helmCreate, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases.
openclaw skills install helmCreate, lint, template, and package Kubernetes Helm charts with checks. Use when scaffolding charts, linting templates, or packaging chart releases.
KUBECONFIGPath to kubeconfig file
scripts/script.sh KUBECONFIG
createCreate a new chart scaffold
scripts/script.sh create <chart>
lintLint a chart for issues
scripts/script.sh lint <chart>
templateRender templates locally (--set key=val, --values file)
scripts/script.sh template <chart> [opts]
listList installed releases
scripts/script.sh list [namespace]
statusShow release status and notes
scripts/script.sh status <release>
valuesShow values (source: chart|deployed)
scripts/script.sh values <chart> [source]
repo-addAdd a chart repository
scripts/script.sh repo-add <name> <url>
repo-listList configured repositories
scripts/script.sh repo-list
repo-updateUpdate all repository indexes
scripts/script.sh repo-update
searchSearch repos and Artifact Hub
scripts/script.sh search <keyword>
packagePackage chart into .tgz
scripts/script.sh package <chart> [opts]
historyShow release revision history
scripts/script.sh history <release>
rollbackRollback to a previous revision
scripts/script.sh rollback <release> [rev]
diffCompare chart with deployed release
scripts/script.sh diff <chart> <release>
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com