ricardozanini commented on code in PR #507: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/507#discussion_r1705608789
########## config/manager/controllers_cfg.yaml: ########## @@ -8,10 +8,10 @@ kanikoDefaultWarmerImageTag: gcr.io/kaniko-project/warmer:v1.9.0 # Default image used internally by the Operator Managed Kaniko builder to create the executor pods kanikoExecutorImageTag: gcr.io/kaniko-project/executor:v1.9.0 # The Jobs Service image to use, if empty the operator will use the default Apache Community one based on the current operator's version -jobsServicePostgreSQLImageTag: "" +jobsServicePostgreSQLImageTag: "apache/incubator-kie-kogito-jobs-service-postgresql:weekly-latest" jobsServiceEphemeralImageTag: "" # The Data Index image to use, if empty the operator will use the default Apache Community one based on the current operator's version -dataIndexPostgreSQLImageTag: "" +dataIndexPostgreSQLImageTag: "apache/incubator-kie-kogito-data-index-postgresql:weekly-latest" Review Comment: Can you please remove this default value? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
