diff --git a/charts/unleash/Chart.yaml b/charts/unleash/Chart.yaml index b91577b..72d0639 100644 --- a/charts/unleash/Chart.yaml +++ b/charts/unleash/Chart.yaml @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 4.2.0 +version: 4.2.1 appVersion: "5.12.2" diff --git a/charts/unleash/templates/deployment.yaml b/charts/unleash/templates/deployment.yaml index a5fbf82..a5b156a 100644 --- a/charts/unleash/templates/deployment.yaml +++ b/charts/unleash/templates/deployment.yaml @@ -51,8 +51,7 @@ spec: {{- if .Values.dbConfig.ssl }} - name: DATABASE_SSL value: {{ .Values.dbConfig.ssl | toJson | quote }} - {{- end }} - {{ if !.Values.dbConfig.ssl and .Values.postgresql.enabled }} + {{- else if .Values.postgresql.enabled }} - name: DATABASE_SSL value: "false" {{- end }}