Skip to content

Commit

Permalink
upgrade OSL artifacts version to 1.34.0.CR1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Sep 20, 2024
1 parent d88f732 commit 0179b0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions config/manager/prod/controllers_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
version: 9.101.0.redhat-00007

0 comments on commit 0179b0d

Please sign in to comment.