From 720d04aba1a838814dc921944aed83fba0f10fef Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 22 Jun 2019 14:16:30 +0300 Subject: [PATCH] Update Supergloo to v0.3.23 --- test/e2e-istio-values.yaml | 4 ++-- test/e2e-supergloo.sh | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test/e2e-istio-values.yaml b/test/e2e-istio-values.yaml index 7386ca3a..4ab300dd 100644 --- a/test/e2e-istio-values.yaml +++ b/test/e2e-istio-values.yaml @@ -22,7 +22,7 @@ sidecarInjectorWebhook: # galley configuration galley: - enabled: false + enabled: true # mixer configuration mixer: @@ -59,4 +59,4 @@ global: limits: cpu: 1000m memory: 256Mi - useMCP: false + useMCP: true diff --git a/test/e2e-supergloo.sh b/test/e2e-supergloo.sh index 21f83614..31f2ef69 100755 --- a/test/e2e-supergloo.sh +++ b/test/e2e-supergloo.sh @@ -2,12 +2,13 @@ set -o errexit -ISTIO_VER="1.0.6" +ISTIO_VER="1.1.6" +SUPERGLOO_VER="v0.3.23" REPO_ROOT=$(git rev-parse --show-toplevel) export KUBECONFIG="$(kind get kubeconfig-path --name="kind")" echo ">>> Downloading Supergloo CLI" -curl -SsL https://github.com/solo-io/supergloo/releases/download/v0.3.13/supergloo-cli-linux-amd64 > supergloo-cli +curl -SsL https://github.com/solo-io/supergloo/releases/download/${SUPERGLOO_VER}/supergloo-cli-linux-amd64 > supergloo-cli chmod +x supergloo-cli echo ">>> Installing Supergloo"