fluxcd / helm-controller

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

feat: emitting events when reconciliation starts #893

Closed artemlive closed 6 months ago

artemlive commented 7 months ago

This is the improvement related to the issue #889 The PR adds the event emitting before the Install/Upgrade/Uninstall/Rollback/Test/Unlock/Remediation reconciliation starts. I also added the corresponding tests to every reconciliation process. Please take a look at the changes! I'll be happy to read any advice, concerns, or remarks.