fluxcd / helm-controller

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

I hope to intervene in the coordination status #1023

Open njuptlzf opened 1 month ago

njuptlzf commented 1 month ago

I am excited about the feature of helm controller that allows helmrelease to be automatically cleaned up after a deployment failure (cleanuponfail) and rollback after an upgrade failure.

But I currently cannot control the coordination status, for example, I need to set helmrelease status. (status -> failture)

My scenario is web apply helmrelease.yaml, I need to provide a cancel button, but I can't set the status in time until I wait for the helmrelease to actually succeed or fail.