fix: ensures that owner references are updated after an upgrade - #48213
Merged
Conversation
Contributor
Author
|
@vmuzikar this should be ready, but I've marked it as a draft as I'd like the java operator folks to weigh in as well. |
closes: keycloak#48030 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
shawkins
force-pushed
the
iss48030
branch
2 times, most recently
from
April 17, 2026 20:41
9b62b34 to
b0762ad
Compare
shawkins
marked this pull request as ready for review
April 20, 2026 11:15
vmuzikar
approved these changes
Apr 20, 2026
vmuzikar
left a comment
Contributor
There was a problem hiding this comment.
Looks good, thanks. Can you please create the backport?
Additionally, it'd be nice to have a follow-up issue to revert this workaround once operator-framework/java-operator-sdk#3302 is available for us.
shawkins
added a commit
to shawkins/keycloak
that referenced
this pull request
Apr 20, 2026
…loak#48213) closes: keycloak#48030 Signed-off-by: Steve Hawkins <shawkins@redhat.com> (cherry picked from commit 1cf7125)
vmuzikar
pushed a commit
that referenced
this pull request
Apr 20, 2026
Closed
sashyo
pushed a commit
to tide-foundation/keycloak-IGA
that referenced
this pull request
Jul 20, 2026
…loak#48213) closes: keycloak#48030 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes: #48030
The problem here is that the operator sdk wants exact matches for owner reference apiVersions. This overrides the default handling to be more tolerant.
also introduces an undocument annotation to pause reconciliation - that could eventually be something that we expose.