mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[stable/kong] correct wait image for migrations (#13595)
Fix #13527 Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c4cc463af3
commit
dba90d87b5
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user