Caution
This GitHub repository is mainly for development, don't use it directly to deploy Camunda. End users should use the official documentation for installation, upgrade, etc.
- Overview
- Documentation
- Versioning and Release Cycles
- Installation
- Guides
- Issues
- Contributing
- Releasing
- License
Camunda 8 Self-Managed Helm charts repo. Camunda 8 Helm chart is an umbrella chart for different components. Some are internal components, and some are external (third-party). The dependency management is fully automated and managed by Helm itself.
- Official docs (to install the platform via Helm chart): Camunda 8 Self-Managed.
- Internal developer docs (release process, CI workflows, contribution guidelines, etc.): helm.camunda.io/camunda-platform-helm.
Documentation source files live in docs/ at the repo root. The Docusaurus project is in helm-docs-site/.
cd helm-docs-site
npm install
npm start # opens http://localhost:3000/camunda-platform-helm/When adding a new page, also add its id to helm-docs-site/sidebars.js. See helm-docs-site/README.md for full details.
For more details about the Camunda 8 Helm chart versioning, please read the versioning scheme.
Also, check the chart release cycles for more details.
Find more installation and deployment options on the Camunda 8 Helm chart installation.
Default values cannot cover every use case, so we have Camunda 8 deploy guides. The guides have detailed examples of use cases, such as Ingress setup.
If you find any problem with the Camunda 8 Helm charts, create a new issue.
We value all feedback and contributions. To start contributing to this project, please:
- Don't create a PR without opening an issue and discussing it first.
- Familiarize yourself with the contribution guide.
- Find more information about the Camunda 8 Helm charts.
Please visit the Camunda 8 release guide to find out how to release the charts.
Camunda 8 Self-Managed Helm charts are licensed under the open-source Apache License 2.0. Please see LICENSE for details.
For Camunda 8 components, please visit the licensing information page.