mirror of https://git.rancher.io/charts
parent
868a1e7011
commit
499571e803
Binary file not shown.
Binary file not shown.
|
@ -10,7 +10,7 @@ annotations:
|
|||
catalog.cattle.io/requests-memory: 2314Mi
|
||||
catalog.cattle.io/ui-component: istio
|
||||
apiVersion: v1
|
||||
appVersion: 1.10.1
|
||||
appVersion: 1.10.2
|
||||
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
|
||||
for details.
|
||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||
|
|
|
@ -19,7 +19,7 @@ use fullnameOverride, otherwise use deployment.instance_name.
|
|||
Create chart name and version as used by the chart label.
|
||||
*/}}
|
||||
{{- define "kiali-server.chart" -}}
|
||||
{{- printf "%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
overlayFile: ""
|
||||
tag: 1.10.1
|
||||
tag: 1.10.2
|
||||
##Setting forceInstall: true will remove the check for istio version < 1.6.x and will not analyze your install cluster prior to install
|
||||
forceInstall: false
|
||||
|
||||
installer:
|
||||
repository: rancher/istio-installer
|
||||
tag: 1.10.1-rancher1
|
||||
tag: 1.10.2-rancher1
|
||||
|
||||
##Native support for dns added in 1.8
|
||||
dns:
|
||||
|
@ -17,7 +17,7 @@ base:
|
|||
cni:
|
||||
enabled: false
|
||||
repository: rancher/mirrored-istio-install-cni
|
||||
tag: 1.10.1
|
||||
tag: 1.10.2
|
||||
logLevel: info
|
||||
excludeNamespaces:
|
||||
- istio-system
|
||||
|
@ -37,7 +37,7 @@ istiodRemote:
|
|||
pilot:
|
||||
enabled: true
|
||||
repository: rancher/mirrored-istio-pilot
|
||||
tag: 1.10.1
|
||||
tag: 1.10.2
|
||||
|
||||
telemetry:
|
||||
enabled: true
|
||||
|
@ -49,10 +49,10 @@ global:
|
|||
systemDefaultRegistry: ""
|
||||
proxy:
|
||||
repository: rancher/mirrored-istio-proxyv2
|
||||
tag: 1.10.1
|
||||
tag: 1.10.2
|
||||
proxy_init:
|
||||
repository: rancher/mirrored-istio-proxyv2
|
||||
tag: 1.10.1
|
||||
tag: 1.10.2
|
||||
defaultPodDisruptionBudget:
|
||||
enabled: true
|
||||
rbac:
|
||||
|
|
|
@ -19,7 +19,7 @@ use fullnameOverride, otherwise use deployment.instance_name.
|
|||
Create chart name and version as used by the chart label.
|
||||
*/}}
|
||||
{{- define "kiali-server.chart" -}}
|
||||
{{- printf "%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
|
||||
{{- end }}
|
||||
|
||||
{{/*
|
||||
|
|
Loading…
Reference in New Issue