Skip to content

Commit

Permalink
Use 9.4 as the default e2e-tests Solr version (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman authored Nov 6, 2023
1 parent 154096e commit 810217d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/manage_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [[ -z "${KUBERNETES_VERSION:-}" ]]; then
KUBERNETES_VERSION="v1.26.6"
fi
if [[ -z "${SOLR_IMAGE:-}" ]]; then
SOLR_IMAGE="${SOLR_VERSION:-8.11.2}"
SOLR_IMAGE="${SOLR_VERSION:-9.4.0}"
fi
if [[ "${SOLR_IMAGE}" != *":"* ]]; then
SOLR_IMAGE="solr:${SOLR_IMAGE}"
Expand Down

0 comments on commit 810217d

Please sign in to comment.