diff --git a/cluster/mesos/docker/deploy-addons.sh b/cluster/mesos/docker/deploy-addons.sh index 314d5c44b7e..70dd6cbe509 100755 --- a/cluster/mesos/docker/deploy-addons.sh +++ b/cluster/mesos/docker/deploy-addons.sh @@ -37,7 +37,7 @@ bin="$(cd "$(dirname "${BASH_SOURCE}")" && pwd -P)" if [ "${ENABLE_CLUSTER_DNS}" == "true" ]; then echo "Deploying DNS Addon" 1>&2 #TODO: curling to get a script to make a tempdir is a bit overkill... - curl -o- https://raw.githubusercontent.com/karlkfi/intemp/v1.0.0/intemp.sh | bash -s -- -t 'kube-dns' "${bin}/deploy-dns.sh" + curl -o- https://raw.githubusercontent.com/karlkfi/intemp/v1.0.2/intemp.sh | bash -s -- -t 'kube-dns' "${bin}/deploy-dns.sh" fi if [ "${ENABLE_CLUSTER_UI}" == "true" ]; then