From e06334cd12b79ee3424e8fc3835a36622b45478c Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 18 Oct 2022 16:46:01 +0300 Subject: [PATCH] Bump Contour to v1.22 in e2e tests 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 3e4cbfa9..c55a6376 100755 --- a/test/contour/install.sh +++ b/test/contour/install.sh @@ -2,7 +2,7 @@ set -o errexit -CONTOUR_VER="v1.21.0" +CONTOUR_VER="v1.22.1" REPO_ROOT=$(git rev-parse --show-toplevel) mkdir -p ${REPO_ROOT}/bin