mirror of https://git.rancher.io/charts
(dev-v2.6-archive) Update istio to 1.7.1
(partially cherry picked from commit 5c46fa62ec
)
pull/1680/head
parent
5f817e15c7
commit
6e7b67e0b9
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha91/fleet-agent-0.3.0-alpha91.tgz
|
||||
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha9/fleet-agent-0.3.0-alpha9.tgz
|
||||
packageVersion: 00
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha91/fleet-crd-0.3.0-alpha91.tgz
|
||||
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha9/fleet-crd-0.3.0-alpha9.tgz
|
||||
packageVersion: 00
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha91/fleet-0.3.0-alpha91.tgz
|
||||
url: https://github.com/rancher/fleet/releases/download/v0.3.0-alpha9/fleet-0.3.0-alpha9.tgz
|
||||
packageVersion: 00
|
||||
|
|
|
@ -4,14 +4,6 @@ spec:
|
|||
addonComponents:
|
||||
istiocoredns:
|
||||
enabled: {{ .Values.istiocoredns.enabled }}
|
||||
prometheus:
|
||||
enabled: false
|
||||
grafana:
|
||||
enabled: false
|
||||
kiali:
|
||||
enabled: false
|
||||
tracing:
|
||||
enabled: false
|
||||
components:
|
||||
base:
|
||||
enabled: {{ .Values.base.enabled }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
overlayFile: ""
|
||||
tag: 1.6.8
|
||||
tag: 1.7.1
|
||||
installerVersion: 1.6.8-rancher1
|
||||
forceInstall: false
|
||||
|
||||
|
@ -7,7 +7,7 @@ istiocoredns:
|
|||
enabled: false
|
||||
image:
|
||||
repository: rancher/coredns-coredns
|
||||
tag: 1.6.2
|
||||
tag: 1.7.1
|
||||
pluginImage:
|
||||
repository: rancher/istio-coredns-plugin
|
||||
tag: 0.2-istio-1.1
|
||||
|
@ -18,7 +18,7 @@ base:
|
|||
cni:
|
||||
enabled: false
|
||||
repository: rancher/istio-install-cni
|
||||
tag: 1.6.8
|
||||
tag: 1.7.1
|
||||
|
||||
egressGateways:
|
||||
enabled: false
|
||||
|
@ -34,17 +34,17 @@ istiodRemote:
|
|||
pilot:
|
||||
enabled: true
|
||||
repository: rancher/istio-pilot
|
||||
tag: 1.6.8
|
||||
tag: 1.7.1
|
||||
|
||||
policy:
|
||||
enabled: true
|
||||
repository: rancher/istio-mixer
|
||||
tag: 1.6.8
|
||||
tag: 1.7.1
|
||||
|
||||
telemetry:
|
||||
enabled: true
|
||||
repository: rancher/istio-mixer
|
||||
tag: 1.6.8
|
||||
tag: 1.7.1
|
||||
|
||||
sidecarInjectorWebhook:
|
||||
enableNamespacesByDefault: false
|
||||
|
@ -58,10 +58,10 @@ global:
|
|||
systemDefaultRegistry: ""
|
||||
proxy:
|
||||
repository: rancher/istio-proxyv2
|
||||
tag: 1.6.8
|
||||
tag: 1.7.1
|
||||
proxy_init:
|
||||
repository: rancher/istio-proxyv2
|
||||
tag: 1.6.8
|
||||
tag: 1.7.1
|
||||
defaultPodDisruptionBudget:
|
||||
enabled: true
|
||||
|
||||
|
@ -77,7 +77,7 @@ kiali:
|
|||
deployment:
|
||||
ingress_enabled: false
|
||||
repository: rancher/kiali-kiali
|
||||
tag: v1.22.1
|
||||
tag: v1.23.0
|
||||
external_services:
|
||||
prometheus:
|
||||
custom_metrics_url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.0-alpha7/rancher-operator-crd-0.1.0-alpha7.tgz
|
||||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.0-alpha6/rancher-operator-crd-0.1.0-alpha6.tgz
|
||||
packageVersion: 00
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.0-alpha7/rancher-operator-0.1.0-alpha7.tgz
|
||||
url: https://github.com/rancher/rancher-operator/releases/download/v0.1.0-alpha6/rancher-operator-0.1.0-alpha6.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue