e2e: Update Contour to v1.13

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2021-03-08 16:28:27 +02:00
parent d5df6df661
commit aa17367de7
+2 -2
View File
@@ -2,13 +2,13 @@
set -o errexit
CONTOUR_VER="v1.11.0"
CONTOUR_VER="release-1.13"
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin
echo '>>> Installing Contour'
kubectl apply -f https://projectcontour.io/quickstart/${CONTOUR_VER}/contour.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/${CONTOUR_VER}/examples/render/contour.yaml
kubectl -n projectcontour rollout status deployment/contour
kubectl -n projectcontour get all