Managing Helm releases with GitOps
Deploy and update applications in workload clusters using Flux HelmRelease, managed through GitOps.
- Group multiple HelmReleases together
Patterns for deploying related HelmReleases as a unit. Covers Helm umbrella charts, Kustomize over multiple releases, and install ordering via `dependsOn`.
- Enable automatic updates for HelmRelease
Configure Flux to pull and apply new chart versions for a HelmRelease, either via a SemVer range on the OCIRepository or via image automation committing version bumps to Git.
- Update an existing HelmRelease
Update the chart version, configuration, or install behavior of a HelmRelease already deployed in a workload cluster via GitOps.
- Add a HelmRelease to a workload cluster
Deploy and configure an application into a workload cluster using a Flux HelmRelease and OCIRepository, managed through GitOps.