diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index d71b6a39fa..cd7ea8e2f7 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -12,5 +12,5 @@ maintainers: name: kong sources: - https://github.com/Kong/kong -version: 0.18.2 +version: 0.18.3 appVersion: 1.3 diff --git a/stable/kong/templates/_helpers.tpl b/stable/kong/templates/_helpers.tpl index 0a39678cc9..cb3d855f9d 100644 --- a/stable/kong/templates/_helpers.tpl +++ b/stable/kong/templates/_helpers.tpl @@ -35,7 +35,7 @@ Create the name of the service account to use {{- if .Values.ingressController.serviceAccount.create -}} {{ default (include "kong.fullname" .) .Values.ingressController.serviceAccount.name }} {{- else -}} - {{ default "default" .Values.serviceAccount.name }} + {{ default "default" .Values.ingressController.serviceAccount.name }} {{- end -}} {{- end -}}