mirror of https://git.rancher.io/charts
Change image tags to 1.7.0, update pod image version, remove addons
parent
21694e99c9
commit
49f0aaad9e
|
@ -4,14 +4,6 @@ spec:
|
||||||
addonComponents:
|
addonComponents:
|
||||||
istiocoredns:
|
istiocoredns:
|
||||||
enabled: {{ .Values.istiocoredns.enabled }}
|
enabled: {{ .Values.istiocoredns.enabled }}
|
||||||
prometheus:
|
|
||||||
enabled: false
|
|
||||||
grafana:
|
|
||||||
enabled: false
|
|
||||||
kiali:
|
|
||||||
enabled: false
|
|
||||||
tracing:
|
|
||||||
enabled: false
|
|
||||||
components:
|
components:
|
||||||
base:
|
base:
|
||||||
enabled: {{ .Values.base.enabled }}
|
enabled: {{ .Values.base.enabled }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
overlayFile: ""
|
overlayFile: ""
|
||||||
tag: 1.6.8
|
tag: 1.7.0
|
||||||
installerVersion: 1.6.8-rancher1
|
installerVersion: 1.7.0-rancher1
|
||||||
forceInstall: false
|
forceInstall: false
|
||||||
|
|
||||||
istiocoredns:
|
istiocoredns:
|
||||||
|
@ -18,7 +18,7 @@ base:
|
||||||
cni:
|
cni:
|
||||||
enabled: false
|
enabled: false
|
||||||
repository: rancher/istio-install-cni
|
repository: rancher/istio-install-cni
|
||||||
tag: 1.6.8
|
tag: 1.7.0
|
||||||
|
|
||||||
egressGateways:
|
egressGateways:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -34,17 +34,17 @@ istiodRemote:
|
||||||
pilot:
|
pilot:
|
||||||
enabled: true
|
enabled: true
|
||||||
repository: rancher/istio-pilot
|
repository: rancher/istio-pilot
|
||||||
tag: 1.6.8
|
tag: 1.7.0
|
||||||
|
|
||||||
policy:
|
policy:
|
||||||
enabled: true
|
enabled: true
|
||||||
repository: rancher/istio-mixer
|
repository: rancher/istio-mixer
|
||||||
tag: 1.6.8
|
tag: 1.7.0
|
||||||
|
|
||||||
telemetry:
|
telemetry:
|
||||||
enabled: true
|
enabled: true
|
||||||
repository: rancher/istio-mixer
|
repository: rancher/istio-mixer
|
||||||
tag: 1.6.8
|
tag: 1.7.0
|
||||||
|
|
||||||
sidecarInjectorWebhook:
|
sidecarInjectorWebhook:
|
||||||
enableNamespacesByDefault: false
|
enableNamespacesByDefault: false
|
||||||
|
@ -57,10 +57,10 @@ global:
|
||||||
systemDefaultRegistry: ""
|
systemDefaultRegistry: ""
|
||||||
proxy:
|
proxy:
|
||||||
repository: rancher/istio-proxyv2
|
repository: rancher/istio-proxyv2
|
||||||
tag: 1.6.8
|
tag: 1.7.0
|
||||||
proxy_init:
|
proxy_init:
|
||||||
repository: rancher/istio-proxyv2
|
repository: rancher/istio-proxyv2
|
||||||
tag: 1.6.8
|
tag: 1.7.0
|
||||||
defaultPodDisruptionBudget:
|
defaultPodDisruptionBudget:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue