From 694d5ba0cea253b1cccc3b71afe9452900f4e0eb Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Mon, 28 Oct 2024 17:18:30 -0700 Subject: [PATCH] Manually fix ES snapshot --- 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 ef27e24ca4..04404067a3 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -1,6 +1,6 @@ # If you use change this version without a pinned one, please update # .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml -ELASTICSEARCH_VERSION=8.16.0-02af53da-SNAPSHOT +ELASTICSEARCH_VERSION=8.17.0-232d9fb0-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200