[stable/kong] correct wait image for migrations (#13595)

Fix #13527

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
This commit is contained in:
Harry
2019-05-08 17:12:47 -07:00
committed by Kubernetes Prow Robot
parent c4cc463af3
commit dba90d87b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.10.2
version: 0.10.3
appVersion: 1.1
@@ -32,7 +32,7 @@ spec:
{{- if .Values.postgresql.enabled }}
initContainers:
- name: wait-for-postgres
image: busybox
image: "{{ .Values.waitImage.repository }}:{{ .Values.waitImage.tag }}"
env:
- name: KONG_PG_HOST
value: {{ template "kong.postgresql.fullname" . }}
@@ -32,7 +32,7 @@ spec:
{{- if .Values.postgresql.enabled }}
initContainers:
- name: wait-for-postgres
image: busybox
image: "{{ .Values.waitImage.repository }}:{{ .Values.waitImage.tag }}"
env:
- name: KONG_PG_HOST
value: {{ template "kong.postgresql.fullname" . }}