Appset controller deployment doesn't respect .spec.image
& .spec.version
fields in ArgoCD CR
#1517
Labels
bug
Something isn't working
Describe the bug
Operator supports overriding default image for Argo CD components(server, repo-server, application-controller, applicationset-controller, notifications-controller) using
.spec.image
&.spec.version
fields in ArgoCD CR. However, theapplicationset-controller
deployment doesn't respect this configuration. The image value is not reflected in the deployment.To Reproduce
Create ArgoCD CR
Expected behavior
The
applicationset-controller
deployment should use image specified in.spec.image
&.spec.version fields
from ArgoCD CR.Actual behavior
The image in
applicationset-controller
deployment point to default value set by the operator.Additional context
ApplicationSet controller image can be configured using
.spec.applicationSet.image
&.spec.applicationSet.version
fields of theArgoCD
CR. I believe, the operator should proritize the image configuration in following orderThe text was updated successfully, but these errors were encountered: