From 68f2600f665992f2b6e78b03d2bed0f4330d7940 Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Wed, 21 Apr 2021 05:41:17 +0000 Subject: [PATCH] chore: update test environment --- testing/environments/snapshot-oss.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/environments/snapshot-oss.yml b/testing/environments/snapshot-oss.yml index 6691044e03f..19758bf474c 100644 --- a/testing/environments/snapshot-oss.yml +++ b/testing/environments/snapshot-oss.yml @@ -3,7 +3,7 @@ version: '2.3' services: elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.12.0-SNAPSHOT + image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.13.0-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"] retries: 300 @@ -15,7 +15,7 @@ services: - "http.host=0.0.0.0" logstash: - image: docker.elastic.co/logstash/logstash-oss:7.12.0-SNAPSHOT + image: docker.elastic.co/logstash/logstash-oss:7.13.0-SNAPSHOT healthcheck: test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"] retries: 600 @@ -25,7 +25,7 @@ services: - ./docker/logstash/pki:/etc/pki:ro kibana: - image: docker.elastic.co/kibana/kibana-oss:7.12.0-SNAPSHOT + image: docker.elastic.co/kibana/kibana-oss:7.13.0-SNAPSHOT healthcheck: test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status | grep -q 'Looking good'"] retries: 600