Skip to content

Commit a840c1f

Browse files
chore: Update snapshot.yml (#47350)
Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
1 parent 0c61696 commit a840c1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/environments/snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '2.3'
44
services:
55
elasticsearch:
6-
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.30-fdac0bce-SNAPSHOT-${ARCH:-amd64}
6+
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.30-327e3e6b-SNAPSHOT-${ARCH:-amd64}
77
healthcheck:
88
test: ["CMD-SHELL", "curl -s http://localhost:9200/_cat/health?h=status | grep -q green"]
99
retries: 300
@@ -22,7 +22,7 @@ services:
2222
- "ingest.geoip.downloader.enabled=false"
2323

2424
logstash:
25-
image: docker.elastic.co/logstash/logstash:7.17.30-fdac0bce-SNAPSHOT-${ARCH:-amd64}
25+
image: docker.elastic.co/logstash/logstash:7.17.30-327e3e6b-SNAPSHOT-${ARCH:-amd64}
2626
healthcheck:
2727
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
2828
retries: 600
@@ -32,7 +32,7 @@ services:
3232
- ./docker/logstash/pki:/etc/pki:ro
3333

3434
kibana:
35-
image: docker.elastic.co/kibana/kibana:7.17.30-fdac0bce-SNAPSHOT-${ARCH:-amd64}
35+
image: docker.elastic.co/kibana/kibana:7.17.30-327e3e6b-SNAPSHOT-${ARCH:-amd64}
3636
healthcheck:
3737
test: ["CMD-SHELL", "curl -s http://localhost:5601/api/status?v8format=true | grep -q '\"overall\":{\"level\":\"available\"'"]
3838
retries: 600

0 commit comments

Comments
 (0)