This directory contains the Helm chart packages and repository index for IBM Content Cortex.
docs/
├── charts/ # Helm chart repository
│ ├── index.yaml # Helm repository index
│ ├── *.tgz # Helm chart packages
│ └── README.md # This file
├── assets/ # Website assets (CSS, JS, images)
├── index.html # Main documentation page
├── helm-charts.html # Helm charts catalog page
└── releases.html # Releases and patches page
helm repo add ibm-content-cortex https://ibm-ecm.github.io/ibm-content-cortex-containers/charts
helm repo update
When adding new chart versions:
.tgz file in this directoryindex.yaml using helm repo index# Generate/update index.yaml
helm repo index docs/charts --url https://ibm-ecm.github.io/ibm-content-cortex-containers/charts
# Commit changes
git add docs/charts/
git commit -m "Add new chart version"
git push
/docs directorygh-pages (or main)https://ibm-ecm.github.io/ibm-content-cortex-containershttps://ibm-ecm.github.io/ibm-content-cortex-containers/charts