File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11---
22name : synapse
3- version : 0.43.0
3+ version : 0.43.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77data :
88 pgbouncer.ini : |
99 [databases]
10- synapse=host={{ .Values.synapse.postgres.host }} port=5432 dbname={{ .Values.synapse.postgres.dbname }}
10+ {{ .Values. synapse.postgres.dbname }} =host={{ .Values.synapse.postgres.host }} port=5432 dbname={{ .Values.synapse.postgres.dbname }}
1111 [pgbouncer]
1212 listen_port=5432
1313 listen_addr=0.0.0.0
Original file line number Diff line number Diff line change 1616 {{- end }}
1717 template :
1818 metadata :
19+ annotations :
20+ checksum/config : {{ include (print $.Template.BasePath "/pgbouncer-configmap.yaml") $ | sha256sum }}
21+ checksum/secret : {{ include (print $.Template.BasePath "/pgbouncer-secret.yaml") $ | sha256sum }}
1922 labels :
2023 app : synapse-pgbouncer
2124 spec :
You can’t perform that action at this time.
0 commit comments