From bc4bdcdc1c5f7c232e32002cf059349399af8f98 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 24 Jul 2019 19:21:41 +0300 Subject: [PATCH] Upgrade Gloo e2e to v0.17.6 --- test/e2e-gloo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-gloo.sh b/test/e2e-gloo.sh index c3d17227..05d5d043 100755 --- a/test/e2e-gloo.sh +++ b/test/e2e-gloo.sh @@ -2,7 +2,7 @@ set -o errexit -GLOO_VER="0.14.2" +GLOO_VER="0.17.6" REPO_ROOT=$(git rev-parse --show-toplevel) export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"