diff --git a/charts/app-mendix/Chart.yaml b/charts/app-mendix/Chart.yaml index fc9a617..6b70aed 100644 --- a/charts/app-mendix/Chart.yaml +++ b/charts/app-mendix/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: app-mendix -version: 2.2.4 +version: 2.2.5 description: Mendix Application Chart. icon: https://cinaq.github.io/helm-charts/icons/mendix-logo.png maintainers: diff --git a/charts/app-mendix/templates/ingress.yaml b/charts/app-mendix/templates/ingress.yaml index e6fbdb2..8cd68bc 100644 --- a/charts/app-mendix/templates/ingress.yaml +++ b/charts/app-mendix/templates/ingress.yaml @@ -41,7 +41,7 @@ spec: {{- if .Values.ingress.tls.enabled }} tls: - hosts: - - {{ .Release.Name }}.{{ .Values.ingress.domain }} + - {{ .Values.ingress.domain }} secretName: {{ .Values.ingress.tls.secretName }} {{- end }} {{- end -}}