Skip to content

Commit

Permalink
Test ES upgrade to 7.17.13 (#10770)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stsewd authored Sep 26, 2023
1 parent 575ac35 commit 861f4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 861f4c8

Please sign in to comment.