mirror of https://git.rancher.io/charts
Add annotation changes to version Istio 1.6.8
parent
2e8885abaa
commit
583b669a92
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
appVersion: 1.7.0
|
||||
appVersion: 1.6.8
|
||||
description: Helm chart for installing istio components with the istioctl
|
||||
name: rancher-istio
|
||||
version: 1.7.000
|
||||
version: 1.6.800
|
||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||
keywords:
|
||||
- networking
|
||||
|
|
|
@ -4,6 +4,14 @@ 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,6 +1,6 @@
|
|||
overlayFile: ""
|
||||
tag: 1.7.0
|
||||
installerVersion: 1.7.0-rancher1
|
||||
tag: 1.6.8
|
||||
installerVersion: 1.6.8-rancher1
|
||||
forceInstall: false
|
||||
|
||||
istiocoredns:
|
||||
|
@ -18,7 +18,7 @@ base:
|
|||
cni:
|
||||
enabled: false
|
||||
repository: rancher/istio-install-cni
|
||||
tag: 1.7.0
|
||||
tag: 1.6.8
|
||||
|
||||
egressGateways:
|
||||
enabled: false
|
||||
|
@ -34,17 +34,17 @@ istiodRemote:
|
|||
pilot:
|
||||
enabled: true
|
||||
repository: rancher/istio-pilot
|
||||
tag: 1.7.0
|
||||
tag: 1.6.8
|
||||
|
||||
policy:
|
||||
enabled: true
|
||||
repository: rancher/istio-mixer
|
||||
tag: 1.7.0
|
||||
tag: 1.6.8
|
||||
|
||||
telemetry:
|
||||
enabled: true
|
||||
repository: rancher/istio-mixer
|
||||
tag: 1.7.0
|
||||
tag: 1.6.8
|
||||
|
||||
sidecarInjectorWebhook:
|
||||
enableNamespacesByDefault: false
|
||||
|
@ -57,10 +57,10 @@ global:
|
|||
systemDefaultRegistry: ""
|
||||
proxy:
|
||||
repository: rancher/istio-proxyv2
|
||||
tag: 1.7.0
|
||||
tag: 1.6.8
|
||||
proxy_init:
|
||||
repository: rancher/istio-proxyv2
|
||||
tag: 1.7.0
|
||||
tag: 1.6.8
|
||||
defaultPodDisruptionBudget:
|
||||
enabled: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue