Skip to content

Commit

Permalink
Merge pull request #797 from uselagoon/renovate/main-opensearchprojec…
Browse files Browse the repository at this point in the history
…t-opensearch-2.x

Update opensearchproject/opensearch Docker tag to v2.9.0 (main)
  • Loading branch information
tobybellwood authored Sep 19, 2023
2 parents e516702 + becb13a commit e0b63b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/TESTING_service_images_dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ docker-compose exec -T varnish-7 sh -c "varnishlog -d" | grep User-Agent | grep
docker-compose exec -T commons sh -c "curl opensearch-2:9200" | grep number | grep "2."

# opensearch-2 should be healthy
docker-compose exec -T commons sh -c "curl opensearch-2:9200/_cluster/health" | json_pp | grep status | grep green
docker-compose exec -T commons sh -c "curl opensearch-2:9200/_cluster/health" | json_pp | grep status | grep -v red

# opensearch-2 should be able to read/write data
docker-compose exec -T commons sh -c "curl -kL http://internal-services-test:3000/opensearch-2" | grep "SERVICE_HOST=opensearch-2"
Expand Down
2 changes: 1 addition & 1 deletion images/opensearch/2.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
FROM opensearchproject/opensearch:2.8.0
FROM opensearchproject/opensearch:2.9.0

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down

0 comments on commit e0b63b6

Please sign in to comment.