From fef3044abc632add4d7dfbeb0206e0264f66f05a Mon Sep 17 00:00:00 2001 From: Spolti Date: Fri, 9 Jul 2021 14:28:08 -0300 Subject: [PATCH] [KIECLOUD-551] - Prepare RHPAM and RHDM for 7.11.1 release (#552) Signed-off-by: spolti --- README.md | 4 +- businesscentral-monitoring/image.yaml | 2 +- businesscentral-monitoring/tag-overrides.yaml | 4 +- businesscentral/image.yaml | 2 +- businesscentral/tag-overrides.yaml | 4 +- controller/image.yaml | 2 +- controller/tag-overrides.yaml | 4 +- dashbuilder/image.yaml | 2 +- dashbuilder/tag-overrides.yaml | 4 +- kieserver/image.yaml | 12 +++--- kieserver/tag-overrides.yaml | 4 +- process-migration/image.yaml | 2 +- process-migration/tag-overrides.yaml | 4 +- quickstarts/router-ext/README.md | 12 +++--- rhpam711-image-streams.yaml | 42 +++++++++---------- scripts/update-version.py | 2 +- smartrouter/image.yaml | 2 +- smartrouter/tag-overrides.yaml | 4 +- templates/contrib/jdbc/cekit/image.yaml | 2 +- .../kie-custom-jdbc-driver/base-module.yaml | 2 +- templates/docs/rhpam711-authoring-ha.adoc | 2 +- templates/docs/rhpam711-authoring.adoc | 2 +- .../docs/rhpam711-kieserver-externaldb.adoc | 6 +-- templates/docs/rhpam711-kieserver-mysql.adoc | 2 +- .../docs/rhpam711-kieserver-postgresql.adoc | 2 +- templates/docs/rhpam711-managed.adoc | 2 +- ...rhpam711-prod-immutable-kieserver-amq.adoc | 4 +- .../rhpam711-prod-immutable-kieserver.adoc | 4 +- .../docs/rhpam711-prod-immutable-monitor.adoc | 2 +- templates/docs/rhpam711-prod.adoc | 2 +- templates/docs/rhpam711-trial-ephemeral.adoc | 2 +- templates/rhpam711-authoring-ha.yaml | 4 +- templates/rhpam711-authoring.yaml | 4 +- templates/rhpam711-kieserver-externaldb.yaml | 8 ++-- templates/rhpam711-kieserver-mysql.yaml | 4 +- templates/rhpam711-kieserver-postgresql.yaml | 4 +- templates/rhpam711-managed.yaml | 4 +- ...rhpam711-prod-immutable-kieserver-amq.yaml | 4 +- .../rhpam711-prod-immutable-kieserver.yaml | 4 +- .../rhpam711-prod-immutable-monitor.yaml | 4 +- templates/rhpam711-prod.yaml | 4 +- templates/rhpam711-trial-ephemeral.yaml | 4 +- 42 files changed, 97 insertions(+), 97 deletions(-) diff --git a/README.md b/README.md index 9a4b29a9..2383dd75 100644 --- a/README.md +++ b/README.md @@ -121,14 +121,14 @@ make generate_adocs It will use the `master` branch from *jboss-kie-modules* using the current branch from RHPAM git repository. -To generate the adocs for, example, 7.10.x branch, first, switch the git branch from RHPAM repository then execute the +To generate the adocs for, example, 7.11.x branch, first, switch the git branch from RHPAM repository then execute the following command: ```bash make generate_adocs branch=7.11.x ``` -It will use the `7.10.x` branch from *jboss-kie-modules* using the checked out branch on RHPAM repository based from 7.10.x. +It will use the `7.11.x` branch from *jboss-kie-modules* using the checked out branch on RHPAM repository based from 7.11.x. ##### Found an issue? diff --git a/businesscentral-monitoring/image.yaml b/businesscentral-monitoring/image.yaml index 1a6788fc..309b4716 100644 --- a/businesscentral-monitoring/image.yaml +++ b/businesscentral-monitoring/image.yaml @@ -2,7 +2,7 @@ schema_version: 1 name: "rhpam-7/rhpam-businesscentral-monitoring-rhel8" description: "Red Hat Business Central Monitoring 7.11 OpenShift container image" -version: "7.11.0" +version: "7.11.1" from: "registry.redhat.io/ubi8/ubi-minimal:latest" labels: - name: "com.redhat.component" diff --git a/businesscentral-monitoring/tag-overrides.yaml b/businesscentral-monitoring/tag-overrides.yaml index e6f083ca..f2906cbb 100644 --- a/businesscentral-monitoring/tag-overrides.yaml +++ b/businesscentral-monitoring/tag-overrides.yaml @@ -27,8 +27,8 @@ modules: - name: rhpam-7-image git: url: https://github.com/jboss-container-images/rhpam-7-image.git - ref: 7.11.0.GA + ref: 7.11.1.GA - name: jboss-kie-modules git: url: https://github.com/jboss-container-images/jboss-kie-modules.git - ref: rhpam-7.11.0.GA + ref: rhpam-7.11.1.GA diff --git a/businesscentral/image.yaml b/businesscentral/image.yaml index 83f97f3f..aca60bf8 100644 --- a/businesscentral/image.yaml +++ b/businesscentral/image.yaml @@ -2,7 +2,7 @@ schema_version: 1 name: "rhpam-7/rhpam-businesscentral-rhel8" description: "Red Hat Business Central 7.11 OpenShift container image" -version: "7.11.0" +version: "7.11.1" from: "registry.redhat.io/ubi8/ubi-minimal:latest" labels: - name: "com.redhat.component" diff --git a/businesscentral/tag-overrides.yaml b/businesscentral/tag-overrides.yaml index e6f083ca..f2906cbb 100644 --- a/businesscentral/tag-overrides.yaml +++ b/businesscentral/tag-overrides.yaml @@ -27,8 +27,8 @@ modules: - name: rhpam-7-image git: url: https://github.com/jboss-container-images/rhpam-7-image.git - ref: 7.11.0.GA + ref: 7.11.1.GA - name: jboss-kie-modules git: url: https://github.com/jboss-container-images/jboss-kie-modules.git - ref: rhpam-7.11.0.GA + ref: rhpam-7.11.1.GA diff --git a/controller/image.yaml b/controller/image.yaml index 309564aa..73ef4a27 100644 --- a/controller/image.yaml +++ b/controller/image.yaml @@ -2,7 +2,7 @@ schema_version: 1 name: "rhpam-7/rhpam-controller-rhel8" description: "Red Hat Process Automation Manager Standalone Controller 7.11 container image" -version: "7.11.0" +version: "7.11.1" from: "registry.redhat.io/ubi8/ubi-minimal:latest" labels: - name: "com.redhat.component" diff --git a/controller/tag-overrides.yaml b/controller/tag-overrides.yaml index e6f083ca..f2906cbb 100644 --- a/controller/tag-overrides.yaml +++ b/controller/tag-overrides.yaml @@ -27,8 +27,8 @@ modules: - name: rhpam-7-image git: url: https://github.com/jboss-container-images/rhpam-7-image.git - ref: 7.11.0.GA + ref: 7.11.1.GA - name: jboss-kie-modules git: url: https://github.com/jboss-container-images/jboss-kie-modules.git - ref: rhpam-7.11.0.GA + ref: rhpam-7.11.1.GA diff --git a/dashbuilder/image.yaml b/dashbuilder/image.yaml index 5647ea34..cd593e41 100644 --- a/dashbuilder/image.yaml +++ b/dashbuilder/image.yaml @@ -2,7 +2,7 @@ schema_version: 1 name: "rhpam-7/rhpam-dashbuilder-rhel8" description: "Red Hat Process Automation Manager Standalone Dashbuilder 7.11 container image" -version: "7.11.0" +version: "7.11.1" from: "registry.redhat.io/ubi8/ubi-minimal:latest" labels: - name: "com.redhat.component" diff --git a/dashbuilder/tag-overrides.yaml b/dashbuilder/tag-overrides.yaml index e6f083ca..f2906cbb 100644 --- a/dashbuilder/tag-overrides.yaml +++ b/dashbuilder/tag-overrides.yaml @@ -27,8 +27,8 @@ modules: - name: rhpam-7-image git: url: https://github.com/jboss-container-images/rhpam-7-image.git - ref: 7.11.0.GA + ref: 7.11.1.GA - name: jboss-kie-modules git: url: https://github.com/jboss-container-images/jboss-kie-modules.git - ref: rhpam-7.11.0.GA + ref: rhpam-7.11.1.GA diff --git a/kieserver/image.yaml b/kieserver/image.yaml index 874dbbe3..b516146e 100644 --- a/kieserver/image.yaml +++ b/kieserver/image.yaml @@ -2,7 +2,7 @@ schema_version: 1 name: "rhpam-7/rhpam-kieserver-rhel8" description: "Red Hat Process Automation Manager Kie Server 7.11 container image" -version: "7.11.0" +version: "7.11.1" from: "registry.redhat.io/ubi8/ubi-minimal:latest" labels: - name: "com.redhat.component" @@ -233,19 +233,19 @@ envs: - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_ENABLED" example: "true" description: "If true, will configure the jBPM Kafka events integration, when true the kafka bootstrap servers must be set." - - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_ACKS" + - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_ACKS" example: "3" description: "The number of acknowledgments that the emitter requires the leader to have received before considering a request to be complete, not set by default. This environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.acks' system property." - - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_BOOTSTRAP_SERVERS" + - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_BOOTSTRAP_SERVERS" example: "localhost:9092" description: "Comma separated list of host/port pairs to use for establishing the initial connection to the Kafka cluster, this environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.bootstrap.servers' system property." - - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_CLIENT_ID" + - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_CLIENT_ID" example: "client.id" description: "This configuration allows users to set an ID to provide a logical application name for logging purposes, not set by default.This environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.client.id' system property." - - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_MAX_BLOCK_MS" + - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_MAX_BLOCK_MS" example: "2000" description: "Value in milliseconds that indicates how long the 'publish' method will block the operation. Default 2000 milliseconds (2 seconds), this environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.max.block.ms' system property." - - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_DATE_FORMAT" + - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_DATE_FORMAT" example: "yyyy-MM-dd'T'HH:mm:ss.SSSZ" description: "Date and time format to be sent to Kafka. Default format is yyyy-MM-dd'T'HH:mm:ss.SSSZ, this environment variable will be used to set the 'org.kie.jbpm.event.emitters.kafka.date_format' system property." - name: "KIE_SERVER_KAFKA_JBPM_EVENT_EMITTER_PROCESSES_TOPIC_NAME" diff --git a/kieserver/tag-overrides.yaml b/kieserver/tag-overrides.yaml index e6f083ca..f2906cbb 100644 --- a/kieserver/tag-overrides.yaml +++ b/kieserver/tag-overrides.yaml @@ -27,8 +27,8 @@ modules: - name: rhpam-7-image git: url: https://github.com/jboss-container-images/rhpam-7-image.git - ref: 7.11.0.GA + ref: 7.11.1.GA - name: jboss-kie-modules git: url: https://github.com/jboss-container-images/jboss-kie-modules.git - ref: rhpam-7.11.0.GA + ref: rhpam-7.11.1.GA diff --git a/process-migration/image.yaml b/process-migration/image.yaml index cb19135d..89cae69e 100644 --- a/process-migration/image.yaml +++ b/process-migration/image.yaml @@ -2,7 +2,7 @@ schema_version: 1 name: "rhpam-7/rhpam-process-migration-rhel8" description: "Red Hat Process Automation Manager Process Migration 7.11 container image" -version: "7.11.0" +version: "7.11.1" from: "registry.redhat.io/ubi8/ubi-minimal:latest" labels: - name: "com.redhat.component" diff --git a/process-migration/tag-overrides.yaml b/process-migration/tag-overrides.yaml index ccd6819d..db6346c2 100644 --- a/process-migration/tag-overrides.yaml +++ b/process-migration/tag-overrides.yaml @@ -15,8 +15,8 @@ modules: - name: rhpam-7-image git: url: https://github.com/jboss-container-images/rhpam-7-image.git - ref: 7.11.0.GA + ref: 7.11.1.GA - name: jboss-kie-modules git: url: https://github.com/jboss-container-images/jboss-kie-modules.git - ref: rhpam-7.11.0.GA + ref: rhpam-7.11.1.GA diff --git a/quickstarts/router-ext/README.md b/quickstarts/router-ext/README.md index 0b3c167d..d7299d68 100644 --- a/quickstarts/router-ext/README.md +++ b/quickstarts/router-ext/README.md @@ -18,13 +18,13 @@ $ mvn clean package The build process will generate the following jar: `target/router-ext-0.0.1-SNAPSHOT.jar` -After building the Smart Router extension, you can prepare the environment to extend the `registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.0` image +After building the Smart Router extension, you can prepare the environment to extend the `registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.1` image and customize it, to include the recently built Smart Router extension. If you don't have the Smart Router image on your local registry, pull it: ```bash -$ docker pull registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.0 +$ docker pull registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.1 ``` Create a directory for building the custom Smart Router Image. For this example I'll be using the tmp directory. @@ -38,11 +38,11 @@ $ cd /tmp/smartrouter To extract the `openshift-launch.sh` file from the official Smart Router image, enter the following command: ```bash -$ docker run --rm registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.0 \ +$ docker run --rm registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.1 \ cat /opt/rhpam-smartrouter/openshift-launch.sh > openshift-launch.sh ``` -Check the file content, it should be the same as [this file](https://github.com/jboss-container-images/jboss-kie-modules/blob/rhpam-7.11.0.GA/jboss-kie-smartrouter/added/openshift-launch.sh). +Check the file content, it should be the same as [this file](https://github.com/jboss-container-images/jboss-kie-modules/blob/rhpam-7.11.1.GA/jboss-kie-smartrouter/added/openshift-launch.sh). Edit the file. In the last line of the file, change the `exec` instruction from: ```bash @@ -63,7 +63,7 @@ Next, build the custom Smart Router image. Create a file called Dockerfile with the following content: ```bash -from registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.0 +from registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.1 RUN rm -rfv /opt/rhpam-smartrouter/openshift-launch.sh COPY openshift-launch.sh /opt/rhpam-smartrouter/openshift-launch.sh @@ -84,7 +84,7 @@ Now, build the image: $ docker build -t my-smartrouter-ext:1.0 . docker build -t my-smartrouter-ext:1.0 . Sending build context to Docker daemon 12.8kB -Step 1/8 : from registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.0 +Step 1/8 : from registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.1 ---> 1822bf9d5565 Step 2/8 : RUN rm -rfv /opt/rhpam-smartrouter/openshift-launch.sh ---> Using cache diff --git a/rhpam711-image-streams.yaml b/rhpam711-image-streams.yaml index 4468005e..bfef3e64 100644 --- a/rhpam711-image-streams.yaml +++ b/rhpam711-image-streams.yaml @@ -15,18 +15,18 @@ items: openshift.io/provider-display-name: Red Hat, Inc. spec: tags: - - name: '7.11.0' + - name: '7.11.1' annotations: description: Red Hat Process Automation Manager 7.11 - Business Central image. iconClass: icon-jboss tags: rhpam supports: rhpam:7.11 - version: '7.11.0' + version: '7.11.1' referencePolicy: type: Local from: kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-businesscentral-rhel8:7.11.0 + name: registry.redhat.io/rhpam-7/rhpam-businesscentral-rhel8:7.11.1 - kind: ImageStream apiVersion: v1 metadata: @@ -36,18 +36,18 @@ items: openshift.io/provider-display-name: Red Hat, Inc. spec: tags: - - name: '7.11.0' + - name: '7.11.1' annotations: description: Red Hat Process Automation Manager 7.11 - Business Central Monitoring image. iconClass: icon-jboss tags: rhpam supports: rhpam:7.11 - version: '7.11.0' + version: '7.11.1' referencePolicy: type: Local from: kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-businesscentral-monitoring-rhel8:7.11.0 + name: registry.redhat.io/rhpam-7/rhpam-businesscentral-monitoring-rhel8:7.11.1 - kind: ImageStream apiVersion: v1 metadata: @@ -57,18 +57,18 @@ items: openshift.io/provider-display-name: Red Hat, Inc. spec: tags: - - name: '7.11.0' + - name: '7.11.1' annotations: description: Red Hat Process Automation Manager 7.11 - Standalone Controller image. iconClass: icon-jboss tags: rhpam supports: rhpam:7.11 - version: '7.11.0' + version: '7.11.1' referencePolicy: type: Local from: kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-controller-rhel8:7.11.0 + name: registry.redhat.io/rhpam-7/rhpam-controller-rhel8:7.11.1 - kind: ImageStream apiVersion: v1 metadata: @@ -78,18 +78,18 @@ items: openshift.io/provider-display-name: Red Hat, Inc. spec: tags: - - name: '7.11.0' + - name: '7.11.1' annotations: description: Red Hat Process Automation Manager 7.11 - Standalone Dashbuilder image. iconClass: icon-jboss tags: rhpam,dashbuilder supports: rhpam:7.11 - version: '7.11.0' + version: '7.11.1' referencePolicy: type: Local from: kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-dashbuilder-rhel8:7.11.0 + name: registry.redhat.io/rhpam-7/rhpam-dashbuilder-rhel8:7.11.1 - kind: ImageStream apiVersion: v1 metadata: @@ -99,18 +99,18 @@ items: openshift.io/provider-display-name: Red Hat, Inc. spec: tags: - - name: '7.11.0' + - name: '7.11.1' annotations: description: Red Hat Process Automation Manager 7.11 - KIE Server image. iconClass: icon-jboss tags: rhpam supports: rhpam:7.11 - version: '7.11.0' + version: '7.11.1' referencePolicy: type: Local from: kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8:7.11.0 + name: registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8:7.11.1 - kind: ImageStream apiVersion: v1 metadata: @@ -120,18 +120,18 @@ items: openshift.io/provider-display-name: Red Hat, Inc. spec: tags: - - name: '7.11.0' + - name: '7.11.1' annotations: description: Red Hat Process Automation Manager 7.11 - Smart Router image. iconClass: icon-jboss tags: rhpam supports: rhpam:7.11 - version: '7.11.0' + version: '7.11.1' referencePolicy: type: Local from: kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.0 + name: registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.11.1 - kind: ImageStream apiVersion: v1 metadata: @@ -141,15 +141,15 @@ items: openshift.io/provider-display-name: Red Hat, Inc. spec: tags: - - name: '7.11.0' + - name: '7.11.1' annotations: description: Red Hat Process Automation Manager 7.11 - Process Migration image. iconClass: icon-jboss tags: rhpam supports: rhpam:7.11 - version: '7.11.0' + version: '7.11.1' referencePolicy: type: Local from: kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-process-migration-rhel8:7.11.0 + name: registry.redhat.io/rhpam-7/rhpam-process-migration-rhel8:7.11.1 diff --git a/scripts/update-version.py b/scripts/update-version.py index 92fc701b..91645fa2 100644 --- a/scripts/update-version.py +++ b/scripts/update-version.py @@ -344,7 +344,7 @@ def update_cekit_jdbc_extension_images(version, confirm): :param confirm: if true will save the changes otherwise will print the proposed changes """ - print("Updating CeKot JDBC extension image to version {0}".format(version)) + print("Updating CeKit JDBC extension image to version {0}".format(version)) #files_2_update = ['templates/contrib/jdbc/README.md', 'templates/contrib/jdbc/cekit/image.yaml', # 'templates/contrib/jdbc/cekit/modules/kie-custom-jdbc-driver/base-module.yaml'] diff --git a/smartrouter/image.yaml b/smartrouter/image.yaml index cb81d07b..0b3ce230 100644 --- a/smartrouter/image.yaml +++ b/smartrouter/image.yaml @@ -2,7 +2,7 @@ schema_version: 1 name: "rhpam-7/rhpam-smartrouter-rhel8" description: "Red Hat Process Automation Manager Smart Router 7.11 container image" -version: "7.11.0" +version: "7.11.1" from: "registry.redhat.io/ubi8/ubi-minimal:latest" labels: - name: "com.redhat.component" diff --git a/smartrouter/tag-overrides.yaml b/smartrouter/tag-overrides.yaml index b98166c8..1e0ebff3 100644 --- a/smartrouter/tag-overrides.yaml +++ b/smartrouter/tag-overrides.yaml @@ -19,8 +19,8 @@ modules: - name: rhpam-7-image git: url: https://github.com/jboss-container-images/rhpam-7-image.git - ref: 7.11.0.GA + ref: 7.11.1.GA - name: jboss-kie-modules git: url: https://github.com/jboss-container-images/jboss-kie-modules.git - ref: rhpam-7.11.0.GA + ref: rhpam-7.11.1.GA diff --git a/templates/contrib/jdbc/cekit/image.yaml b/templates/contrib/jdbc/cekit/image.yaml index 5de95753..fef43896 100644 --- a/templates/contrib/jdbc/cekit/image.yaml +++ b/templates/contrib/jdbc/cekit/image.yaml @@ -17,4 +17,4 @@ modules: install: - name: kie-custom-jdbc-driver - version: "7.11.0" + version: "7.11.1" diff --git a/templates/contrib/jdbc/cekit/modules/kie-custom-jdbc-driver/base-module.yaml b/templates/contrib/jdbc/cekit/modules/kie-custom-jdbc-driver/base-module.yaml index fc0e3caa..67746e98 100644 --- a/templates/contrib/jdbc/cekit/modules/kie-custom-jdbc-driver/base-module.yaml +++ b/templates/contrib/jdbc/cekit/modules/kie-custom-jdbc-driver/base-module.yaml @@ -1,7 +1,7 @@ --- schema_version: 1 name: "kie-custom-jdbc-driver" -version: "7.11.0" +version: "7.11.1" envs: - name: "DRIVER_DIR" value: "${DRIVER_DIR}" diff --git a/templates/docs/rhpam711-authoring-ha.adoc b/templates/docs/rhpam711-authoring-ha.adoc index 9422b18a..3879681b 100644 --- a/templates/docs/rhpam711-authoring-ha.adoc +++ b/templates/docs/rhpam711-authoring-ha.adoc @@ -69,7 +69,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStreams in a different namespace/project. | openshift | True |`BUSINESS_CENTRAL_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for Business Central. Default is "rhpam-businesscentral-rhel8". | rhpam-businesscentral-rhel8 | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`MAVEN_MIRROR_URL` | `MAVEN_MIRROR_URL` | Maven mirror that Business Central and KIE Server must use. If you configure a mirror, this mirror must contain all artifacts that are required for building and deploying your services. | -- | False |`MAVEN_MIRROR_OF` | `MAVEN_MIRROR_OF` | Maven mirror configuration for KIE Server. | external:*,!repo-rhpamcentr | False |`MAVEN_REPO_ID` | `MAVEN_REPO_ID` | The id to use for the maven repository. If set, it can be excluded from the optionally configured mirror by adding it to MAVEN_MIRROR_OF. For example: external:*,!repo-rhpamcentr,!repo-custom. If MAVEN_MIRROR_URL is set but MAVEN_MIRROR_ID is not set, an id will be generated randomly, but won't be usable in MAVEN_MIRROR_OF. | repo-custom | False diff --git a/templates/docs/rhpam711-authoring.adoc b/templates/docs/rhpam711-authoring.adoc index 20e1b7c1..272c9015 100644 --- a/templates/docs/rhpam711-authoring.adoc +++ b/templates/docs/rhpam711-authoring.adoc @@ -52,7 +52,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | `KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | KIE ServerTemplate Cache TTL in milliseconds. (Sets the org.kie.server.controller.template.cache.ttl system property) | 5000 | False |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`MAVEN_MIRROR_URL` | `MAVEN_MIRROR_URL` | Maven mirror that Business Central and KIE Server must use. If you configure a mirror, this mirror must contain all artifacts that are required for building and deploying your services. | -- | False |`MAVEN_MIRROR_OF` | `MAVEN_MIRROR_OF` | Maven mirror configuration for KIE Server. | external:*,!repo-rhpamcentr | False |`MAVEN_REPO_ID` | `MAVEN_REPO_ID` | The id to use for the maven repository. If set, it can be excluded from the optionally configured mirror by adding it to MAVEN_MIRROR_OF. For example: external:*,!repo-rhpamcentr,!repo-custom. If MAVEN_MIRROR_URL is set but MAVEN_MIRROR_ID is not set, an id will be generated randomly, but won't be usable in MAVEN_MIRROR_OF. | repo-custom | False diff --git a/templates/docs/rhpam711-kieserver-externaldb.adoc b/templates/docs/rhpam711-kieserver-externaldb.adoc index 01d9f249..d5c0d0bf 100644 --- a/templates/docs/rhpam711-kieserver-externaldb.adoc +++ b/templates/docs/rhpam711-kieserver-externaldb.adoc @@ -34,7 +34,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values | rhpam-credentials | True |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`KIE_SERVER_PERSISTENCE_SCHEMA` | `KIE_SERVER_PERSISTENCE_SCHEMA` | Hibernate persistence schema. | bd.schema | False |`KIE_SERVER_EXTERNALDB_DIALECT` | `KIE_SERVER_PERSISTENCE_DIALECT` | KIE Server external database Hibernate dialect. | org.hibernate.dialect.MySQL57Dialect | True |`KIE_SERVER_EXTERNALDB_SERVICE_HOST` | `RHPAM_SERVICE_HOST` | Sets the datasource service host. Use this if you want to use the predefined mysql or postgresql datasource properties. Leave blank if the KIE_SERVER_EXTERNALDB_URL parameter is set. | 10.10.10.1 | False @@ -53,7 +53,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`KIE_SERVER_EXTERNALDB_BACKGROUND_VALIDATION` | `RHPAM_BACKGROUND_VALIDATION` | Sets the sql validation method to background-validation, if set to false the validate-on-match method will be used. | true | False |`KIE_SERVER_EXTERNALDB_BACKGROUND_VALIDATION_MILLIS` | `RHPAM_VALIDATION_MILLIS` | Defines the interval for the background-validation check for the jdbc connections. | 10000 | False |`KIE_SERVER_EXTERNALDB_DRIVER_TYPE` | `RHPAM_DRIVER_TYPE` | KIE Server external database driver type, applicable only for DB2, possible values are 4 (default) or 2. | 4 | False -|`EXTENSIONS_IMAGE` | -- | ImageStreamTag definition for the image containing the drivers and configuration. For example, custom-driver-image:7.11.0. | custom-driver-extension:7.11.0 | True +|`EXTENSIONS_IMAGE` | -- | ImageStreamTag definition for the image containing the drivers and configuration. For example, custom-driver-image:7.11.1. | custom-driver-extension:7.11.1 | True |`EXTENSIONS_IMAGE_NAMESPACE` | -- | Namespace within which the ImageStream definition for the image containing the drivers and configuration is located. | openshift | True |`EXTENSIONS_INSTALL_DIR` | -- | Full path to the directory within the extensions image where the extensions are located (e.g. install.sh, modules/, etc.). | `/extensions` | True |`KIE_SERVER_MODE` | `KIE_SERVER_MODE` | The KIE Server mode. Valid values are 'DEVELOPMENT' or 'PRODUCTION'. In production mode, you can not deploy SNAPSHOT versions of artifacts on the KIE Server and can not change the version of an artifact in an existing container. (Sets the org.kie.server.mode system property). | `PRODUCTION` | False @@ -158,7 +158,7 @@ for more information. |============= | S2I image | link | Build output | BuildTriggers and Settings -|rhpam-kieserver-rhel8:7.11.0 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | ImageChange, ImageChange, ConfigChange +|rhpam-kieserver-rhel8:7.11.1 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | ImageChange, ImageChange, ConfigChange |============= diff --git a/templates/docs/rhpam711-kieserver-mysql.adoc b/templates/docs/rhpam711-kieserver-mysql.adoc index a06d3bb1..9f4b9bc4 100644 --- a/templates/docs/rhpam711-kieserver-mysql.adoc +++ b/templates/docs/rhpam711-kieserver-mysql.adoc @@ -34,7 +34,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values | rhpam-credentials | True |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`KIE_SERVER_PERSISTENCE_DS` | `KIE_SERVER_PERSISTENCE_DS` | KIE Server persistence datasource. (Sets the org.kie.server.persistence.ds system property) | java:/jboss/datasources/rhpam | False |`MYSQL_IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStream for the MySQL image is installed. The ImageStream is already installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | False |`MYSQL_IMAGE_STREAM_TAG` | -- | The MySQL image version, which is intended to correspond to the MySQL version. Default is "8.0". | 8.0 | False diff --git a/templates/docs/rhpam711-kieserver-postgresql.adoc b/templates/docs/rhpam711-kieserver-postgresql.adoc index 714e4473..99f9503a 100644 --- a/templates/docs/rhpam711-kieserver-postgresql.adoc +++ b/templates/docs/rhpam711-kieserver-postgresql.adoc @@ -34,7 +34,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values | rhpam-credentials | True |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`KIE_SERVER_PERSISTENCE_DS` | `KIE_SERVER_PERSISTENCE_DS` | KIE Server persistence datasource. (Sets the org.kie.server.persistence.ds system property) | java:/jboss/datasources/rhpam | False |`KIE_SERVER_POSTGRESQL_USER` | `RHPAM_USERNAME` | KIE Server PostgreSQL database user name. | rhpam | False |`KIE_SERVER_POSTGRESQL_PWD` | `RHPAM_PASSWORD` | KIE Server PostgreSQL database password. | -- | False diff --git a/templates/docs/rhpam711-managed.adoc b/templates/docs/rhpam711-managed.adoc index 261d5106..03c67fe5 100644 --- a/templates/docs/rhpam711-managed.adoc +++ b/templates/docs/rhpam711-managed.adoc @@ -37,7 +37,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | `KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | KIE ServerTemplate Cache TTL in milliseconds. (Sets the org.kie.server.controller.template.cache.ttl system property) | 5000 | False |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`KIE_SERVER_CONTROLLER_TOKEN` | `KIE_SERVER_CONTROLLER_TOKEN` | KIE Server controller token for bearer authentication. (Sets the org.kie.server.controller.token system property) | -- | False |`KIE_SERVER_PERSISTENCE_DS` | `KIE_SERVER_PERSISTENCE_DS` | KIE Server persistence datasource. (Sets the org.kie.server.persistence.ds system property) | java:/jboss/datasources/rhpam | False |`POSTGRESQL_IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStream for the PostgreSQL image is installed. The ImageStream is already installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | False diff --git a/templates/docs/rhpam711-prod-immutable-kieserver-amq.adoc b/templates/docs/rhpam711-prod-immutable-kieserver-amq.adoc index 514a6184..6cf8307a 100644 --- a/templates/docs/rhpam711-prod-immutable-kieserver-amq.adoc +++ b/templates/docs/rhpam711-prod-immutable-kieserver-amq.adoc @@ -27,7 +27,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values | rhpam-credentials | True |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`KIE_SERVER_PERSISTENCE_DS` | `KIE_SERVER_PERSISTENCE_DS` | KIE Server persistence datasource (Sets the org.kie.server.persistence.ds system property) | java:/jboss/datasources/rhpam | False |`POSTGRESQL_IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStream for the PostgreSQL image is installed. The ImageStream is already installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | False |`POSTGRESQL_IMAGE_STREAM_TAG` | -- | The PostgreSQL image version, which is intended to correspond to the PostgreSQL version. Default is "10". | 10 | False @@ -204,7 +204,7 @@ for more information. |============= | S2I image | link | Build output | BuildTriggers and Settings -|rhpam-kieserver-rhel8:7.11.0 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | GitHub, Generic, ImageChange, ConfigChange +|rhpam-kieserver-rhel8:7.11.1 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | GitHub, Generic, ImageChange, ConfigChange |============= diff --git a/templates/docs/rhpam711-prod-immutable-kieserver.adoc b/templates/docs/rhpam711-prod-immutable-kieserver.adoc index a7b49bcf..5eea2919 100644 --- a/templates/docs/rhpam711-prod-immutable-kieserver.adoc +++ b/templates/docs/rhpam711-prod-immutable-kieserver.adoc @@ -27,7 +27,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values | rhpam-credentials | True |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`KIE_SERVER_PERSISTENCE_DS` | `KIE_SERVER_PERSISTENCE_DS` | KIE Server persistence datasource. (Sets the org.kie.server.persistence.ds system property) | java:/jboss/datasources/rhpam | False |`POSTGRESQL_IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStream for the PostgreSQL image is installed. The ImageStream is already installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | False |`POSTGRESQL_IMAGE_STREAM_TAG` | -- | The PostgreSQL image version, which is intended to correspond to the PostgreSQL version. Default is "10". | 10 | False @@ -154,7 +154,7 @@ for more information. |============= | S2I image | link | Build output | BuildTriggers and Settings -|rhpam-kieserver-rhel8:7.11.0 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | GitHub, Generic, ImageChange, ConfigChange +|rhpam-kieserver-rhel8:7.11.1 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | GitHub, Generic, ImageChange, ConfigChange |============= diff --git a/templates/docs/rhpam711-prod-immutable-monitor.adoc b/templates/docs/rhpam711-prod-immutable-monitor.adoc index 1579bbf0..33d031a8 100644 --- a/templates/docs/rhpam711-prod-immutable-monitor.adoc +++ b/templates/docs/rhpam711-prod-immutable-monitor.adoc @@ -34,7 +34,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`KIE_SERVER_CONTROLLER_OPENSHIFT_PREFER_KIESERVER_SERVICE` | `KIE_SERVER_CONTROLLER_OPENSHIFT_PREFER_KIESERVER_SERVICE` | If OpenShift integration of Business Central is turned on, setting this parameter to true enables connection to KIE Server via an OpenShift internal Service endpoint. (Sets the org.kie.server.controller.openshift.prefer.kieserver.service system property) | true | False |`KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | `KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | KIE ServerTemplate Cache TTL in milliseconds (Sets the org.kie.server.controller.template.cache.ttl system property) | 5000 | False |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | False +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | False |`SMART_ROUTER_HOSTNAME_HTTP` | -- | Custom hostname for http service route. Leave blank for default hostname, e.g.: insecure--smartrouter-. | -- | False |`SMART_ROUTER_HOSTNAME_HTTPS` | -- | Custom hostname for https service route. Leave blank for default hostname, e.g.: -smartrouter-. | -- | False |`KIE_SERVER_ROUTER_ID` | `KIE_SERVER_ROUTER_ID` | Router ID used in API communication. (Router property org.kie.server.router.id) | kie-server-router | True diff --git a/templates/docs/rhpam711-prod.adoc b/templates/docs/rhpam711-prod.adoc index b8bc408a..1443e214 100644 --- a/templates/docs/rhpam711-prod.adoc +++ b/templates/docs/rhpam711-prod.adoc @@ -34,7 +34,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values | rhpam-credentials | True |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`SMART_ROUTER_HOSTNAME_HTTP` | -- | Custom hostname for http service route. Leave blank for default hostname, e.g. -smartrouter-.' | -- | False |`SMART_ROUTER_HOSTNAME_HTTPS` | -- | Custom hostname for https service route. Leave blank for default hostname, e.g. secure--smartrouter-.' | -- | False |`KIE_SERVER_ROUTER_ID` | `KIE_SERVER_ROUTER_ID` | Router ID used when connecting to the controller. (router property org.kie.server.router.id) | kie-server-router | True diff --git a/templates/docs/rhpam711-trial-ephemeral.adoc b/templates/docs/rhpam711-trial-ephemeral.adoc index a019694e..da75ec26 100644 --- a/templates/docs/rhpam711-trial-ephemeral.adoc +++ b/templates/docs/rhpam711-trial-ephemeral.adoc @@ -43,7 +43,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[ |`KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | `KIE_SERVER_CONTROLLER_TEMPLATE_CACHE_TTL` | KIE ServerTemplate Cache TTL in milliseconds. (Sets the org.kie.server.controller.template.cache.ttl system property) | 5000 | False |`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Process Automation Manager images are installed. These ImageStreams are normally installed in the openshift namespace. You need to modify this parameter only if you installed the ImageStream in a different namespace/project. Default is "openshift". | openshift | True |`KIE_SERVER_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for KIE Server. Default is "rhpam-kieserver-rhel8". | rhpam-kieserver-rhel8 | True -|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.0". | 7.11.0 | True +|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.11.1". | 7.11.1 | True |`KIE_SERVER_CONTAINER_DEPLOYMENT` | `KIE_SERVER_CONTAINER_DEPLOYMENT` | KIE Server Container deployment configuration with optional alias. Format: containerId=groupId:artifactId:version\|c2(alias2)=g2:a2:v2 | -- | False |`MAVEN_REPO_ID` | `MAVEN_REPO_ID` | The id to use for the maven repository, if set. Default is generated randomly. | repo-custom | False |`MAVEN_REPO_URL` | `MAVEN_REPO_URL` | Fully qualified URL to a Maven repository or service. | http://nexus.nexus-project.svc.cluster.local:8081/nexus/content/groups/public/ | False diff --git a/templates/rhpam711-authoring-ha.yaml b/templates/rhpam711-authoring-ha.yaml index fc083ff4..4b0523e1 100644 --- a/templates/rhpam711-authoring-ha.yaml +++ b/templates/rhpam711-authoring-ha.yaml @@ -260,9 +260,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: Maven mirror URL description: Maven mirror that Business Central and KIE Server must use. If you configure a mirror, this mirror must contain all artifacts that are required for building and deploying your services. diff --git a/templates/rhpam711-authoring.yaml b/templates/rhpam711-authoring.yaml index 10c0ab26..81d87f79 100644 --- a/templates/rhpam711-authoring.yaml +++ b/templates/rhpam711-authoring.yaml @@ -174,9 +174,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: Maven mirror URL description: Maven mirror that Business Central and KIE Server must use. If you configure a mirror, this mirror must contain all artifacts that are required for building and deploying your services. diff --git a/templates/rhpam711-kieserver-externaldb.yaml b/templates/rhpam711-kieserver-externaldb.yaml index de264b8d..9887b228 100644 --- a/templates/rhpam711-kieserver-externaldb.yaml +++ b/templates/rhpam711-kieserver-externaldb.yaml @@ -76,9 +76,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true ## External database parameters BEGIN - displayName: KIE Server Persistence Schema @@ -170,9 +170,9 @@ parameters: required: false ## Extension image configuration BEGIN - displayName: Drivers Extension Image - description: ImageStreamTag definition for the image containing the drivers and configuration. For example, custom-driver-image:7.11.0. + description: ImageStreamTag definition for the image containing the drivers and configuration. For example, custom-driver-image:7.11.1. name: EXTENSIONS_IMAGE - value: custom-driver-extension:7.11.0 + value: custom-driver-extension:7.11.1 required: true - displayName: Drivers ImageStream Namespace description: Namespace within which the ImageStream definition for the image containing the drivers and configuration is located. diff --git a/templates/rhpam711-kieserver-mysql.yaml b/templates/rhpam711-kieserver-mysql.yaml index 80143a98..2d298c6a 100644 --- a/templates/rhpam711-kieserver-mysql.yaml +++ b/templates/rhpam711-kieserver-mysql.yaml @@ -76,9 +76,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: KIE Server Persistence DS description: KIE Server persistence datasource. (Sets the org.kie.server.persistence.ds system property) diff --git a/templates/rhpam711-kieserver-postgresql.yaml b/templates/rhpam711-kieserver-postgresql.yaml index 1f246f05..896a7312 100644 --- a/templates/rhpam711-kieserver-postgresql.yaml +++ b/templates/rhpam711-kieserver-postgresql.yaml @@ -76,9 +76,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: KIE Server Persistence DS description: KIE Server persistence datasource. (Sets the org.kie.server.persistence.ds system property) diff --git a/templates/rhpam711-managed.yaml b/templates/rhpam711-managed.yaml index 4a3c349f..9b32e9e4 100644 --- a/templates/rhpam711-managed.yaml +++ b/templates/rhpam711-managed.yaml @@ -94,9 +94,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: KIE Server Controller Token description: KIE Server controller token for bearer authentication. (Sets the org.kie.server.controller.token system property) diff --git a/templates/rhpam711-prod-immutable-kieserver-amq.yaml b/templates/rhpam711-prod-immutable-kieserver-amq.yaml index 2159b34c..618a78b2 100644 --- a/templates/rhpam711-prod-immutable-kieserver-amq.yaml +++ b/templates/rhpam711-prod-immutable-kieserver-amq.yaml @@ -44,9 +44,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: KIE Server Persistence DS description: KIE Server persistence datasource (Sets the org.kie.server.persistence.ds system property) diff --git a/templates/rhpam711-prod-immutable-kieserver.yaml b/templates/rhpam711-prod-immutable-kieserver.yaml index 8ab7f434..bdd2145d 100644 --- a/templates/rhpam711-prod-immutable-kieserver.yaml +++ b/templates/rhpam711-prod-immutable-kieserver.yaml @@ -44,9 +44,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: KIE Server Persistence DS description: KIE Server persistence datasource. (Sets the org.kie.server.persistence.ds system property) diff --git a/templates/rhpam711-prod-immutable-monitor.yaml b/templates/rhpam711-prod-immutable-monitor.yaml index 696817da..3eb2df2a 100644 --- a/templates/rhpam711-prod-immutable-monitor.yaml +++ b/templates/rhpam711-prod-immutable-monitor.yaml @@ -81,9 +81,9 @@ parameters: value: openshift required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: false - displayName: Smart Router Custom http Route Hostname description: 'Custom hostname for http service route. Leave blank for default hostname, e.g.: insecure--smartrouter-.' diff --git a/templates/rhpam711-prod.yaml b/templates/rhpam711-prod.yaml index 0f2a8aff..23fcef35 100644 --- a/templates/rhpam711-prod.yaml +++ b/templates/rhpam711-prod.yaml @@ -78,9 +78,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: Smart Router Custom http Route Hostname description: Custom hostname for http service route. Leave blank for default hostname, e.g. -smartrouter-.' diff --git a/templates/rhpam711-trial-ephemeral.yaml b/templates/rhpam711-trial-ephemeral.yaml index 7f4dc4e6..4e465b5a 100644 --- a/templates/rhpam711-trial-ephemeral.yaml +++ b/templates/rhpam711-trial-ephemeral.yaml @@ -128,9 +128,9 @@ parameters: value: "rhpam-kieserver-rhel8" required: true - displayName: ImageStream Tag - description: A named pointer to an image in an image stream. Default is "7.11.0". + description: A named pointer to an image in an image stream. Default is "7.11.1". name: IMAGE_STREAM_TAG - value: "7.11.0" + value: "7.11.1" required: true - displayName: KIE Server Container Deployment description: 'KIE Server Container deployment configuration with optional alias. Format: containerId=groupId:artifactId:version|c2(alias2)=g2:a2:v2'