From 0759b6531bb7fe6d15b1d18877d20f4212d986df Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Mon, 23 Aug 2021 12:34:32 +0300 Subject: [PATCH] e2e: Update Contour to v1.18 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 0b47485b..918675bd 100755 --- a/test/contour/install.sh +++ b/test/contour/install.sh @@ -2,7 +2,7 @@ set -o errexit -CONTOUR_VER="release-1.15" +CONTOUR_VER="release-1.18" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin