Change to rancher images

pull/577/head
Brenda Rearden 2020-08-16 19:01:52 -07:00
parent 3880e87a3b
commit a267e30656
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ spec:
name: istio-ingressgateway
type: {{ .Values.ingressGateways.type }}
global:
hub: {{ .Values.global.hub | default "docker.io/istio" }}
tag: {{ .Values.tag }}
istioNamespace: {{ template "istio.namespace" . }}
proxy:
image: {{ template "system_default_registry" . }}{{ .Values.global.proxy.repository }}:{{ .Values.global.proxy.tag }}