From e9cd282aece366bdc3f31a39cc0671d4335359fe Mon Sep 17 00:00:00 2001 From: Jean Lucas Date: Fri, 29 Sep 2023 17:11:11 +0000 Subject: [PATCH] fix: chart typos, update to v1.0.4-beta31 --- chart/Chart.yaml | 2 +- chart/templates/_helpers.tpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8b58323865..32a0c28446 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -21,7 +21,7 @@ version: 0.1.2 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "rc" +appVersion: 'v1.0.4-beta31' dependencies: - name: elasticsearch diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index a7b4b9d328..938d44f6ab 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -119,7 +119,7 @@ port: 3000 db: {{- if .Values.postgresql.enabled }} host: {{ template "firefish.postgresql.fullname" . }} - port: '5432' + port: 5432 {{- else }} host: {{ .Values.postgresql.postgresqlHostname }} port: {{ .Values.postgresql.postgresqlPort | default "5432" | quote }} @@ -150,13 +150,13 @@ redis: {{- else }} host: {{ required "When the redis chart is disabled .Values.redis.hostname is required" .Values.redis.hostname }} {{- end }} - port: {{ .Values.redis.port | default "6379" | quote }} + port: {{ .Values.redis.port | default 6379 }} #family: 0 # 0=Both, 4=IPv4, 6=IPv6 pass: {{ .Values.redis.auth.password | quote }} #prefix: example-prefix #db: 1 - #user: default - #tls: + #user: default + #tls: # host: localhost # rejectUnauthorized: false