Skip to content

Commit 7ba375a

Browse files
[updatecli] update elastic stack version for testing 8.8.1-67054589 (#35657)
* chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/testing/environments/snapshot.yml" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /beats/testing/environments/snapshot.yml" Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 87f6c9a commit 7ba375a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/environments/snapshot.yml

+3-3
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:8.8.1-951ef2b6-SNAPSHOT
6+
image: docker.elastic.co/elasticsearch/elasticsearch:8.8.1-67054589-SNAPSHOT
77
# When extend is used it merges healthcheck.tests, see:
88
# https://github.com/docker/compose/issues/8962
99
# healthcheck:
@@ -31,7 +31,7 @@ services:
3131
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
3232

3333
logstash:
34-
image: docker.elastic.co/logstash/logstash:8.8.1-951ef2b6-SNAPSHOT
34+
image: docker.elastic.co/logstash/logstash:8.8.1-67054589-SNAPSHOT
3535
healthcheck:
3636
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
3737
retries: 600
@@ -44,7 +44,7 @@ services:
4444
- 5055:5055
4545

4646
kibana:
47-
image: docker.elastic.co/kibana/kibana:8.8.1-951ef2b6-SNAPSHOT
47+
image: docker.elastic.co/kibana/kibana:8.8.1-67054589-SNAPSHOT
4848
environment:
4949
- "ELASTICSEARCH_USERNAME=kibana_system_user"
5050
- "ELASTICSEARCH_PASSWORD=testing"

0 commit comments

Comments
 (0)