Skip to content

Commit

Permalink
Upgrade Opensearch to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
acetousk committed Jun 14, 2024
1 parent 1c69844 commit 7af5cf2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import org.ajoberstar.grgit.*

defaultTasks 'build'

def openSearchVersion = '2.4.0'
def openSearchVersion = '2.14.0'
def elasticSearchVersion = '7.10.2'

def tomcatHome = '../apache-tomcat'
Expand Down
4 changes: 2 additions & 2 deletions docker/moqui-cluster1-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:
- MYSQL_PASSWORD=moqui

moqui-search:
image: opensearchproject/opensearch:2.4.0
image: opensearchproject/opensearch:2.14.0
container_name: moqui-search
restart: always
ports:
Expand All @@ -194,7 +194,7 @@ services:
hard: 65536

opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.4.0
image: opensearchproject/opensearch-dashboards:2.14.0
container_name: opensearch-dashboards
links:
- moqui-search
Expand Down
4 changes: 2 additions & 2 deletions docker/moqui-mysql-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
- MYSQL_PASSWORD=moqui

moqui-search:
image: opensearchproject/opensearch:2.4.0
image: opensearchproject/opensearch:2.14.0
container_name: moqui-search
restart: always
ports:
Expand All @@ -129,7 +129,7 @@ services:
hard: 65536

opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.4.0
image: opensearchproject/opensearch-dashboards:2.14.0
container_name: opensearch-dashboards
links:
- moqui-search
Expand Down
4 changes: 2 additions & 2 deletions docker/moqui-postgres-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
# PGDATA, POSTGRES_INITDB_ARGS

moqui-search:
image: opensearchproject/opensearch:2.4.0
image: opensearchproject/opensearch:2.14.0
container_name: moqui-search
restart: always
ports:
Expand All @@ -129,7 +129,7 @@ services:
hard: 65536

opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.4.0
image: opensearchproject/opensearch-dashboards:2.14.0
container_name: opensearch-dashboards
links:
- moqui-search
Expand Down
4 changes: 2 additions & 2 deletions docker/mysql-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- MYSQL_PASSWORD=moqui

moqui-search:
image: opensearchproject/opensearch:2.4.0
image: opensearchproject/opensearch:2.14.0
container_name: moqui-search
restart: always
ports:
Expand All @@ -80,7 +80,7 @@ services:
hard: 65536

opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.4.0
image: opensearchproject/opensearch-dashboards:2.14.0
container_name: opensearch-dashboards
links:
- moqui-search
Expand Down
4 changes: 2 additions & 2 deletions docker/postgres-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
# PGDATA, POSTGRES_INITDB_ARGS

moqui-search:
image: opensearchproject/opensearch:2.4.0
image: opensearchproject/opensearch:2.14.0
container_name: moqui-search
restart: always
ports:
Expand All @@ -80,7 +80,7 @@ services:
hard: 65536

opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.4.0
image: opensearchproject/opensearch-dashboards:2.14.0
container_name: opensearch-dashboards
links:
- moqui-search
Expand Down

0 comments on commit 7af5cf2

Please sign in to comment.