diff --git a/test/e2e-contour.sh b/test/e2e-contour.sh index 6ad37005..676461ae 100755 --- a/test/e2e-contour.sh +++ b/test/e2e-contour.sh @@ -4,7 +4,7 @@ set -o errexit REPO_ROOT=$(git rev-parse --show-toplevel) -CONTOUR_VER="release-1.2" +CONTOUR_VER="release-1.3" echo '>>> Installing Contour' kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/${CONTOUR_VER}/examples/render/contour.yaml diff --git a/test/e2e-gloo.sh b/test/e2e-gloo.sh index be7a1746..3b3188aa 100755 --- a/test/e2e-gloo.sh +++ b/test/e2e-gloo.sh @@ -2,7 +2,7 @@ set -o errexit -GLOO_VER="1.3.5" +GLOO_VER="1.3.14" REPO_ROOT=$(git rev-parse --show-toplevel) echo '>>> Installing Gloo'