claudio4j opened a new issue, #4715: URL: https://github.com/apache/camel-k/issues/4715
### What happened? When there is a IntegrationPlatform set with a runtime version like `2.16.0.beta-00006` there is an error ``` Unable to retrieve the operator version: CamelCatalog version: 2.16.0.beta-00006 can't be found in default namespace ``` That is a side effect of the real error, because the In Camel K 1.12, the error message was printed only in debug mode, which was basically swallowed if log level is INFO, then camel catalog was null, forcing camel-k-operator to generate a new camel-catalog and no error message was logged anywhere. ### Steps to reproduce Install camel-k-operator 2.0 with a runtime version: `2.16.0.redhat-00006` Run: `kamel version -a` It will show the error in the cli output ``` Unable to retrieve the operator version: CamelCatalog version: 2.16.0.redhat-00006 can't be found in default namespace ``` ### Relevant log output _No response_ ### Camel K version 2.0.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org