Develop charts on main. GitHub Actions packages them and maintains gh-pages
with the Helm index and versioned archives. Never edit gh-pages manually.
helm repo add openprojectx-charts https://openprojectx.github.io/charts
helm repo update openprojectx-charts
helm search repo openprojectx-chartsChange the chart's version in Chart.yaml whenever publishing changes. Existing
archives are preserved; a version is published only once. Local dependencies
are built from sibling chart directories. Run helm dependency build <chart>
and helm lint <chart> -f <your-values.yaml> before publishing. Some charts
require database credentials or environment-specific values to render.
Pull requests check dependency resolution and packaging. Pushes to main also
publish the repository through GitHub Pages. The workflow can be run manually.
Container builds live in https://github.com/OpenProjectX/docker-images.
Imported from OpenProjectX/helm-charts commit
f6958de3089d42bf57e1b392886e017d1a624449. The original repository is unchanged.
The tg-crawler chart and environment-specific deployment samples are excluded.