https://github.com/camunda/camunda-platform-helm
Camunda Platform 8 Self-Managed Helm charts
https://github.com/camunda/camunda-platform-helm
camunda charts hacktoberfest2024 helm helm-chart identity k8s kubernetes openshift operate optimize tasklist zeebe
Last synced: about 1 month ago
JSON representation
Camunda Platform 8 Self-Managed Helm charts
- Host: GitHub
- URL: https://github.com/camunda/camunda-platform-helm
- Owner: camunda
- License: apache-2.0
- Created: 2021-08-16T11:26:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T19:20:12.000Z (4 months ago)
- Last Synced: 2026-02-02T22:42:13.130Z (4 months ago)
- Topics: camunda, charts, hacktoberfest2024, helm, helm-chart, identity, k8s, kubernetes, openshift, operate, optimize, tasklist, zeebe
- Language: Go
- Homepage: https://docs.camunda.io/docs/self-managed/about-self-managed/
- Size: 27.5 MB
- Stars: 85
- Watchers: 15
- Forks: 143
- Open Issues: 178
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Agents: .github/AGENTS.md
Awesome Lists containing this project
README
# Camunda 8 Helm
[](https://opensource.org/licenses/Apache-2.0)
[](https://artifacthub.io/packages/helm/camunda/camunda-platform)
[](https://helm.camunda.io/camunda-platform/version-matrix/)
> [!CAUTION]
>
> This GitHub repository is mainly for development, don't use it directly to deploy Camunda. End users should use the [official documentation](https://docs.camunda.io/docs/self-managed/about-self-managed/) for [installation](https://docs.camunda.io/docs/self-managed/deployment/helm/install/), [upgrade](https://docs.camunda.io/docs/self-managed/deployment/helm/upgrade/), etc.
- [Overview](#overview)
- [Documentation](#documentation)
- [Versioning and Release Cycles](#versioning-and-release-cycles)
- [Installation](#installation)
- [Guides](#guides)
- [Issues](#issues)
- [Contributing](#contributing)
- [Releasing](#releasing)
- [License](#license)
## Overview
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.
## Documentation
- Official docs (to install the platform via Helm chart): [Camunda 8 Self-Managed](https://docs.camunda.io/docs/self-managed/about-self-managed/).
- Internal developer docs (release process, CI workflows, contribution guidelines, etc.): [helm.camunda.io/camunda-platform-helm](https://helm.camunda.io/camunda-platform-helm/).
## Contributing to the Docs
Documentation source files live in [`docs/`](./docs/) at the repo root. The Docusaurus project is in [`helm-docs-site/`](./helm-docs-site/).
```bash
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`](./helm-docs-site/sidebars.js). See [`helm-docs-site/README.md`](./helm-docs-site/README.md) for full details.
## Versioning and Release Cycles
For more details about the Camunda 8 Helm chart versioning, please read the [versioning scheme](https://docs.camunda.io/docs/self-managed/setup/install/#versioning).
Also, check the [chart release cycles](./charts/README.md#release-cycles) for more details.
## Installation
Find more installation and deployment options
on the [Camunda 8 Helm chart installation](https://docs.camunda.io/docs/self-managed/setup/install/#versioning).
## Guides
Default values cannot cover every use case, so we have
[Camunda 8 deploy guides](https://docs.camunda.io/docs/self-managed/setup/guides/).
The guides have detailed examples of use cases, such as Ingress setup.
## Issues
If you find any problem with the Camunda 8 Helm charts, create a [new issue](https://github.com/camunda/camunda-platform-helm/issues).
## Contributing
We value all feedback and contributions. To start contributing to this project, please:
- **Don't create a PR without opening [an issue](https://github.com/camunda/camunda-platform-helm/issues/new/choose)
and discussing it first.**
- Familiarize yourself with the
[contribution guide](https://github.com/camunda/camunda-platform-helm/wiki/contribution-and-collaboration).
- Find more information about the Camunda 8 [Helm charts](./charts).
## Releasing
Please visit the [Camunda 8 release guide](https://github.com/camunda/camunda-platform-helm/wiki/release-process) to find out how to release the charts.
## License
Camunda 8 Self-Managed Helm charts are licensed under the open-source Apache License 2.0.
Please see [LICENSE](LICENSE) for details.
For Camunda 8 components, please visit
the [licensing information page](https://docs.camunda.io/docs/reference/licenses).