mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Update Supergloo to v0.3.23
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user