Skip to content

Commit

Permalink
[KIECLOUD-651] - Update AMQ Broker image on immutable templates from …
Browse files Browse the repository at this point in the history
…7.8 to 7.9 (#635)

Signed-off-by: spolti <[email protected]>
  • Loading branch information
spolti authored Jul 27, 2022
1 parent 2805492 commit 5dc89af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ parameters:
description: "AMQ Broker Image Stream Name"
name: AMQ_BROKER_IMAGESTREAM_NAME
required: true
value: amq-broker:7.8
value: amq-broker:7.9
- displayName: AMQ ImageStream Namespace
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.
name: AMQ_IMAGE_STREAM_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
|`AMQ_KEYSTORE` | `AMQ_KEYSTORE` | The name of the AMQ keystore file. | broker.ks | False
|`AMQ_KEYSTORE_PASSWORD` | `AMQ_KEYSTORE_PASSWORD` | The password for the AMQ keystore and certificate. | changeit | False
|`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
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image Stream Name | amq-broker:7.8 | True
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image Stream Name | amq-broker:7.9 | True
|`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
|`SSO_URL` | `SSO_URL` | RH-SSO URL | https://rh-sso.example.com/auth | False
|`SSO_REALM` | `SSO_REALM` | RH-SSO Realm name | -- | False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ https://docs.okd.io/latest/architecture/core_concepts/templates.html#parameters[
|`AMQ_KEYSTORE` | `AMQ_KEYSTORE` | The name of the AMQ keystore file. | broker.ks | False
|`AMQ_KEYSTORE_PASSWORD` | `AMQ_KEYSTORE_PASSWORD` | The password for the AMQ keystore and certificate. | changeit | False
|`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
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image | amq-broker:7.8 | True
|`AMQ_BROKER_IMAGESTREAM_NAME` | -- | AMQ Broker Image | amq-broker:7.9 | True
|`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
|`SSO_URL` | `SSO_URL` | RH-SSO URL | https://rh-sso.example.com/auth | False
|`SSO_REALM` | `SSO_REALM` | RH-SSO Realm name | -- | False
Expand Down
3 changes: 1 addition & 2 deletions templates/process/rhpam713-prod-immutable-kieserver-amq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ parameters:
name: KIE_SERVER_CPU_REQUEST
value: '750m'
required: true

- displayName: Disable KIE Server Management
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)"
name: KIE_SERVER_MGMT_DISABLED
Expand Down Expand Up @@ -347,7 +346,7 @@ parameters:
description: "AMQ Broker Image"
name: AMQ_BROKER_IMAGESTREAM_NAME
required: true
value: amq-broker:7.8
value: amq-broker:7.9
- displayName: AMQ ImageStream Namespace
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".
name: AMQ_IMAGE_STREAM_NAMESPACE
Expand Down

0 comments on commit 5dc89af

Please sign in to comment.