Helm Charts
← Back to Helm
A collection of files that describe a set of Kubernetes resources. Charts have a defined structure: Chart.yaml (metadata), values.yaml (default configuration), templates/ (Kubernetes manifests with Go templating). Charts can depend on other charts and are distributed via Helm repositories.