What problem does it solve?
Helm chart development and operations are error-prone and fragmented across scaffolding, templating, dependency management, distribution, and runtime debugging, causing failed deployments and lengthy troubleshooting cycles. This Skill centralizes best practices and operational guidance to reduce deployment mistakes, validate charts, and accelerate safe rollouts.
Core Features & Use Cases
- Chart authoring & scaffolding: guidance for Chart.yaml, values.yaml, values schema validation, CRDs, and templates to create consistent, production-ready charts.
- Validation & CI workflows: linting, template rendering, server-side dry-run validation for lookup resolution, and values schema enforcement to catch issues early.
- Distribution & lifecycle: OCI packaging and registry workflows, dependency management, post-renderers, hooks, upgrade/rollback patterns, and debugging techniques for running releases.
- Use Case: validate and publish a web application chart, run CI linting and server-side dry-run checks, then perform an atomic upgrade with health checks and rollback on failure.
Quick Start
Install the chart into the production namespace using values-prod.yaml, run helm lint, and perform a server-side dry-run to validate templates against the live cluster.