(dev-v2.6-archive) Merge pull request #667 from brendarearden/image-updates

Set installer repo,tag in values.yaml

(partially cherry picked from commit 34676b359a)
pull/1680/head
Brenda Rearden 2020-09-18 16:41:06 -07:00 committed by Arvind Iyengar
parent d6e2d6fe20
commit 237e44a8f1
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
3 changed files with 6 additions and 3 deletions

View File

@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: istioctl-installer
image: rancher/istio-installer:{{ .Values.installerVersion }}
image: {{ template "system_default_registry" . }}{{ .Values.installer.repository }}:{{ .Values.installer.tag }}
env:
- name: RELEASE_NAME
value: {{ .Release.Name }}

View File

@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: istioctl-uninstaller
image: rancher/istio-installer:{{ .Values.installerVersion }}
image: {{ template "system_default_registry" . }}{{ .Values.installer.repository }}:{{ .Values.installer.tag }}
env:
- name: RELEASE_NAME
value: {{ .Release.Name }}

View File

@ -1,8 +1,11 @@
overlayFile: ""
tag: 1.7.1
installerVersion: 1.7.1-rancher1
forceInstall: false
installer:
repository: rancher/istio-installer
tag: 1.7.1-rancher1
istiocoredns:
enabled: false
image: