What problem does it solve?
Helm chart authors often struggle to maintain consistent, production-ready charts across teams and environments. This Skill provides standardized conventions for authoring and maintaining Helm charts, focusing on image configuration, templating discipline, naming, and validation practices.
Core Features & Use Cases
- Global registry override patterns to enable centralized control of image sources across dependencies.
- Consistent image blocks and templating conventions to simplify chart maintenance.
- Linting, testing, and validation guidance (helm lint, chart-testing, Helmfile) to ensure stability in CI pipelines.
- Use cases include creating new charts, reviewing existing ones, and deploying multi-chart environments in Kubernetes.
Quick Start
Install Helm and the recommended tooling (helmfile, chart-testing) and start applying the conventions to your charts. Then run lint and test steps as part of CI.