Helm Chart
Definitions
Helm Chart is a GitOps term for a package format for Kubernetes resources and templates. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation; Flux documentation.
“The team used Helm Chart before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Chart ValuesGitOps and Release Engineering
Chart Values is a GitOps term for configuration inputs supplied to a Helm chart. It helps teams, humans, and agents compare declared source state with running systems, then act wit...
- Helm ControllerGitOps and Release Engineering
Helm Controller is a GitOps term for a Flux controller that manages Helm releases declaratively. It helps teams, humans, and agents compare declared source state with running syste...
- HelmReleaseGitOps and Release Engineering
HelmRelease is a GitOps term for a declarative Flux object for managing a Helm chart release. It helps teams, humans, and agents compare declared source state with running systems,...
- HelmRepository SourceGitOps and Release Engineering
HelmRepository Source is a GitOps term for a Flux source object that points to Helm chart storage. It helps teams, humans, and agents compare declared source state with running sys...
- Admission PolicyGitOps and Release Engineering
Admission Policy is a GitOps term for a rule that evaluates resources before they are accepted by the cluster. It helps teams, humans, and agents compare declared source state with...
- App of AppsGitOps and Release Engineering
App of Apps is a GitOps term for a GitOps pattern where one parent application manages child applications. It helps teams, humans, and agents compare declared source state with run...