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(add-on): Allow upgrades removing version labels from selectors #612

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

JorTurFer
Copy link
Member

matchLabels in the HTTP Add-on are wrong because they include version information but matchLabels is inmutable, so the upgrades are blocked due to this. The PR adjust the matchLabels to just the only ones which doesn't change across the versions.

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)

Fixes kedacore/http-add-on#656

@JorTurFer JorTurFer requested a review from a team as a code owner February 27, 2024 20:41
@JorTurFer JorTurFer enabled auto-merge (squash) February 27, 2024 20:45
@JorTurFer JorTurFer merged commit ff8b240 into kedacore:main Apr 5, 2024
9 checks passed
@JorTurFer JorTurFer deleted the fix-add-on-selectors branch April 5, 2024 09:41
QuentinBisson pushed a commit to giantswarm/keda-upstream that referenced this pull request Jul 1, 2024
…edacore#612)

* fix(add-on): Allow upgrades removing version labels from selectors

Signed-off-by: Jorge Turrado <[email protected]>

* add note

Signed-off-by: Jorge Turrado <[email protected]>

---------

Signed-off-by: Jorge Turrado <[email protected]>
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.

When setting tag in helm values file, upgrade fails
2 participants