elastic: add 8.x

According to https://www.elastic.co/blog/whats-new-elastic-8-0-0 , elastic have released version 8 of elastic stack.
This commit is contained in:
sparkcyf 2022-05-01 19:58:45 +08:00 committed by GitHub
parent a47eb031f5
commit b79e1dc3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ BASE_URL=${TUNASYNC_UPSTREAM_URL:-"https://artifacts.elastic.co"}
BASE_PATH="${TUNASYNC_WORKING_DIR%/}" BASE_PATH="${TUNASYNC_WORKING_DIR%/}"
BASE_URL="${BASE_URL%/}" BASE_URL="${BASE_URL%/}"
ELASTIC_VERSION=("5.x" "6.x" "7.x") ELASTIC_VERSION=("5.x" "6.x" "7.x" "8.x")
YUM_PATH="${BASE_PATH}/yum" YUM_PATH="${BASE_PATH}/yum"
APT_PATH="${BASE_PATH}/apt" APT_PATH="${BASE_PATH}/apt"