Skip to content

Commit

Permalink
Merge pull request #846 from fluxcd/update-e2e
Browse files Browse the repository at this point in the history
e2e fix: Update Contour installer
  • Loading branch information
stefanprodan authored Mar 8, 2021
2 parents 6f95275 + f255938 commit f2d121a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/contour/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/gloo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2d121a

Please sign in to comment.