Description
The Operator should not have a default value set for kc.operator.keycloak.image option when running in prod profile. It's better to fail the deployment rather than to deploy a nightly Keycloak container by mistake. Dev profile should still default to the nightly tag.
Discussion
No response
Motivation
Prevent issues like #27500 which are caused by a simple misspelling of a build argument.
Details
No response