Skip to content

Commit

Permalink
Use Gloo 0.17.6 in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jul 24, 2019
1 parent aa6a180 commit 046245a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e-gloo-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
canaryAnalysis:
interval: 15s
threshold: 15
maxWeight: 30
maxWeight: 50
stepWeight: 10
metrics:
- name: request-success-rate
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="0.17.5"
GLOO_VER="0.17.6"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"

Expand Down

0 comments on commit 046245a

Please sign in to comment.