Skip to content

Commit

Permalink
Merge pull request #191 from data-catering/renovate/docker.elastic.co…
Browse files Browse the repository at this point in the history
…-elasticsearch-elasticsearch-8.x

Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v8.16.0
  • Loading branch information
pflooky authored Nov 15, 2024
2 parents ccd6e92 + 5e4201d commit d4c22ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ services:
- "HEARTBEAT_INTERNAL_PASSWORD=${HEARTBEAT_INTERNAL_PASSWORD:-}"
- "MONITORING_INTERNAL_PASSWORD=${MONITORING_INTERNAL_PASSWORD:-}"
- "BEATS_SYSTEM_PASSWORD=${BEATS_SYSTEM_PASSWORD:-}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.3}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.16.0}"
volumes:
- "./data/elasticsearch/data/entrypoint.sh:/tmp/entrypoint.sh"
- "./data/elasticsearch/data/lib.sh:/tmp/lib.sh"
Expand All @@ -570,7 +570,7 @@ services:
retries: 5
test: "curl -sS --fail http://elasticsearch:9200/_cluster/health?wait_for_status=yellow&timeout=0s"
timeout: 5s
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.15.3}"
image: "docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.16.0}"
ports:
- "9200:9200"
- "9300:9300"
Expand Down

0 comments on commit d4c22ca

Please sign in to comment.