diff --git a/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml b/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml index eef32542d..1e6ec2bbc 100644 --- a/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml +++ b/bundle.prod/manifests/logic-operator-rhel8-controllers-config_v1_configmap.yaml @@ -32,10 +32,10 @@ data: # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-jdbc-postgresql version: 3.8.4.redhat-00002 - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-agroal version: 3.8.4.redhat-00002 - groupId: org.kie diff --git a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml index 9f7d1476c..a5c880222 100644 --- a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml +++ b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml @@ -32,10 +32,10 @@ data: # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-jdbc-postgresql version: 3.8.4.redhat-00002 - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-agroal version: 3.8.4.redhat-00002 - groupId: org.kie diff --git a/config/manager/controllers_cfg.yaml b/config/manager/controllers_cfg.yaml index 8fd5d9a48..6b2e82bc3 100644 --- a/config/manager/controllers_cfg.yaml +++ b/config/manager/controllers_cfg.yaml @@ -29,10 +29,10 @@ builderConfigMapName: "sonataflow-operator-builder-config" # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-jdbc-postgresql version: 3.8.4.redhat-00002 - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-agroal version: 3.8.4.redhat-00002 - groupId: org.kie diff --git a/config/manager/prod/controllers_cfg.yaml b/config/manager/prod/controllers_cfg.yaml index 56c956302..ec183e539 100644 --- a/config/manager/prod/controllers_cfg.yaml +++ b/config/manager/prod/controllers_cfg.yaml @@ -29,10 +29,10 @@ builderConfigMapName: "logic-operator-rhel8-builder-config" # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-jdbc-postgresql version: 3.8.4.redhat-00002 - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-agroal version: 3.8.4.redhat-00002 - groupId: org.kie diff --git a/operator.yaml b/operator.yaml index 7c11f59fa..d9648c8c6 100644 --- a/operator.yaml +++ b/operator.yaml @@ -27028,10 +27028,10 @@ data: # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-jdbc-postgresql version: 3.8.4.redhat-00002 - - groupId: com.redhat.quarkus.platform + - groupId: io.quarkus artifactId: quarkus-agroal version: 3.8.4.redhat-00002 - groupId: org.kie