fluxcd / helm-controller

The GitOps Toolkit Helm reconciler, for declarative Helming
https://fluxcd.io
Apache License 2.0
396 stars 153 forks source link

Flux Helm Not Removing HPA objects on upgrade #993

Open LukeRH opened 1 month ago

LukeRH commented 1 month ago

Hi, We are seeing an issue where if we remove a HPA object from the helm chart in a new release this is not removed when the Helm upgrade is performed by Flux.

image

image

Is this expected behaviour? if so what is the recommended way to reconcile the helm chart?

Thanks

flux: v2.2.3 distribution: flux-v2.2.3 helm-controller: v0.37.4 image-automation-controller: v0.37.1 image-reflector-controller: v0.31.2 kustomize-controller: v1.2.2 notification-controller: v1.2.4 source-controller: v1.2.4

souleb commented 1 month ago

Hello, are you sure that the new version has been picked up by Flux? Can you provide an example of your in-cluster CRs?