From 2ffce979f234c517a428eecd221b503c581b3411 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 25 Sep 2023 13:10:57 -0500 Subject: [PATCH] Test ES upgrade to 7.17.13 Before upgrading to 8.x, we need to upgrade to 7.17.13. This is mainly so we can test the upgrade process outside the ES cluster. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f247556326b..9a66ccaad3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: environment: TOX_POSARGS: '' PYTEST_COVERAGE: --cov-report=xml --cov-config .coveragerc --cov=. --cov-append - - image: 'docker.elastic.co/elasticsearch/elasticsearch:7.14.0' + - image: 'docker.elastic.co/elasticsearch/elasticsearch:7.17.13' name: search environment: discovery.type: single-node