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 5b03344b1..27898017e 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 @@ -34,13 +34,13 @@ data: postgreSQLPersistenceExtensions: - groupId: io.quarkus artifactId: quarkus-jdbc-postgresql - version: 3.8.6.redhat-00003 + version: 3.8.6.redhat-00004 - groupId: io.quarkus artifactId: quarkus-agroal - version: 3.8.6.redhat-00003 + version: 3.8.6.redhat-00004 - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc - version: 9.100.0.redhat-00004 + version: 9.101.0.redhat-00007 kind: ConfigMap metadata: name: logic-operator-rhel8-controllers-config diff --git a/config/manager/prod/controllers_cfg.yaml b/config/manager/prod/controllers_cfg.yaml index 5eb9eb350..f686b2e66 100644 --- a/config/manager/prod/controllers_cfg.yaml +++ b/config/manager/prod/controllers_cfg.yaml @@ -29,12 +29,12 @@ 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.6.redhat-00003 - - groupId: com.redhat.quarkus.platform + version: 3.8.6.redhat-00004 + - groupId: io.quarkus artifactId: quarkus-agroal - version: 3.8.6.redhat-00003 + version: 3.8.6.redhat-00004 - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc - version: 9.100.0.redhat-00004 \ No newline at end of file + version: 9.101.0.redhat-00007