Skip to content

Commit 43077a0

Browse files
[updatecli] update elastic stack version for testing 8.19.0-a427545d (#44373)
* chore: Update snapshot.yml Made with ❤️️ by updatecli * chore: Update snapshot.yml Made with ❤️️ by updatecli * chore: Update snapshot.yml Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent a099130 commit 43077a0

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
@@ -2,7 +2,7 @@
22

33
services:
44
elasticsearch:
5-
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.0-39d92b06-SNAPSHOT
5+
image: docker.elastic.co/elasticsearch/elasticsearch:8.19.0-a427545d-SNAPSHOT
66
# When extend is used it merges healthcheck.tests, see:
77
# https://github.com/docker/compose/issues/8962
88
# healthcheck:
@@ -30,7 +30,7 @@ services:
3030
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
3131

3232
logstash:
33-
image: docker.elastic.co/logstash/logstash:8.19.0-39d92b06-SNAPSHOT
33+
image: docker.elastic.co/logstash/logstash:8.19.0-a427545d-SNAPSHOT
3434
healthcheck:
3535
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
3636
retries: 600
@@ -43,7 +43,7 @@ services:
4343
- 5055:5055
4444

4545
kibana:
46-
image: docker.elastic.co/kibana/kibana:8.19.0-39d92b06-SNAPSHOT
46+
image: docker.elastic.co/kibana/kibana:8.19.0-a427545d-SNAPSHOT
4747
environment:
4848
- "ELASTICSEARCH_USERNAME=kibana_system_user"
4949
- "ELASTICSEARCH_PASSWORD=testing"

0 commit comments

Comments
 (0)