Update Supergloo to v0.3.23

This commit is contained in:
stefanprodan
2019-06-22 14:16:30 +03:00
parent 901648393a
commit 720d04aba1
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -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
+3 -2
View File
@@ -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"