wmedvede commented on code in PR #456:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/456#discussion_r1583484307


##########
controllers/profiles/common/persistence/postgresql.go:
##########
@@ -145,3 +172,20 @@ func RetrieveConfiguration(primary 
*v1alpha08.PersistenceOptionsSpec, platformPe
        }
        return c
 }
+
+func GetPostgreSQLExtensions() []GAV {
+       //TODO WM
+       //we need a smart way to distinguish the artifacts in case we have 
different ones for product/community release.
+       return []GAV{
+               {"io.quarkus", "quarkus-jdbc-postgresql", "3.2.10.Final"},

Review Comment:
   @ricardozanini And here, similar to the DI and JS images, I think we need a 
smart/configurable way to tell the operator which extensions to use depending 
if we are in community or customized product builds.
   
   Mabye we can use the controllers_cfg.yaml
   
   wdyt?
   
   
   



-- 
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]

Reply via email to