Skip to content

Commit ae083ec

Browse files
Add CPD 5.3.1 catalog for Helm-based airgap support
- Add v9-cpd531-amd64 catalog with CPD 5.3.1 component versions - Include WML, Spark, Cognos, Watson Studio CASE versions - Define shared dependencies: OpenSearch 1.2.0, CCS 12.1.0, Redis 1.3.1 - Catalog digest: sha256:caa758fef6e65944861344b12df4d84121803e7b838895fd17e1a92c6243f2f6
1 parent a334da2 commit ae083ec

1 file changed

Lines changed: 113 additions & 0 deletions

File tree

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
---
2+
# Case bundle configuration for IBM Maximo Operator Catalog CPD 5.3.1 (AMD64)
3+
# -----------------------------------------------------------------------------
4+
# This catalog is specifically for Cloud Pak for Data 5.3.1 Helm-based installations
5+
# and airgap mirroring support.
6+
7+
catalog_digest: sha256:caa758fef6e65944861344b12df4d84121803e7b838895fd17e1a92c6243f2f6
8+
9+
ocp_compatibility:
10+
- "4.16"
11+
- "4.17"
12+
- "4.18"
13+
- "4.19"
14+
- "4.20"
15+
- "4.21"
16+
17+
# Cloud Pak for Data 5.3.1 Components
18+
# -----------------------------------------------------------------------------
19+
# CPD 5.3.1 introduces hybrid architecture with Helm-preferred and Helm-only components
20+
21+
# CPD Platform and Core Dependencies
22+
# -----------------------------------------------------------------------------
23+
cp4d_platform_version: 5.3.1 # CPD Platform version
24+
ibm_zen_version: 6.3.1 # Zen operator for CPD 5.3.1
25+
26+
# CPD 5.3.1 Helm Components - CASE Versions
27+
# -----------------------------------------------------------------------------
28+
# These are the CASE bundle versions that contain the Helm charts
29+
30+
# Watson Machine Learning (Helm-preferred)
31+
wml_version: 12.1.0 # CASE version 12.1.0, Helm chart 12.1.3+timestamp
32+
33+
# Analytics Engine / Spark (Helm-preferred)
34+
spark_version: 12.1.0 # CASE version 12.1.0, Helm chart 12.1.6+timestamp
35+
36+
# Cognos Analytics (Helm-only)
37+
cognos_version: 29.1.0 # CASE version 29.1.0
38+
39+
# Watson Studio / WSL (Helm-only)
40+
wsl_version: 12.1.0 # CASE version for Watson Studio components
41+
wsl_runtimes_version: 12.1.0 # Watson Studio Runtimes
42+
43+
# Data Refinery (Helm-only)
44+
datarefinery_version: 12.1.0 # Data Refinery CASE version
45+
46+
# Shared Dependencies for CPD 5.3.1
47+
# -----------------------------------------------------------------------------
48+
# These dependencies are shared across multiple CPD components
49+
50+
# OpenSearch (required by multiple components)
51+
opensearch_version: 1.2.0 # CASE version 1.2.0
52+
53+
# Common Core Services (required by multiple components)
54+
ccs_build: 12.1.0 # CCS CASE version 12.1.0
55+
56+
# IBM Redis CP (required by some components)
57+
# Note: Using 1.3.1, NOT 2.1.0 as per CPD 5.3.1 requirements
58+
redis_extras_version: 1.3.1 # IBM Redis CP CASE version
59+
60+
# Other CPD Dependencies
61+
# -----------------------------------------------------------------------------
62+
db2u_version: 7.3.1 # DB2U operator version
63+
db2_channel_default: v110509.0 # Default Channel version for db2u-operator
64+
postgress_version: 5.16.0 # PostgreSQL operator for CPD
65+
mongodb_version: 5.0.0 # MongoDB for CPD components
66+
67+
# MAS Dependencies (if needed alongside CPD)
68+
# -----------------------------------------------------------------------------
69+
ibm_licensing_version: 4.2.17 # IBM Licensing operator
70+
common_svcs_version: 4.13.0 # Common Services
71+
sls_version: 3.12.8 # Suite License Service
72+
tsm_version: 1.7.6 # Truststore Manager
73+
uds_version: 2.0.12 # UDS operator
74+
events_version: 5.0.1 # Events operator
75+
76+
# Extra Images
77+
# -----------------------------------------------------------------------------
78+
uds_extras_version: 1.5.0
79+
mongo_extras_version_default: 8.0.20
80+
db2u_extras_version: 1.0.6
81+
db2u_filter: db2
82+
ccs_extras_version: 12.1.0
83+
amlen_extras_version: 1.1.4
84+
minio_version: RELEASE.2025-06-13T11-33-47Z
85+
86+
# Default Cloud Pak for Data version
87+
# -----------------------------------------------------------------------------
88+
cpd_product_version_default: 5.3.1
89+
90+
editorial:
91+
whats_new:
92+
- title: '**Cloud Pak for Data 5.3.1 Support**'
93+
details:
94+
- Cloud Pak for Data 5.3.1 with Helm-based installation support
95+
- Watson Machine Learning v12.1.0 (Helm-preferred)
96+
- Analytics Engine / Spark v12.1.0 (Helm-preferred)
97+
- Cognos Analytics v29.1.0 (Helm-only)
98+
- Watson Studio / WSL v12.1.0 (Helm-only)
99+
- OpenSearch v1.2.0 (shared dependency)
100+
- Common Core Services v12.1.0 (shared dependency)
101+
- IBM Redis CP v1.3.1 (shared dependency)
102+
103+
known_issues:
104+
- title: CPD 5.3.1 uses hybrid architecture with both OLM and Helm components
105+
details:
106+
- Some components are Helm-only (Watson Studio, Cognos)
107+
- Some components are Helm-preferred (WML, Spark)
108+
- Refer to component-support.yml for installation method requirements
109+
- title: Shared dependencies must be installed before dependent components
110+
details:
111+
- OpenSearch, CCS, and IBM Redis CP are shared across multiple components
112+
- Install these dependencies first to avoid conflicts
113+
- Use the dependency checking logic in install-helm.yml

0 commit comments

Comments
 (0)