-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Before reporting an issue
[x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
operator
Describe the bug
When the Explicit update strategy decides on a recreate update, the stateful set is annotated with the wrong revision value. See
It should use the revision annotation from the existing stateful set until the number of replicas reaches zero. Then, it can use the revision value from the Keycloak CR.
Version
main
Regression
[ ] The issue is a regression
Expected behavior
The old revision is set while the stateful set is scaled down.
Actual behavior
The new revision is set while the stateful set is scaled down.
How to Reproduce?
Check logs from GH actions.
Anything else?
No response
- links to