fluxcd / helm-controller

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

Loosen dependency check #869

Closed stefanprodan closed 9 months ago

stefanprodan commented 9 months ago

Dependency checks do not account for upgrade ordering (as documented in the API spec), so we only care about having the Ready condition set to True, no matter the observed generation.

Possible fix for: https://github.com/fluxcd/flux2/issues/4524