From deb3fb01a2973d618d043a039087960e45a263e6 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 25 May 2021 10:43:14 +0300 Subject: [PATCH] e2e: Update Contour to v1.15 Signed-off-by: Stefan Prodan --- test/contour/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/contour/install.sh b/test/contour/install.sh index 917fa1dc..0b47485b 100755 --- a/test/contour/install.sh +++ b/test/contour/install.sh @@ -2,7 +2,7 @@ set -o errexit -CONTOUR_VER="release-1.13" +CONTOUR_VER="release-1.15" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin