Update openshift to 2.12

Last month an upgrade to OpenShift was performed to 2.12, and since that moment, I detected that the Camunda-Identity component is experiencing a CrashLoopBackoff error.
However, the following error, “java.lang.IllegalStateException: Failed to execute ApplicationRunner… Caused by: javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error” indicates that the server encountered an unexpected condition preventing it from fulfilling the request.

We have already compared all configurations and verified that all endpoints are correct.

Despite deleting and deploying with the original YAML file, the issue persists.
Something happened related with this new OpenShift Update to 2.12.

Is it possible that some kind of change occurred in general permissions, roles, operations, environment variables, endpoints, ports, secrets, or any other configuration?"

Error log
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:763) ~[spring-boot-3.0.5.jar!/:3.0.5]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:750) ~[spring-boot-3.0.5.jar!/:3.0.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:317) ~[spring-boot-3.0.5.jar!/:3.0.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1304) ~[spring-boot-3.0.5.jar!/:3.0.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1293) ~[spring-boot-3.0.5.jar!/:3.0.5]
at io.camunda.identity.Application.main(Application.java:18) ~[classes!/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[identity.jar:?]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:95) ~[identity.jar:?]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[identity.jar:?]
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65) ~[identity.jar:?]
Caused by: javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error

Hi @Luismartins, welcome to the forums! Is there any additional information in the logs, or is that the complete stack trace? Can you share your yaml configuration?