diff --git a/kubernetes/full-create-and-install-gke.sh b/kubernetes/full-create-and-install-gke.sh index edeae5c..47b18ce 100755 --- a/kubernetes/full-create-and-install-gke.sh +++ b/kubernetes/full-create-and-install-gke.sh @@ -12,7 +12,7 @@ WORKSPACE="$(pwd)" PROJECT_ID="$(gcloud config get-value project)" # Prepend the current username to the cluster name USERNAME=$(whoami) -CHART_VERSION="0.6.0" +CHART_VERSION="0.7.1" REVERSE_DNS_AVS="" # Default values DEFAULT_CLUSTER_NAME_SUFFIX="avs"