Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow argocd spec.image to override default image for appset controller #1523

Merged

Conversation

anandrkskd
Copy link
Contributor

What type of PR is this?

/kind bug

What does this PR do / why we need it:
Current behaviour doesnt allow image to be overriden by argocdSpec.image for applicationset-controller pod, with this PR update application-set controller image can be overide with priority set default value < .spec.image < .spec.applicationSet.image

Have you updated the necessary documentation?

  • Documentation update is required by this PR.
  • Documentation has been updated.

Which issue(s) this PR fixes:

Fixes #1517

How to test changes / Special notes to the reviewer:

…troller

Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
@anandrkskd anandrkskd marked this pull request as ready for review August 27, 2024 12:15
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
Copy link
Collaborator

@svghadi svghadi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

@svghadi svghadi merged commit 0c1f08e into argoproj-labs:master Aug 29, 2024
7 checks passed
@anandrkskd anandrkskd deleted the fix/allow-image-override-appset branch August 30, 2024 06:14
saumeya pushed a commit to saumeya/argocd-operator that referenced this pull request Sep 4, 2024
…troller (argoproj-labs#1523)

* fix: allow argocd spec.image to override default image for appset controller

Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>

* fix logic

Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>

---------

Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
saumeya pushed a commit to saumeya/argocd-operator that referenced this pull request Sep 4, 2024
…troller (argoproj-labs#1523)

* fix: allow argocd spec.image to override default image for appset controller

Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>

* fix logic

Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>

---------

Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Appset controller deployment doesn't respect .spec.image & .spec.version fields in ArgoCD CR
2 participants