summaryrefslogtreecommitdiffstats
path: root/build/creating_data/download-bin-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/creating_data/download-bin-tools.sh')
-rwxr-xr-xbuild/creating_data/download-bin-tools.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/creating_data/download-bin-tools.sh b/build/creating_data/download-bin-tools.sh
index 3213ea56..d363bde9 100755
--- a/build/creating_data/download-bin-tools.sh
+++ b/build/creating_data/download-bin-tools.sh
@@ -20,7 +20,7 @@ usage () {
echo "Usage:"
echo -e "./$(basename $0) <project version> [destination directory]\n"
echo "Examples:"
- echo " ./$(basename $0) onap_2.0.0 ./git-repo"
+ echo " ./$(basename $0) onap_3.0.0 ./git-repo"
}
if [ "${1}" == "-h" ] || [ -z "${1}" ] || [ -z "${2}"]; then
@@ -37,6 +37,9 @@ if [ "${TAG}" == onap_2.0.0 ]; then
elif [ "${TAG}" == onap_3.0.0 ]; then
KUBECTL_VERSION=1.11.2
HELM_VERSION=2.9.1
+else
+ KUBECTL_VERSION=1.11.2
+ HELM_VERSION=2.9.1
fi
mkdir -p "$OUTDIR"