diff --git a/stable/hackmd/Chart.yaml b/stable/hackmd/Chart.yaml index 132fd8c305..e22d67f11c 100644 --- a/stable/hackmd/Chart.yaml +++ b/stable/hackmd/Chart.yaml @@ -1,6 +1,6 @@ name: hackmd apiVersion: v1 -version: "0.1.0" +version: "0.1.1" appVersion: "1.0.1" description: Realtime collaborative markdown notes on all platforms. icon: https://hackmd.io/favicon.png diff --git a/stable/hackmd/templates/_helpers.tpl b/stable/hackmd/templates/_helpers.tpl index 6d15f460b4..e5214fcad4 100644 --- a/stable/hackmd/templates/_helpers.tpl +++ b/stable/hackmd/templates/_helpers.tpl @@ -47,6 +47,6 @@ Determine database host based on use of postgresql dependency. {{- if .Values.postgresql.install -}} {{- template "hackmd.postgresql.fullname" . -}} {{- else -}} -{{- .Values.postgresql.postgresHost | quote -}} +{{- .Values.postgresql.postgresHost -}} {{- end -}} {{- end -}}