fix: Pin UI to older version to address Dashboard issues (#23980)

smith/changelog v2.6.0
Jeffrey Smith II 2022-12-15 11:49:43 -05:00 committed by GitHub
parent ffd069a8a5
commit 24a2b621ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ declare -r SCRIPT_DIR=$(cd $(dirname ${0}) >/dev/null 2>&1 && pwd)
declare -r ROOT_DIR=$(dirname ${SCRIPT_DIR}) declare -r ROOT_DIR=$(dirname ${SCRIPT_DIR})
declare -r STATIC_DIR="$ROOT_DIR/static" declare -r STATIC_DIR="$ROOT_DIR/static"
UI_RELEASE="OSS-2022-09-16" UI_RELEASE="OSS-v2.6.0"
# Download the SHA256 checksum attached to the release. To verify the integrity # Download the SHA256 checksum attached to the release. To verify the integrity
# of the download, this checksum will be used to check the download tar file # of the download, this checksum will be used to check the download tar file