Skip to content

Commit 5dc89af

Browse files
authored
[KIECLOUD-651] - Update AMQ Broker image on immutable templates from 7.8 to 7.9 (#635)
Signed-off-by: spolti <[email protected]>
1 parent 2805492 commit 5dc89af

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ parameters:
263263
description: "AMQ Broker Image Stream Name"
264264
name: AMQ_BROKER_IMAGESTREAM_NAME
265265
required: true
266-
value: amq-broker:7.8
266+
value: amq-broker:7.9
267267
- displayName: AMQ ImageStream Namespace
268268
description: Namespace in which the ImageStreams for Red Hat AMQ 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.
269269
name: AMQ_IMAGE_STREAM_NAMESPACE

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
7070
|`AMQ_KEYSTORE` | `AMQ_KEYSTORE` | The name of the AMQ keystore file. | broker.ks | False
7171
|`AMQ_KEYSTORE_PASSWORD` | `AMQ_KEYSTORE_PASSWORD` | The password for the AMQ keystore and certificate. | changeit | False
7272
|`AMQ_PROTOCOL` | `AMQ_PROTOCOL` | Broker protocols to configure, separated by commas. Allowed values are: `openwire`, `amqp`, `stomp` and `mqtt`. Only `openwire` is supported by EAP. | openwire | False
73-
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image Stream Name | amq-broker:7.8 | True
73+
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image Stream Name | amq-broker:7.9 | True
7474
|`AMQ_IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat AMQ 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
7575
|`SSO_URL` | `SSO_URL` | RH-SSO URL | https://rh-sso.example.com/auth | False
7676
|`SSO_REALM` | `SSO_REALM` | RH-SSO Realm name | -- | False

templates/docs/process/rhpam713-prod-immutable-kieserver-amq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
8686
|`AMQ_KEYSTORE` | `AMQ_KEYSTORE` | The name of the AMQ keystore file. | broker.ks | False
8787
|`AMQ_KEYSTORE_PASSWORD` | `AMQ_KEYSTORE_PASSWORD` | The password for the AMQ keystore and certificate. | changeit | False
8888
|`AMQ_PROTOCOL` | `AMQ_PROTOCOL` | Broker protocols to configure, separated by commas. Allowed values are: `openwire`, `amqp`, `stomp` and `mqtt`. Only `openwire` is supported by EAP. | openwire | False
89-
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image | amq-broker:7.8 | True
89+
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image | amq-broker:7.9 | True
9090
|`AMQ_IMAGE_STREAM_NAMESPACE` | -- | Namespace in which the ImageStreams for Red Hat AMQ 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
9191
|`SSO_URL` | `SSO_URL` | RH-SSO URL | https://rh-sso.example.com/auth | False
9292
|`SSO_REALM` | `SSO_REALM` | RH-SSO Realm name | -- | False

templates/process/rhpam713-prod-immutable-kieserver-amq.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ parameters:
229229
name: KIE_SERVER_CPU_REQUEST
230230
value: '750m'
231231
required: true
232-
233232
- displayName: Disable KIE Server Management
234233
description: "Disable management api and don't allow KIE containers to be deployed/undeployed or started/stopped. (Sets the property org.kie.server.mgmt.api.disabled to true)"
235234
name: KIE_SERVER_MGMT_DISABLED
@@ -347,7 +346,7 @@ parameters:
347346
description: "AMQ Broker Image"
348347
name: AMQ_BROKER_IMAGESTREAM_NAME
349348
required: true
350-
value: amq-broker:7.8
349+
value: amq-broker:7.9
351350
- displayName: AMQ ImageStream Namespace
352351
description: Namespace in which the ImageStreams for Red Hat AMQ 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".
353352
name: AMQ_IMAGE_STREAM_NAMESPACE

0 commit comments

Comments
 (0)