Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
falko and github-actions[bot] authored Jan 10, 2025
1 parent 1670e7b commit 7b33f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/self-managed/setup/guides/air-gapped-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,25 @@ docker pull registry.camunda.cloud/bitnami/postgresql:latest
The [Camunda Helm chart](https://artifacthub.io/packages/helm/camunda/camunda-platform)
must be available in your air-gapped environment.
It can be downloaded from [GitHub](https://github.com/camunda/camunda-platform-helm/releases) or via the following commands:

```shell
helm repo add camunda https://helm.camunda.io
helm repo update
helm pull camunda/camunda-platform
```

The package is self-contained and already includes the following dependencies:
- [Elasticsearch Helm chart](https://artifacthub.io/packages/helm/bitnami/elasticsearch)
- [Keycloak Helm chart](https://artifacthub.io/packages/helm/bitnami/keycloak)
- [Postgres Helm chart](https://artifacthub.io/packages/helm/bitnami/postgresql)
- [Bitnami Common Helm chart](https://artifacthub.io/packages/helm/bitnami/common)

Install the Helm chart by either making it available on a [private repository](https://helm.sh/docs/topics/chart_repository/) that can be accessed from the air-gapped environment or by providing the downloaded chart archive locally to Helm, e.g.:

```shell
helm install camunda ./camunda-platform-11.1.0.tgz
```

For supported versions, refer to our [supported environments](/reference/supported-environments.md#camunda-8-self-managed) page.

## Dependencies explained
Expand Down

0 comments on commit 7b33f39

Please sign in to comment.