Skip to content

Enable Flux HelmRelease drift correction

Ishita Mittal requested to merge ishita/helm-drift into main

Related issue: #221 (closed)

Flux has now implemented for HelmRelease, in v0.41.X, an ability to recreate resources that would have been deleted, or reset resources that would have been modified manually.

https://github.com/fluxcd/helm-controller/blob/v0.31.0/docs/spec/v2beta1/helmreleases.md#drift-detection

This matches the behavior we have today with Kustomizations.

It would seem like a good idea to adopt this, if only to make the behavior consistent for Helm-based units and kustomize units.

Edited by Ishita Mittal

Merge request reports