From 8757c8273a98d06d863746c41e404f066a9afc41 Mon Sep 17 00:00:00 2001
From: apmmachine <58790750+apmmachine@users.noreply.github.com>
Date: Mon, 31 Jul 2023 12:33:11 -0400
Subject: [PATCH] [updatecli] update elastic stack version for testing
8.9.1-44a814f0 (#36184)
Bump elastic-stack to latest snapshot version
Update snapshot.yml
Updated to content "" in file
"testing/environments/snapshot.yml"
---
|
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its
manifest(s).
- If you close this pull request, Updatecli will automatically reopen
it, the next time it runs.
- If you close this pull request and delete the base branch, Updatecli
will automatically recreate it, erasing all previous commits made.
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub
repository as a sign of appreciation, and/or to tell us directly on
our chat!
|
Co-authored-by: apmmachine
---
testing/environments/snapshot.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/testing/environments/snapshot.yml b/testing/environments/snapshot.yml
index 03cc7627614..3a70fdbb053 100644
--- a/testing/environments/snapshot.yml
+++ b/testing/environments/snapshot.yml
@@ -3,7 +3,7 @@
version: '2.3'
services:
elasticsearch:
- image: docker.elastic.co/elasticsearch/elasticsearch:8.9.0-6b15bb32-SNAPSHOT
+ image: docker.elastic.co/elasticsearch/elasticsearch:8.9.1-44a814f0-SNAPSHOT
# When extend is used it merges healthcheck.tests, see:
# https://github.com/docker/compose/issues/8962
# healthcheck:
@@ -31,7 +31,7 @@ services:
- "./docker/elasticsearch/users_roles:/usr/share/elasticsearch/config/users_roles"
logstash:
- image: docker.elastic.co/logstash/logstash:8.9.0-6b15bb32-SNAPSHOT
+ image: docker.elastic.co/logstash/logstash:8.9.1-44a814f0-SNAPSHOT
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9600/_node/stats"]
retries: 600
@@ -44,7 +44,7 @@ services:
- 5055:5055
kibana:
- image: docker.elastic.co/kibana/kibana:8.9.0-6b15bb32-SNAPSHOT
+ image: docker.elastic.co/kibana/kibana:8.9.1-44a814f0-SNAPSHOT
environment:
- "ELASTICSEARCH_USERNAME=kibana_system_user"
- "ELASTICSEARCH_PASSWORD=testing"