Skip to content

Commit

Permalink
Merge branch 'main' into elastic-search-upgrade-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley authored Oct 9, 2023
2 parents 7b47464 + 445eaa0 commit fa3424c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
20 changes: 8 additions & 12 deletions docs/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,14 @@ We highly recommend running Camunda 8 Self-Managed in a Kubernetes environment.

Requirements for the components can be seen below:

| Component | Java version | Other requirements |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ (only if [OpenSearch exporter](../self-managed/zeebe-deployment/exporters/opensearch-exporter.md) is used) |
| Operate | OpenJDK 17+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ |
| Tasklist | OpenJDK 17+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ |
| Identity | OpenJDK 17+ | Keycloak 21.x, 22.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 8.7.x+, Amazon OpenSearch 2.5.x+ |
| Web Modeler | - | Keycloak 21.x, 22.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 13.x, 14.x, 15.x (other database systems are currently not supported) |

:::note Amazon OpenSearch Support
To use Amazon OpenSearch, the relevant OpenSearch image must be downloaded from [DockerHub](/self-managed/platform-deployment/docker.md/#docker-images).
::: |
| Component | Java version | Other requirements |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Zeebe | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Operate | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Tasklist | OpenJDK 17+ | Elasticsearch 8.7.x+ |
| Identity | OpenJDK 17+ | Keycloak 21.x<br/>PostgreSQL 14.x, 15.x |
| Optimize | OpenJDK 11+ | Elasticsearch 8.7.x+ |
| Web Modeler | - | Keycloak 21.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 13.x, 14.x, 15.x (other database systems are currently not supported) |

:::note Elasticsearch support
Camunda 8 works with the [default distribution](https://www.elastic.co/downloads/elasticsearch) of Elasticsearch, which is available under the [Free or Gold+ Elastic license](https://www.elastic.co/pricing/faq/licensing#summary).
Expand Down
10 changes: 4 additions & 6 deletions versioned_docs/version-8.2/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ Requirements for the components can be seen below:
| Optimize | OpenJDK 11+ | Elasticsearch 7.16.x, 7.17.x, 8.5.x, 8.6.x |
| Web Modeler | - | Keycloak 16.1.x, 18.x, 19.x, 21.x<br/>PostgreSQL 13.x, 14.x, 15.x, Amazon Aurora PostgreSQL 13.x, 14.x, 15x. (other database systems are currently not supported) |

:::note Amazon OpenSearch 1.3 Support
To use Amazon OpenSearch, the relevant OpenSearch image must be downloaded from [DockerHub](/self-managed/platform-deployment/docker.md/#docker-images).

<sup>\* 8.2.x patches will only be released on the Amazon OpenSearch 1.3 branch until end of 2023 given that Amazon OpenSearch 1.3 maintenance period ends by then. We recommend customers to update to Camunda 8.3.x which will supports Amazon OpenSearch 2.5+.</sup>
:::note Elasticsearch support
Camunda 8 works with the [default distribution](https://www.elastic.co/downloads/elasticsearch) of Elasticsearch.
:::

:::note Elasticsearch support
Camunda 8 works with the [default distribution](https://www.elastic.co/downloads/elasticsearch) of Elasticsearch, which is available under the [Free or Gold+ Elastic license](https://www.elastic.co/pricing/faq/licensing#summary).
:::note Amazon OpenSearch 1.3 Support
To use Amazon OpenSearch, the relevant OpenSearch image must be downloaded from [DockerHub](/self-managed/platform-deployment/docker.md/#docker-images).
:::

### Helm chart version matrix
Expand Down

0 comments on commit fa3424c

Please sign in to comment.