Sunny
Sunny
The cleanup job is created in the default namespace, at the moment. It would be better to keep all the operator generated resources in the same namespace.
### Discussed in https://github.com/fluxcd/flux2/discussions/3027 Originally posted by **tun0** August 24, 2022 The notifications we currently have with Flux v1 (with help of fluxcloud) mention both old and new image tags....
- Reorders the object suspended check in all the reconcilers to allow deletion of objects when they are suspended. Objects used to get stuck on delete because the finalizers were...
This change refactors image-reflector-controller to implement the new unified standards of flux controllers. It uses the result finalizer from https://github.com/fluxcd/pkg/pull/329 for computing the status conditions of ImageRepository and ImagePolicy objects...
All the docs related to image-reflector-controller needs to be updated with v1beta2 API. The spec docs have been updated as part of the refactor PR in https://github.com/fluxcd/image-reflector-controller/pull/311. - [ ]...
:warning: This needs more testing and evaluation. Trying to theorize the issue and explore possible solution for this. Related to the issue described in https://github.com/fluxcd/flux2/issues/4524 and observations from https://github.com/fluxcd/helm-controller/issues/855. And...
This change refactors image-automation-controller to implement the new unified standards of flux controllers. See https://github.com/fluxcd/image-automation-controller/issues/643 for some overview of the new changes. Following are some highlights of the changes: -...
Similar to other Flux controllers, image-automation-controller is undergoing refactoring. The refactor includes overall code organization changes and design enhancements. This issue discusses the enhancements and API changes. Refactor PR https://github.com/fluxcd/image-automation-controller/pull/647....