Skip to content
1 change: 1 addition & 0 deletions src/mas/devops/data/catalogs/v9-260226-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ocp_compatibility:
- "4.18"
- "4.19"
- "4.20"
- "4.21"

# Dependencies
# -----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions src/mas/devops/data/catalogs/v9-260318-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cp4d_platform_version: 5.2.0+20250709.170324 # Operator version 5.
ibm_zen_version: 6.2.0+20250530.152516.232 # For CPD5 ibm-zen has to be explicitily mirrored

db2u_version: 7.3.1+20250821.161005.16793 # Operator version 110509.0.6 to find the version 7.3.1+20250821.161005.16793, search db2u-operator digest on repo (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
db2_channel_default: v110509.0 # Default Channel version for db2u-operator
db2_channel_default: v120102.0 # Default Channel version for db2u-operator
events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
sls_version: 3.12.6 # No Update # Operator version 3.12.5 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
Expand Down Expand Up @@ -70,7 +70,7 @@ mas_iot_version:
8.11.x: 8.8.28 # No Update
mas_manage_version:
9.2.x-feature: 9.2.0-pre.stable_13730 # No Update
9.1.x: 9.1.14 # Updated
9.1.x: 9.1.x-db212 # Updated
9.0.x: 9.0.23 # No Update
8.10.x: 8.6.36 # No Update
8.11.x: 8.7.30 # No Update
Expand Down
4 changes: 4 additions & 0 deletions src/mas/devops/templates/pipelinerun-update.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ spec:
# -------------------------------------------------------------------------
- name: db2_namespace
value: "{{ db2_namespace }}"
- name: db2_v12_upgrade
value: "{{ db2_v12_upgrade }}"
- name: db2_channel
value: "{{ db2_channel }}"
{%- endif %}
{%- if mongodb_namespace is defined and mongodb_namespace != "" %}

Expand Down