mirror of https://git.rancher.io/charts
Update istio to 1.7.1
parent
059169fd7c
commit
5c46fa62ec
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue