| # Copyright 2024 Apache Software Foundation (ASF) |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # The default size of Kaniko PVC when using the internal operator builder manager |
| defaultPvcKanikoSize: 2Gi |
| healthFailureThresholdDevMode: 555 |
| kanikoDefaultWarmerImageTag: gcr.io/kaniko-project/warmer:v1.0.0 |
| kanikoExecutorImageTag: gcr.io/kaniko-project/executor:v1.0.0 |
| jobsServicePostgreSQLImageTag: "local/jobs-service:1.0.0" |
| dataIndexPostgreSQLImageTag: "local/data-index:1.0.0" |
| sonataFlowBaseBuilderImageTag: "local/sonataflow-builder:1.0.0" |
| sonataFlowDevModeImageTag: "local/sonataflow-devmode:1.0.0" |
| postgreSQLPersistenceExtensions: |
| - groupId: io.quarkus |
| artifactId: quarkus-jdbc-postgresql |
| version: 3.8.4 |
| - groupId: io.quarkus |
| artifactId: quarkus-agroal |
| version: 3.8.4 |
| - groupId: org.kie |
| artifactId: kie-addons-quarkus-persistence-jdbc |
| version: 999-SNAPSHOT |