From 8b30aa5812187f614ca95f758074661e4da1bef3 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 9 Sep 2022 05:19:10 +0000 Subject: [PATCH] [Automation] Update elastic stack version to 8.5.0-8e906f9f for testing --- dev-tools/integration/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/integration/.env b/dev-tools/integration/.env index 5d3f6487d..fab041a45 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=8.5.0-4140365c-SNAPSHOT +ELASTICSEARCH_VERSION=8.5.0-8e906f9f-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file