mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: Peter Bouwdewijn <peter.bouwdewijn@gmail.com> [stable/kong] Bumped version (#17461) Signed-off-by: Peter Bouwdewijn <peter.bouwdewijn@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4d06ed489d
commit
96252f8b32
@@ -12,5 +12,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.18.3
|
||||
version: 0.18.4
|
||||
appVersion: 1.3
|
||||
|
||||
@@ -127,9 +127,9 @@ spec:
|
||||
- name: KONG_SMTP_HOST
|
||||
value: {{ .Values.enterprise.smtp.smtp_host }}
|
||||
- name: KONG_SMTP_PORT
|
||||
value: {{ .Values.enterprise.smtp.smtp_port }}
|
||||
value: {{ .Values.enterprise.smtp.smtp_port | quote }}
|
||||
- name: KONG_SMTP_STARTTLS
|
||||
value: {{ .Values.enterprise.smtp.smtp_starttls }}
|
||||
value: {{ .Values.enterprise.smtp.smtp_starttls | quote }}
|
||||
{{- if .Values.enterprise.smtp.auth.smtp_username }}
|
||||
- name: KONG_SMTP_USERNAME
|
||||
value: {{ .Values.enterprise.smtp.auth.smtp_username }}
|
||||
|
||||
Reference in New Issue
Block a user