Skip to content

Commit

Permalink
update opensearch to 2.15.0 (#3125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr authored Jul 16, 2024
1 parent 4099487 commit 649a62c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up infrastructure with docker compose
run: docker compose -f docker/e2e/docker-compose.yml up -d
env:
OPENSEARCH_VERSION: 2.9.0
OPENSEARCH_VERSION: 2.15.0
PLASO_PPA_TRACK: stable
- name: Run e2e tests
run: docker compose -f docker/e2e/docker-compose.yml exec -T timesketch python3 /usr/local/src/timesketch/end_to_end_tests/tools/run_in_container.py
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Set up infrastructure with docker compose
run: docker compose -f docker/e2e/docker-compose.yml up -d
env:
OPENSEARCH_VERSION: 2.9.0
OPENSEARCH_VERSION: 2.15.0
PLASO_PPA_TRACK: staging
- name: Run e2e tests
run: docker compose -f docker/e2e/docker-compose.yml exec -T timesketch python3 /usr/local/src/timesketch/end_to_end_tests/tools/run_in_container.py
Expand Down
2 changes: 1 addition & 1 deletion docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:

opensearch:
container_name: opensearch
image: opensearchproject/opensearch:2.9.0
image: opensearchproject/opensearch:2.15.0
restart: always
environment:
- discovery.type=single-node
Expand Down
2 changes: 1 addition & 1 deletion docker/release/config.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NUM_WSGI_WORKERS=4
WORKER_LOG_LEVEL=info

# Version of OpenSearch to run
OPENSEARCH_VERSION=2.9.0
OPENSEARCH_VERSION=2.15.0

# How much memory to give OpenSearch. Rule: RAM / 2, but no more than 32GB.
OPENSEARCH_MEM_USE_GB=
Expand Down

0 comments on commit 649a62c

Please sign in to comment.