Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ variables:
webserver3_version: jws31-v1.4
webserver5_version: jws50-v1.2
ips_ds_version: 6.4.12.GA
rhdm_version: 7.5.0.GA
rhpam_version: 7.5.0.GA
rhdm_version: 7.5.1.GA
rhpam_version: 7.5.1.GA
jdg_version: ose-v1.4.16
datagrid_version: 7.3-v1.1
cacheservice_version: 1.0.TP
Expand Down
84 changes: 42 additions & 42 deletions official/README.md

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions official/index.json

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions official/rhdm/imagestreams/rhdm-decisioncentral-rhel8.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Red Hat Decision Manager 7.5 - Decision Central image.",
"iconClass": "icon-jboss",
"supports": "rhdm:7.5",
"tags": "rhdm",
"version": "7.5.1"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhdm-7/rhdm-decisioncentral-rhel8:7.5.1"
},
"name": "7.5.1",
"referencePolicy": {
"type": "Local"
}
}
]
}
Expand Down
17 changes: 17 additions & 0 deletions official/rhdm/imagestreams/rhdm-kieserver-rhel8.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Red Hat Decision Manager 7.5 - KIE Server image.",
"iconClass": "icon-jboss",
"supports": "rhdm:7.5",
"tags": "rhdm",
"version": "7.5.1"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhdm-7/rhdm-kieserver-rhel8:7.5.1"
},
"name": "7.5.1",
"referencePolicy": {
"type": "Local"
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Red Hat Decision Manager 7.5 - Business Optimizer OptaWeb Employee Rostering image.",
"iconClass": "icon-jboss",
"supports": "rhdm:7.5",
"tags": "rhdm",
"version": "7.5.1"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhdm-7-tech-preview/rhdm-optaweb-employee-rostering-rhel8:7.5.1"
},
"name": "7.5.1",
"referencePolicy": {
"type": "Local"
}
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions official/rhdm/templates/rhdm75-authoring-ha.json
Original file line number Diff line number Diff line change
Expand Up @@ -1864,11 +1864,11 @@
"value": "rhdm-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"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.",
Expand Down
4 changes: 2 additions & 2 deletions official/rhdm/templates/rhdm75-authoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,11 +1242,11 @@
"value": "rhdm-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"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.",
Expand Down
4 changes: 2 additions & 2 deletions official/rhdm/templates/rhdm75-kieserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,11 +712,11 @@
"value": "rhdm-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"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).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,11 @@
"value": "rhdm-optaweb-employee-rostering-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "Optaweb employee rostering persistence datasource (Sets the org.optaweb.employeerostering.persistence.datasource system property)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1234,11 +1234,11 @@
"value": "rhdm-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "KIE server mbeans enabled/disabled. (Sets the kie.mbeans and kie.scanner.mbeans system properties)",
Expand Down
4 changes: 2 additions & 2 deletions official/rhdm/templates/rhdm75-prod-immutable-kieserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,11 +738,11 @@
"value": "rhdm-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "KIE server mbeans enabled/disabled. (Sets the kie.mbeans and kie.scanner.mbeans system properties)",
Expand Down
4 changes: 2 additions & 2 deletions official/rhdm/templates/rhdm75-trial-ephemeral.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,11 +1028,11 @@
"value": "rhdm-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "KIE Server Container deployment configuration with optional alias. Format: containerId=groupId:artifactId:version|c2(alias2)=g2:a2:v2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Red Hat Process Automation Manager 7.5 - Business Central Monitoring image.",
"iconClass": "icon-jboss",
"supports": "rhpam:7.5",
"tags": "rhpam",
"version": "7.5.1"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhpam-7/rhpam-businesscentral-monitoring-rhel8:7.5.1"
},
"name": "7.5.1",
"referencePolicy": {
"type": "Local"
}
}
]
}
Expand Down
17 changes: 17 additions & 0 deletions official/rhpam/imagestreams/rhpam-businesscentral-rhel8.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Red Hat Process Automation Manager 7.5 - Business Central image.",
"iconClass": "icon-jboss",
"supports": "rhpam:7.5",
"tags": "rhpam",
"version": "7.5.1"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhpam-7/rhpam-businesscentral-rhel8:7.5.1"
},
"name": "7.5.1",
"referencePolicy": {
"type": "Local"
}
}
]
}
Expand Down
17 changes: 17 additions & 0 deletions official/rhpam/imagestreams/rhpam-kieserver-rhel8.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Red Hat Process Automation Manager 7.5 - KIE Server image.",
"iconClass": "icon-jboss",
"supports": "rhpam:7.5",
"tags": "rhpam",
"version": "7.5.1"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8:7.5.1"
},
"name": "7.5.1",
"referencePolicy": {
"type": "Local"
}
}
]
}
Expand Down
17 changes: 17 additions & 0 deletions official/rhpam/imagestreams/rhpam-smartrouter-rhel8.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Red Hat Process Automation Manager 7.5 - Smart Router image.",
"iconClass": "icon-jboss",
"supports": "rhpam:7.5",
"tags": "rhpam",
"version": "7.5.1"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.5.1"
},
"name": "7.5.1",
"referencePolicy": {
"type": "Local"
}
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions official/rhpam/templates/rhpam75-authoring-ha.json
Original file line number Diff line number Diff line change
Expand Up @@ -2142,11 +2142,11 @@
"value": "rhpam-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"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.",
Expand Down
4 changes: 2 additions & 2 deletions official/rhpam/templates/rhpam75-authoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -1346,11 +1346,11 @@
"value": "rhpam-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"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.",
Expand Down
8 changes: 4 additions & 4 deletions official/rhpam/templates/rhpam75-kieserver-externaldb.json
Original file line number Diff line number Diff line change
Expand Up @@ -889,11 +889,11 @@
"value": "rhpam-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "Hibernate persistence schema.",
Expand Down Expand Up @@ -1019,11 +1019,11 @@
"required": false
},
{
"description": "ImageStreamTag definition for the image containing the drivers and configuration. For example, custom-driver-image:7.5.0.",
"description": "ImageStreamTag definition for the image containing the drivers and configuration. For example, custom-driver-image:7.5.1.",
"displayName": "Drivers Extension Image",
"name": "EXTENSIONS_IMAGE",
"required": true,
"value": "custom-driver-extension:7.5.0"
"value": "custom-driver-extension:7.5.1"
},
{
"description": "Namespace within which the ImageStream definition for the image containing the drivers and configuration is located.",
Expand Down
4 changes: 2 additions & 2 deletions official/rhpam/templates/rhpam75-kieserver-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,11 +943,11 @@
"value": "rhpam-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "KIE server persistence datasource. (Sets the org.kie.server.persistence.ds system property)",
Expand Down
4 changes: 2 additions & 2 deletions official/rhpam/templates/rhpam75-kieserver-postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,11 +946,11 @@
"value": "rhpam-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "KIE server persistence datasource. (Sets the org.kie.server.persistence.ds system property)",
Expand Down
4 changes: 2 additions & 2 deletions official/rhpam/templates/rhpam75-managed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1458,11 +1458,11 @@
"value": "rhpam-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "KIE server controller username. (Sets the org.kie.server.controller.user system property)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1488,11 +1488,11 @@
"value": "rhpam-kieserver-rhel8"
},
{
"description": "A named pointer to an image in an image stream. Default is \"7.5.0\".",
"description": "A named pointer to an image in an image stream. Default is \"7.5.1\".",
"displayName": "ImageStream Tag",
"name": "IMAGE_STREAM_TAG",
"required": true,
"value": "7.5.0"
"value": "7.5.1"
},
{
"description": "KIE server persistence datasource (Sets the org.kie.server.persistence.ds system property)",
Expand Down
Loading