diff --git a/charts/strapi/Chart.yaml b/charts/strapi/Chart.yaml index 9bcfb1a..a7f4cae 100644 --- a/charts/strapi/Chart.yaml +++ b/charts/strapi/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.2 +version: 0.2.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/strapi/templates/_helpers.tpl b/charts/strapi/templates/_helpers.tpl index cbf4b8b..1ddd0cc 100644 --- a/charts/strapi/templates/_helpers.tpl +++ b/charts/strapi/templates/_helpers.tpl @@ -38,7 +38,7 @@ Create chart name and version as used by the chart label. {{- end }} {{- end }} -{{- define "strapi.internalDatabaseUrlReplica"-}} +{{- define "strapi.internalDatabaseUrlReplica" -}} {{- if eq .Values.postgresql.architecture "replication" }} {{- printf "%s%s%s%s%s%s%s%s" "postgresql://" .Values.postgresql.auth.username ":" .Values.postgresql.auth.password "@" .Release.Name "-postgresql-read:5432/" .Values.postgresql.auth.database }} {{- end }}