Update Gloo to 0.14.2

This commit is contained in:
stefanprodan
2019-07-01 16:07:38 +03:00
parent 82ca66c23b
commit a58a7cbeeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: test/container-build.sh
- run: test/e2e-kind.sh 0.2.1
- run: test/e2e-kind.sh
- run: test/e2e-gloo.sh
- run: test/e2e-gloo-tests.sh
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
GLOO_VER="0.14.0"
GLOO_VER="0.14.2"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"