Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/open-search-codeception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
MYSQL_ALLOW_EMPTY_PASSWORD: yes

opensearch:
image: opensearchproject/opensearch:latest
image: opensearchproject/opensearch:2
ports:
- 39200:9200
env:
Expand Down
2 changes: 1 addition & 1 deletion doc/02_Configuration/04_Opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:::info

This bundle requires minimum version of OpenSearch 2.7.
Supported versions of OpenSearch are 2.7. to 2.19

:::

Expand Down
2 changes: 1 addition & 1 deletion tests/bin/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
MYSQL_PASSWORD: pimcore

opensearch:
image: opensearchproject/opensearch:latest
image: opensearchproject/opensearch:2
environment:
- cluster.name=opensearch-cluster
- node.name=opensearch-node
Expand Down