diff --git a/.gitignore b/.gitignore index f32e31af..e80fbbaa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ .DS_Store +.aider* diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 58d078bf..92a1f23a 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -8,7 +8,7 @@ sources: type: application -version: 19.10.0 +version: 19.10.1 # renovate: image=ghcr.io/element-hq/synapse appVersion: v1.131.0 diff --git a/charts/matrix/templates/synapse/deployment.yaml b/charts/matrix/templates/synapse/deployment.yaml index 79480417..28b842ce 100644 --- a/charts/matrix/templates/synapse/deployment.yaml +++ b/charts/matrix/templates/synapse/deployment.yaml @@ -64,14 +64,7 @@ spec: name: {{ include "matrix.postgresql.secretName" . }} key: {{ .Values.postgresql.global.postgresql.auth.secretKeys.databaseUsername }} - name: DATABASE_HOSTNAME - {{- if not .Values.postgresql.global.postgresql.auth.existingSecret }} value: {{ template "postgresql.v1.primary.fullname" .Subcharts.postgresql }} - {{ else }} - valueFrom: - secretKeyRef: - name: {{ include "matrix.postgresql.secretName" . }} - key: {{ .Values.postgresql.global.postgresql.auth.secretKeys.databaseHostname }} - {{- end }} {{- if .Values.postgresql.sslmode }} - name: PGSSLMODE value: {{ .Values.postgresql.sslmode }}