📦 Repository Information

Repository URL:
Repository Name: ibm-content-cortex
Hosting:
🔒 Internal access requires GHE credentials. This site is SSO-gated. Use raw.github.ibm.com with your GHE username and a personal access token (repo scope) for both Helm CLI and OpenShift.

Generate a personal access token →

Quick Add Repository

helm repo add ibm-content-cortex https://ibm-ecm.github.io/ibm-content-cortex-containers/charts
helm repo update
helm repo add ibm-content-cortex https://raw.github.ibm.com/ecm-container-service/container-samples/gh-pages/docs \
  --username  \
  --password 
helm repo update

Available Charts

IBM Content Cortex

IBM Content Operator

v26.0.1 Namespace-scoped
⬇️ Download Chart

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.

Chart Version: 26.0.1
App Version: 26.0.0
Release Date: 2026-07-01
Architecture: amd64, ppc64le

Key Features

  • Content Platform Engine (CPE) for high-performance content storage
  • Content Navigator (ICN) for unified user experience
  • GraphQL and REST APIs for modern integration
  • Task Manager for workflow automation
  • Enterprise Records Management
  • Role-based redaction and access control

Common Configuration Values

crd:
  install: true
image:
  repository: cp.stg.icr.io/cp/icp4a-content-operator
rbac:
  createClusterRole: true
  createClusterRoleBinding: true
  enabled: true
IBM Content Cortex

IBM Content Cortex AI Services Operator

v26.0.1 Namespace-scoped
⬇️ Download Chart

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.

Chart Version: 26.0.1
App Version: 26.0.0
Release Date: 2026-07-01
Architecture: amd64

Key Features

  • Core MCP (Model Context Protocol) server
  • Reasoning service for intelligent decision-making
  • Navigator AI Agent for agentic content interactions
  • Natural language document processing
  • Intelligent content classification and extraction
  • AI-generated summaries and insights
  • Secure credential management for AI providers

Common Configuration Values

crd:
  install: true
image:
  repository: cp.stg.icr.io/cp/ibm-ccx-ai-services-operator
rbac:
  createClusterRole: true
  createClusterRoleBinding: true
  enabled: true

IBM License Service

v4.2.23 Cluster-scoped
⬇️ Download Chart

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.

Chart Version: 4.2.23
App Version: 4.2.0
Release Date: 2026-06-26
Scope: Cluster-wide

Key Features

  • Cluster-wide license tracking
  • Usage reporting and analytics
  • Compliance monitoring
  • License upload and management

IBM Usage Metering

v1.0.6 Namespace-scoped
⬇️ Download Chart

Manages usage metering and reporting for IBM Cloud Pak components. Provides detailed metrics for capacity planning and billing purposes.

Chart Version: 1.0.6
App Version: 1.0.0
Release Date: 2026-06-26
Scope: Namespace

Key Features

  • Usage metrics collection
  • Capacity planning data
  • Billing and chargeback support
  • Resource utilization tracking

Complete Installation Guide

Choose your preferred installation method below

1

Prerequisites

  • Kubernetes 1.24+ or OpenShift 4.12+
  • Python 3.12+
  • IBM Entitlement Key from IBM Container Library
  • Cluster admin access
2

Clone Repository and Setup Environment

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
3

Deploy Operators

# Interactive deployment with guided configuration
python deploy_operator.py

# Follow prompts to:
# - Select operators to deploy
# - Configure namespaces
# - Set image pull secrets
# - Verify prerequisites
🔒 Dev mode — GITHUB_TOKEN required. Running with --dev pulls pre-release chart artifacts from the internal GHE repository. Export your GHE personal access token (repo scope) before running the command below.

Generate a personal access token →
export GITHUB_TOKEN=<your-ghe-token>
python deploy_operator.py --dev
4

Configure and Deploy Content

# Gather deployment properties
python prerequisites.py gather

# Generate deployment artifacts
python prerequisites.py generate

# Validate configuration
python prerequisites.py validate