Description
Is your feature request related to a problem? Please describe.
When using the ArgoCD Operator, a lot of ArgoCD resources and their lifecycle can be managed by the Operator. Currently, the ArgoCD Image Updater resources need to be installed to the Kubernetes cluster manually. Mixing in a manual deployment process for some parts of the ArgoCD ecosystem gets hard to maintain and is unexpected from a user perspective. Changes in ArgoCD that require a re-configuration of the ArgoCD Image Updater resources will need to be resolved manually by the user, while the rest of the ArgoCD ecosystem is managed by the Operator.
Describe the solution you'd like
Implement the lifecycle management of ArgoCD Image Updater resources by the ArgoCD Operator, in a similar way that is being offered for the ApplicationSet Controller.
Describe alternatives you've considered
/
Additional context
/