You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/11/06 22:08:51 UTC

(solr-operator) branch main updated: Use 9.4 as the default e2e-tests Solr version (#645)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 810217d  Use 9.4 as the default e2e-tests Solr version (#645)
810217d is described below

commit 810217d6ab2be492994d2372817be7f0f7028178
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Nov 6 17:08:46 2023 -0500

    Use 9.4 as the default e2e-tests Solr version (#645)
---
 tests/scripts/manage_e2e_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scripts/manage_e2e_tests.sh b/tests/scripts/manage_e2e_tests.sh
index cc00142..c42b92f 100755
--- a/tests/scripts/manage_e2e_tests.sh
+++ b/tests/scripts/manage_e2e_tests.sh
@@ -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}"