Skip to content

Commit

Permalink
Merge pull request #519 from weaveworks/e2e-up-ingress
Browse files Browse the repository at this point in the history
e2e: Update Contour and Gloo
  • Loading branch information
stefanprodan authored Mar 23, 2020
2 parents 0bdaa00 + 3458757 commit 41af740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e-contour.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit

REPO_ROOT=$(git rev-parse --show-toplevel)

CONTOUR_VER="release-1.2"
CONTOUR_VER="release-1.3"

echo '>>> Installing Contour'
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/${CONTOUR_VER}/examples/render/contour.yaml
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-gloo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

GLOO_VER="1.3.5"
GLOO_VER="1.3.14"
REPO_ROOT=$(git rev-parse --show-toplevel)

echo '>>> Installing Gloo'
Expand Down

0 comments on commit 41af740

Please sign in to comment.