Make charts

Make kiali

Make istio
pull/1309/head
Brenda Rearden 2021-06-28 14:23:13 -07:00
parent 868a1e7011
commit 499571e803
6 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ annotations:
catalog.cattle.io/requests-memory: 2314Mi catalog.cattle.io/requests-memory: 2314Mi
catalog.cattle.io/ui-component: istio catalog.cattle.io/ui-component: istio
apiVersion: v1 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/ description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details. for details.
icon: https://charts.rancher.io/assets/logos/istio.svg icon: https://charts.rancher.io/assets/logos/istio.svg

View File

@ -19,7 +19,7 @@ use fullnameOverride, otherwise use deployment.instance_name.
Create chart name and version as used by the chart label. Create chart name and version as used by the chart label.
*/}} */}}
{{- define "kiali-server.chart" -}} {{- 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 }} {{- end }}
{{/* {{/*

View File

@ -1,11 +1,11 @@
overlayFile: "" 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 ##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 forceInstall: false
installer: installer:
repository: rancher/istio-installer repository: rancher/istio-installer
tag: 1.10.1-rancher1 tag: 1.10.2-rancher1
##Native support for dns added in 1.8 ##Native support for dns added in 1.8
dns: dns:
@ -17,7 +17,7 @@ base:
cni: cni:
enabled: false enabled: false
repository: rancher/mirrored-istio-install-cni repository: rancher/mirrored-istio-install-cni
tag: 1.10.1 tag: 1.10.2
logLevel: info logLevel: info
excludeNamespaces: excludeNamespaces:
- istio-system - istio-system
@ -37,7 +37,7 @@ istiodRemote:
pilot: pilot:
enabled: true enabled: true
repository: rancher/mirrored-istio-pilot repository: rancher/mirrored-istio-pilot
tag: 1.10.1 tag: 1.10.2
telemetry: telemetry:
enabled: true enabled: true
@ -49,10 +49,10 @@ global:
systemDefaultRegistry: "" systemDefaultRegistry: ""
proxy: proxy:
repository: rancher/mirrored-istio-proxyv2 repository: rancher/mirrored-istio-proxyv2
tag: 1.10.1 tag: 1.10.2
proxy_init: proxy_init:
repository: rancher/mirrored-istio-proxyv2 repository: rancher/mirrored-istio-proxyv2
tag: 1.10.1 tag: 1.10.2
defaultPodDisruptionBudget: defaultPodDisruptionBudget:
enabled: true enabled: true
rbac: rbac:

View File

@ -19,7 +19,7 @@ use fullnameOverride, otherwise use deployment.instance_name.
Create chart name and version as used by the chart label. Create chart name and version as used by the chart label.
*/}} */}}
{{- define "kiali-server.chart" -}} {{- 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 }} {{- end }}
{{/* {{/*