helm
Installation
SKILL.md
helm
Use this skill to keep Helm-based Kubernetes deployments reproducible, auditable, and safe across environments.
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install Helm, add repos, configure registries | resources/install-and-setup.md |
User needs to install Helm or configure repositories |
| install/upgrade/list/rollback/template commands | resources/command-cookbook.md |
User needs day-to-day Helm release operations |
| Chart.yaml, templates, values, helpers | resources/chart-authoring.md |
User wants to author or modify a Helm chart |
| Release lifecycle, --atomic, --wait, diff plugin | resources/release-management.md |
User asks about release management or upgrade strategies |
Quick Start
# Add a chart repository
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update