mirror of https://git.rancher.io/charts
(dev-v2.6-archive) Change image version to remove canary support
(partially cherry picked from commit 4e719e4404
)
pull/1680/head
parent
3b9e525e2d
commit
cdb296b1d1
|
@ -67,6 +67,8 @@ spec:
|
||||||
name: istio-ingressgateway
|
name: istio-ingressgateway
|
||||||
type: {{ .Values.ingressGateways.type }}
|
type: {{ .Values.ingressGateways.type }}
|
||||||
global:
|
global:
|
||||||
|
hub: {{ .Values.global.hub | default "docker.io/istio" }}
|
||||||
|
tag: {{ .Values.tag }}
|
||||||
istioNamespace: {{ template "istio.namespace" . }}
|
istioNamespace: {{ template "istio.namespace" . }}
|
||||||
proxy:
|
proxy:
|
||||||
image: {{ template "system_default_registry" . }}{{ .Values.global.proxy.repository }}:{{ .Values.global.proxy.tag }}
|
image: {{ template "system_default_registry" . }}{{ .Values.global.proxy.repository }}:{{ .Values.global.proxy.tag }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
overlayFile: ""
|
overlayFile: ""
|
||||||
tag: 1.6.7
|
tag: 1.6.8
|
||||||
installerVersion: 1.6.7-rancher1
|
installerVersion: 1.6.8-rancher1
|
||||||
forceInstall: false
|
forceInstall: false
|
||||||
|
|
||||||
istiocoredns:
|
istiocoredns:
|
||||||
|
|
Loading…
Reference in New Issue