diff --git a/charts/commento/Chart.yaml b/charts/commento/Chart.yaml index 0632e729f900f21234c9673b1a789062261a93b5..3225970cc63fe8ae81fc96efd92103cf13916768 100644 --- a/charts/commento/Chart.yaml +++ b/charts/commento/Chart.yaml @@ -7,7 +7,7 @@ type: application maintainers: - name: groundhog2k -version: 0.1.15 +version: 0.1.16 appVersion: "v1.8.0" diff --git a/charts/commento/README.md b/charts/commento/README.md index 12d742f9df0170b813efa63b65e34fdf039929ad..6ffcc664879a865df9bfad3c2057654f37cc77ff 100644 --- a/charts/commento/README.md +++ b/charts/commento/README.md @@ -1,6 +1,6 @@ # Commento -   +   A Helm chart for Commento on Kubernetes diff --git a/charts/commento/templates/secureconfig.yaml b/charts/commento/templates/secureconfig.yaml index 609febad912ced2eeff6e23bded83e0f1e9682a4..0f276587aa558127aa20de4615ca0d36db1dd8e8 100644 --- a/charts/commento/templates/secureconfig.yaml +++ b/charts/commento/templates/secureconfig.yaml @@ -19,7 +19,7 @@ data: {{- $_ := required "Values: externalDatabase.password is mandatory if externalDatabase is specified." .password }} {{- $_ := required "Values: externalDatabase.host is mandatory if externalDatabase is specified." .host }} {{- $_ := required "Values: externalDatabase.port is mandatory if externalDatabase is specified." .port }} - COMMENTO_POSTGRES: {{ (printf "mongodb://%s:%s@%s:%s/%s?sslmode=disable" .user .password .host (.port | toString) .name) | b64enc }} + COMMENTO_POSTGRES: {{ (printf "postgres://%s:%s@%s:%s/%s?sslmode=disable" .user .password .host (.port | toString) .name) | b64enc }} {{- end }} {{- end }} {{- with .Values.settings.smtp }}