From 4e24ad53bda89eb06756d2995585797bcd2bb4fa Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Mon, 23 Mar 2020 11:40:36 +0200 Subject: [PATCH] e2e: Update Contour to v1.3 --- test/e2e-contour.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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