Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.101-x-prod] Update quarkus extensions to the right groupId: io.quarkus #75

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
data:
DEFAULT_WORKFLOW_EXTENSION: .sw.json
Dockerfile: "FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:latest
Dockerfile: "FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:1.34.0
AS builder\n\n# variables that can be overridden by the builder\n# To add a Quarkus
extension to your application\nARG QUARKUS_EXTENSIONS\n# Args to pass to the Quarkus
CLI add extension command\nARG QUARKUS_ADD_EXTENSION_ARGS\n# Additional java/mvn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
rgdoliveira marked this conversation as resolved.
Show resolved Hide resolved
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.6.redhat-00004
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.6.redhat-00004
- groupId: org.kie
Expand Down
4 changes: 2 additions & 2 deletions config/manager/prod/controllers_cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
rgdoliveira marked this conversation as resolved.
Show resolved Hide resolved
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-jdbc-postgresql
version: 3.8.6.redhat-00004
- groupId: com.redhat.quarkus.platform
- groupId: io.quarkus
artifactId: quarkus-agroal
version: 3.8.6.redhat-00004
- groupId: org.kie
Expand Down
Loading