From aea633dfbbf68706e914b4643816fc0f10548d8e Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Wed, 11 Sep 2024 12:21:43 -0400 Subject: [PATCH] upgrade RHBQ version to 3.8.6 CR2 and OSL to 1.34.0 CR1 (#72) --- ...ogic-operator-rhel8-controllers-config_v1_configmap.yaml | 6 +++--- config/manager/prod/controllers_cfg.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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..ad3895c77 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-00003 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..91c75b70c 100644 --- a/config/manager/prod/controllers_cfg.yaml +++ b/config/manager/prod/controllers_cfg.yaml @@ -31,10 +31,10 @@ builderConfigMapName: "logic-operator-rhel8-builder-config" postgreSQLPersistenceExtensions: - groupId: com.redhat.quarkus.platform artifactId: quarkus-jdbc-postgresql - version: 3.8.6.redhat-00003 + version: 3.8.6.redhat-00004 - groupId: com.redhat.quarkus.platform 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-00003 \ No newline at end of file