From 799a472c31f3a01065448a936a5feacc73b21ab4 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Tue, 20 Sep 2022 05:24:08 +0000 Subject: [PATCH] [Automation] Update elastic stack version to 8.5.0-56d2c52d 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 8d460e721..b4bb4fe9f 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,4 +1,4 @@ -ELASTICSEARCH_VERSION=8.5.0-c7913db3-SNAPSHOT +ELASTICSEARCH_VERSION=8.5.0-56d2c52d-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 \ No newline at end of file