Skip to content

Commit 319f262

Browse files
committed
bump missing versions
Signed-off-by: Spolti <fspolti@redhat.com>
1 parent 4ef2679 commit 319f262

39 files changed

+76
-76
lines changed

quickstarts/hello-rules-multi-module/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Red Hat Process Automation Manager KIE Server decisions Quickstart - Multi module
22

3-
This quickstart is intended to be used with the [RHPAM Kie Server](https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/7.13.3.GA/kieserver) image.
3+
This quickstart is intended to be used with the [RHPAM Kie Server](https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/7.13.4.GA/kieserver) image.
44

55
## How to use it?
66

7-
To deploy the Hello Rules demo you can use the [rhdm713-prod-immutable-kieserver](https://github.com/jboss-container-images/rhpam-7-openshift-image/blob/7.13.3.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml) application template.
7+
To deploy the Hello Rules demo you can use the [rhdm713-prod-immutable-kieserver](https://github.com/jboss-container-images/rhpam-7-openshift-image/blob/7.13.4.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml) application template.
88

99

1010
To deploy it on your OpenShift instance, just execute the following commands:
@@ -29,13 +29,13 @@ Error from server (NotFound): templates "rhdm713-prod-immutable-kieserver" not f
2929
If you don't have it yet, just install it:
3030

3131
```bash
32-
oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml -n openshift
32+
oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml -n openshift
3333
template "rhdm713-prod-immutable-kieserver" created
3434
```
3535

3636
For this template, we also need to install the secrets, which contain the certificates to configure https:
3737
```bash
38-
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/example-app-secret-template.yaml
38+
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/example-app-secret-template.yaml
3939
$ oc new-app example-app-secret -p SECRET_NAME=decisioncentral-app-secret
4040
```
4141

@@ -47,13 +47,13 @@ Error from server (NotFound): imagestreams.image.openshift.io "rhpam-kieserver-r
4747
If the `rhpam-kieserver-rhel8` is not found, install it under the 'openshift' namespace:
4848

4949
```bash
50-
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/rhpam713-image-streams.yaml -n openshift
50+
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/rhpam713-image-streams.yaml -n openshift
5151
```
5252

5353
Deploy the `credentials secret` provided as example:
5454

5555
```bash
56-
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/example-credentials.yaml
56+
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/example-credentials.yaml
5757
secret/rhpam-credentials created
5858
```
5959

quickstarts/hello-rules/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Red Hat Process Automation Manager KIE Server decisions Quickstart
22

3-
This quickstart is intended to be used with the [RHPAM KIE Server](https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/7.13.3.GA/kieserver) image.
3+
This quickstart is intended to be used with the [RHPAM KIE Server](https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/7.13.4.GA/kieserver) image.
44

55
## How to use it?
66

77
The template below will be used for this quickstart:
88

9-
[rhdm713-prod-immutable-kieserver](https://github.com/jboss-container-images/rhpam-7-openshift-image/blob/7.13.3.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml) application template.
9+
[rhdm713-prod-immutable-kieserver](https://github.com/jboss-container-images/rhpam-7-openshift-image/blob/7.13.4.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml) application template.
1010

1111
To deploy it on your OpenShift instance, just execute the following commands:
1212

@@ -30,13 +30,13 @@ Error from server (NotFound): templates "rhdm713-prod-immutable-kieserver" not f
3030
If you don't have it yet, just install it:
3131

3232
```bash
33-
oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml -n openshift
33+
oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/templates/decision/rhdm713-prod-immutable-kieserver.yaml -n openshift
3434
template "rhdm713-prod-immutable-kieserver" created
3535
```
3636

3737
For this template, we also need to install the secrets, which contain the certificates to configure https:
3838
```bash
39-
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/example-app-secret-template.yaml
39+
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/example-app-secret-template.yaml
4040
$ oc new-app example-app-secret -p SECRET_NAME=decisioncentral-app-secret
4141
```
4242

@@ -50,7 +50,7 @@ Error from server (NotFound): imagestreams.image.openshift.io "rhpam-kieserver-r
5050

5151
If the `rhpam-kieserver-rhel8` is not found, install it under the 'openshift' namespace:
5252
```bash
53-
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/rhpam713-image-streams.yaml -n openshift
53+
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/rhpam713-image-streams.yaml -n openshift
5454
```
5555
Note that, to pull the images the OpenShift must be able to pull images from registry.redhat.io, for more information
5656
please take a look [here](https://access.redhat.com/RegistryAuthentication)
@@ -59,7 +59,7 @@ please take a look [here](https://access.redhat.com/RegistryAuthentication)
5959
Deploy the `credentials secret` provided as example:
6060

6161
```bash
62-
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.3.GA/example-credentials.yaml
62+
$ oc create -f https://raw.githubusercontent.com/jboss-container-images/rhpam-7-openshift-image/7.13.4.GA/example-credentials.yaml
6363
secret/rhpam-credentials created
6464
```
6565

quickstarts/post-configure-example/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,19 @@ END - users added
114114
To install the operator please follow the steps described in
115115
this [link](https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.13/html/deploying_red_hat_process_automation_manager_on_red_hat_openshift_container_platform/operator-con_openshift-operator)
116116
. After the operator installed and ready to use, you need to edit the `kieconfig-<current-version>`, in this
117-
case, `7.13.3`. With the operator already running in the current namespace, follow the steps below:
117+
case, `7.13.4`. With the operator already running in the current namespace, follow the steps below:
118118

119119
- Create the [config-map](#creating-the-config-map) in the current namespace as described above.
120-
- Edit the `kieconfigs-7.13.3` config map, you can use either the OCP Web UI or the command line tool, in this example
120+
- Edit the `kieconfigs-7.13.4` config map, you can use either the OCP Web UI or the command line tool, in this example
121121
we'll use the command line tool:
122122

123123
```bash
124-
$ oc edit cm kieconfigs-7.13.3
124+
$ oc edit cm kieconfigs-7.13.4
125125
```
126126

127127
In this case, as we are going to update the KIE Server deployment, you need to update the `servers` section of the
128128
common.yaml content. If it was for `Business Central, Monitoring or Decision Central`, then the `console` section needs
129-
to be updated. If it is the `Dashbuilder` then the configMap called `kieconfigs-7.13.3-dashbuilder` needs to be edited.
129+
to be updated. If it is the `Dashbuilder` then the configMap called `kieconfigs-7.13.4-dashbuilder` needs to be edited.
130130

131131
First, let's locate where is the `servers` section.
132132

quickstarts/router-ext/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ cd /tmp/smartrouter
3636
To extract the `openshift-launch.sh` file from the official Smart Router image, enter the following command:
3737

3838
```bash
39-
$ docker run --rm registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.13.4 \
39+
$ docker run --rm registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:``.4 \
4040
cat /opt/rhpam-smartrouter/openshift-launch.sh > openshift-launch.sh
4141
```
4242

scripts/check-image-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# bash check-image-version.sh rhpam-dashbuilder-rhel8 7.67.0.Final-redhat-00005
2828
#
2929
# There is a need to have the PROD_VERSION environment variable set as well, it is needed to correctly unzip the
30-
# Smart Router component. On CI it is set, e.g. to 7.13.3, for local tests this needs to be set as well.
30+
# Smart Router component. On CI it is set, e.g. to 7.13.4, for local tests this needs to be set as well.
3131
# The PROD_VERSION is also needed to correctly build the Container Image's name to query the version information.
3232
#
3333
# Exit codes:

templates/decision/rhdm713-authoring-ha.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ parameters:
232232
value: "rhpam-kieserver-rhel8"
233233
required: true
234234
- displayName: ImageStream Tag
235-
description: A named pointer to an image in an image stream. Default is "7.13.3".
235+
description: A named pointer to an image in an image stream. Default is "7.13.4".
236236
name: IMAGE_STREAM_TAG
237-
value: "7.13.3"
237+
value: "7.13.4"
238238
required: true
239239
- displayName: Maven mirror URL
240240
description: Maven mirror that Decision 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.

templates/decision/rhdm713-authoring.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ parameters:
156156
value: "rhpam-kieserver-rhel8"
157157
required: true
158158
- displayName: ImageStream Tag
159-
description: A named pointer to an image in an image stream. Default is "7.13.3".
159+
description: A named pointer to an image in an image stream. Default is "7.13.4".
160160
name: IMAGE_STREAM_TAG
161-
value: "7.13.3"
161+
value: "7.13.4"
162162
required: true
163163
- displayName: Maven mirror URL
164164
description: Maven mirror that Decision 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.

templates/decision/rhdm713-kieserver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ parameters:
7676
value: "rhpam-kieserver-rhel8"
7777
required: true
7878
- displayName: ImageStream Tag
79-
description: A named pointer to an image in an image stream. Default is "7.13.3".
79+
description: A named pointer to an image in an image stream. Default is "7.13.4".
8080
name: IMAGE_STREAM_TAG
81-
value: "7.13.3"
81+
value: "7.13.4"
8282
required: true
8383
- displayName: KIE Server Mode
8484
description: "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)."

templates/decision/rhdm713-prod-immutable-kieserver-amq.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ parameters:
4444
value: "rhpam-kieserver-rhel8"
4545
required: true
4646
- displayName: ImageStream Tag
47-
description: A named pointer to an image in an image stream. Default is "7.13.3".
47+
description: A named pointer to an image in an image stream. Default is "7.13.4".
4848
name: IMAGE_STREAM_TAG
49-
value: "7.13.3"
49+
value: "7.13.4"
5050
required: true
5151
- displayName: KIE MBeans
5252
description: KIE Server mbeans enabled/disabled. (Sets the kie.mbeans and kie.scanner.mbeans system properties)

templates/decision/rhdm713-prod-immutable-kieserver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ parameters:
4545
value: "rhpam-kieserver-rhel8"
4646
required: true
4747
- displayName: ImageStream Tag
48-
description: A named pointer to an image in an image stream. Default is "7.13.3".
48+
description: A named pointer to an image in an image stream. Default is "7.13.4".
4949
name: IMAGE_STREAM_TAG
50-
value: "7.13.3"
50+
value: "7.13.4"
5151
required: true
5252
- displayName: KIE MBeans
5353
description: KIE Server mbeans enabled/disabled. (Sets the kie.mbeans and kie.scanner.mbeans system properties)

templates/decision/rhdm713-trial-ephemeral.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ parameters:
133133
value: "rhpam-kieserver-rhel8"
134134
required: true
135135
- displayName: ImageStream Tag
136-
description: A named pointer to an image in an image stream. Default is "7.13.3".
136+
description: A named pointer to an image in an image stream. Default is "7.13.4".
137137
name: IMAGE_STREAM_TAG
138-
value: "7.13.3"
138+
value: "7.13.4"
139139
required: true
140140
- displayName: KIE Server Container Deployment
141141
description: 'KIE Server Container deployment configuration with optional alias. Format: containerId=groupId:artifactId:version|c2(alias2)=g2:a2:v2'

templates/docs/decision/rhdm713-authoring-ha.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
6464
|`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Decision 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
6565
|`DECISION_CENTRAL_IMAGE_STREAM_NAME` | -- | The name of the image stream to use for Decision Central. Default is "rhpam-businesscentral-rhel8". | rhpam-businesscentral-rhel8 | True
6666
|`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
67-
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.3". | 7.13.3 | True
67+
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.4". | 7.13.4 | True
6868
|`MAVEN_MIRROR_URL` | `MAVEN_MIRROR_URL` | Maven mirror that Decision 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
6969
|`MAVEN_MIRROR_OF` | `MAVEN_MIRROR_OF` | Maven mirror configuration for KIE Server. | external:*,!repo-rhdmcentr | False
7070
|`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-rhdmcentr,!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

templates/docs/decision/rhdm713-authoring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
4949
|`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) | 60000 | False
5050
|`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Decision 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
5151
|`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
52-
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.3". | 7.13.3 | True
52+
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.4". | 7.13.4 | True
5353
|`MAVEN_MIRROR_URL` | `MAVEN_MIRROR_URL` | Maven mirror that Decision 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
5454
|`MAVEN_MIRROR_OF` | `MAVEN_MIRROR_OF` | Maven mirror configuration for KIE Server. | external:*,!repo-rhdmcentr | False
5555
|`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-rhdmcentr,!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

templates/docs/decision/rhdm713-kieserver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
3434
|`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values. | rhpam-credentials | True
3535
|`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Decision 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
3636
|`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
37-
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.3". | 7.13.3 | True
37+
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.4". | 7.13.4 | True
3838
|`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
3939
|`KIE_MBEANS` | `KIE_MBEANS` | KIE Server mbeans enabled/disabled. (Sets the kie.mbeans and kie.scanner.mbeans system properties) | enabled | False
4040
|`DROOLS_SERVER_FILTER_CLASSES` | `DROOLS_SERVER_FILTER_CLASSES` | KIE Server class filtering. (Sets the org.drools.server.filter.classes system property) | true | False

templates/docs/decision/rhdm713-prod-immutable-kieserver-amq.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
2727
|`CREDENTIALS_SECRET` | -- | Secret containing the KIE_ADMIN_USER and KIE_ADMIN_PWD values. | rhpam-credentials | True
2828
|`IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat Decision 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
2929
|`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
30-
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.3". | 7.13.3 | True
30+
|`IMAGE_STREAM_TAG` | -- | A named pointer to an image in an image stream. Default is "7.13.4". | 7.13.4 | True
3131
|`KIE_MBEANS` | `KIE_MBEANS` | KIE Server mbeans enabled/disabled. (Sets the kie.mbeans and kie.scanner.mbeans system properties) | enabled | False
3232
|`DROOLS_SERVER_FILTER_CLASSES` | `DROOLS_SERVER_FILTER_CLASSES` | KIE Server class filtering (Sets the org.drools.server.filter.classes system property) | true | False
3333
|`KIE_SERVER_DECISIONS_ONLY` | `KIE_SERVER_DECISIONS_ONLY` | KIE Server capabilities filtering to disable everything that it is not related to decisions (i.e jBPM and case management) | true | False
@@ -185,7 +185,7 @@ for more information.
185185
|=============
186186
| S2I image | link | Build output | BuildTriggers and Settings
187187
188-
|rhpam-kieserver-rhel8:7.13.3 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | GitHub, Generic, ImageChange, ConfigChange
188+
|rhpam-kieserver-rhel8:7.13.4 | link:../../../kieserver/image.yaml[`rhpam-7/rhpam-kieserver-rhel8`] | `${APPLICATION_NAME}-kieserver:latest` | GitHub, Generic, ImageChange, ConfigChange
189189
|=============
190190
191191

0 commit comments

Comments
 (0)