Enterprise-ready Helm charts for IBM Content Cortex operators and services
ibm-content-cortex
Foundation for deploying IBM Content Cortex (CCx)—a comprehensive enterprise content management platform. Manages complete lifecycle of Content Platform Engine (CPE), Content Navigator (ICN), and integrated content services.
crd:
install: true
image:
repository: cp.stg.icr.io/cp/icp4a-content-operator
rbac:
createClusterRole: true
createClusterRoleBinding: true
enabled: true
Deploys Core MCP server and Reasoning service with Navigator AI Agent. Enables intelligent content processing, agentic AI capabilities, and natural language interactions with enterprise content.
crd:
install: true
image:
repository: cp.stg.icr.io/cp/ibm-ccx-ai-services-operator
rbac:
createClusterRole: true
createClusterRoleBinding: true
enabled: true
Manages IBM License Service for tracking and reporting license usage across the entire cluster. Required for compliance and license management of IBM Cloud Pak components.
Manages usage metering and reporting for IBM Cloud Pak components. Provides detailed metrics for capacity planning and billing purposes.
Choose your preferred installation method below
git clone https://github.com/ibm-ecm/ibm-content-cortex-containers.git
cd ibm-content-cortex-containers/scripts
# Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Interactive deployment with guided configuration
python deploy_operator.py
# Follow prompts to:
# - Select operators to deploy
# - Configure namespaces
# - Set image pull secrets
# - Verify prerequisites
# Gather deployment properties
python prerequisites.py gather
# Generate deployment artifacts
python prerequisites.py generate
# Validate configuration
python prerequisites.py validate