diff --git a/deploy/admin-uitestrig/install.sh b/deploy/admin-uitestrig/install.sh index e25c4ced..28b30e84 100644 --- a/deploy/admin-uitestrig/install.sh +++ b/deploy/admin-uitestrig/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=1.3.0-beta.1 +CHART_VERSION=1.3.0 COPY_UTIL=../copy_cm_func.sh echo Create $NS namespace @@ -94,4 +94,4 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true set -o nounset ## set -u : exit the script if you try to use an uninitialised variable set -o errtrace # trace ERR through 'time command' and other functions set -o pipefail # trace ERR through pipes -installing_uitestrig # calling function \ No newline at end of file +installing_uitestrig # calling function