Merge pull request #846 from fluxcd/update-e2e

e2e fix: Update Contour installer
This commit is contained in:
Stefan Prodan
2021-03-08 17:51:32 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+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
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
GLOO_VER="1.6.0"
GLOO_VER="1.6.13"
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin