diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 245c8d8..3ddfb48 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: Helm chart for fusionauth name: fusionauth -version: 0.2.2 +version: 0.2.3 diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 836d475..c5f841f 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -70,7 +70,7 @@ spec: - name: DATABASE_ROOT_USER value: {{ .Values.database.root.user }} - name: DATABASE_URL - value: "jdbc:postgresql://{{ include "fusionauth.databaseHost" . }}:{{ .Values.database.port }}/{{ .Values.database.name }}" + value: "jdbc:postgresql://{{ include "fusionauth.databaseHost" . }}:{{ .Values.database.port }}/{{ .Values.database.name }}{{ include "fusionauth.databaseTLS" . }}" - name: FUSIONAUTH_SEARCH_SERVERS value: "{{ .Values.search.protocol }}://{{ include "fusionauth.searchLogin" . }}{{ include "fusionauth.searchHost" . }}:{{ .Values.search.port }}" {{- range $key, $value := .Values.environment }}