Skip to content

Commit d1a5107

Browse files
authored
Update opensearchproject/opensearch to v2.14.0 (jaegertracing#5625)
## Which problem is this PR solving? - Resolves jaegertracing#5624 ## Description of the changes - added password env flag ## How was this change tested? - ## Checklist - [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [ ] I have signed all commits - [ ] I have added unit tests for the new functionality - [ ] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` Signed-off-by: mehul gautam <[email protected]>
1 parent a1eb7a0 commit d1a5107

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose/opensearch/v2/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: '3.8'
22

33
services:
44
opensearch:
5-
image: opensearchproject/opensearch:2.5.0
5+
image: opensearchproject/opensearch:2.14.0
66
environment:
77
- discovery.type=single-node
88
- plugins.security.disabled=true
99
- http.host=0.0.0.0
1010
- transport.host=127.0.0.1
11+
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=passRT%^#234
1112
ports:
12-
- "9200:9200"
13-
13+
- "9200:9200"

0 commit comments

Comments
 (0)