Use Contour 1.2 in e2e tests

This commit is contained in:
stefanprodan
2020-02-22 00:50:38 +02:00
parent 3968e84efd
commit 0c2d7da136
2 changed files with 2 additions and 2 deletions
@@ -385,7 +385,7 @@ podinfod=stefanprodan/podinfo:3.1.3
Flagger detects that the deployment revision changed and starts the A/B test:
```text
kubectl -n appmesh-system logs deploy/flagger -f | jq .msg
kubectl -n projectcontour logs deploy/flagger -f | jq .msg
New revision detected! Starting canary analysis for podinfo.test
Advance podinfo.test canary iteration 1/10
+1 -1
View File
@@ -4,7 +4,7 @@ set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
CONTOUR_VER="release-1.1"
CONTOUR_VER="release-1.2"
echo '>>> Installing Contour'
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/${CONTOUR_VER}/examples/render/contour.yaml