mirror of https://git.rancher.io/charts
Merge pull request #627 from brendarearden/istio-version-rollback
Add annotation changes to version Istio 1.6.8pull/632/head
commit
1322150a57
Binary file not shown.
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 1.7.0
|
appVersion: 1.6.8
|
||||||
description: Helm chart for installing istio components with the istioctl
|
description: Helm chart for installing istio components with the istioctl
|
||||||
name: rancher-istio
|
name: rancher-istio
|
||||||
version: 1.7.000
|
version: 1.6.800
|
||||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||||
keywords:
|
keywords:
|
||||||
- networking
|
- networking
|
||||||
|
|
|
@ -4,6 +4,14 @@ 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 }}
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
{{- define "system_default_registry" -}}
|
{{- define "system_default_registry" -}}
|
||||||
{{- if .Values.global.systemDefaultRegistry -}}
|
{{- if .Values.global.cattle.systemDefaultRegistry -}}
|
||||||
{{- printf "%s/" .Values.global.systemDefaultRegistry -}}
|
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- "" -}}
|
{{- "" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
overlayFile: ""
|
overlayFile: ""
|
||||||
tag: 1.7.0
|
tag: 1.6.8
|
||||||
installerVersion: 1.7.0-rancher1
|
installerVersion: 1.6.8-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.7.0
|
tag: 1.6.8
|
||||||
|
|
||||||
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.7.0
|
tag: 1.6.8
|
||||||
|
|
||||||
policy:
|
policy:
|
||||||
enabled: true
|
enabled: true
|
||||||
repository: rancher/istio-mixer
|
repository: rancher/istio-mixer
|
||||||
tag: 1.7.0
|
tag: 1.6.8
|
||||||
|
|
||||||
telemetry:
|
telemetry:
|
||||||
enabled: true
|
enabled: true
|
||||||
repository: rancher/istio-mixer
|
repository: rancher/istio-mixer
|
||||||
tag: 1.7.0
|
tag: 1.6.8
|
||||||
|
|
||||||
sidecarInjectorWebhook:
|
sidecarInjectorWebhook:
|
||||||
enableNamespacesByDefault: false
|
enableNamespacesByDefault: false
|
||||||
|
@ -54,13 +54,14 @@ sidecarInjectorWebhook:
|
||||||
rewriteAppHTTPProbe: true
|
rewriteAppHTTPProbe: true
|
||||||
|
|
||||||
global:
|
global:
|
||||||
|
cattle:
|
||||||
systemDefaultRegistry: ""
|
systemDefaultRegistry: ""
|
||||||
proxy:
|
proxy:
|
||||||
repository: rancher/istio-proxyv2
|
repository: rancher/istio-proxyv2
|
||||||
tag: 1.7.0
|
tag: 1.6.8
|
||||||
proxy_init:
|
proxy_init:
|
||||||
repository: rancher/istio-proxyv2
|
repository: rancher/istio-proxyv2
|
||||||
tag: 1.7.0
|
tag: 1.6.8
|
||||||
defaultPodDisruptionBudget:
|
defaultPodDisruptionBudget:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue