mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Merge pull request #519 from weaveworks/e2e-up-ingress
e2e: Update Contour and Gloo
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user