Skip to content

Commit 509ed65

Browse files
committed
pgbouncer 1.24.1 by icoretech
1 parent 91c10da commit 509ed65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.42.3
3+
version: 0.42.4

charts/synapse/templates/pgbouncer-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data:
1313
listen_addr=0.0.0.0
1414
unix_socket_dir=/tmp/
1515
unix_socket_mode=0777
16-
auth_file = /app/users/userlist.txt
16+
auth_file = /etc/userlist/userlist.txt
1717
server_reset_query = SELECT pg_advisory_unlock_all()
1818
server_reset_query_always = 1
1919
admin_users={{ .Values.synapse.postgres.user }}

charts/synapse/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ synapse:
151151
password: "NOT-CONFIGURED"
152152
pgbouncer:
153153
image:
154-
repository: "bghcr.io/icoretech/pgbouncer-docker"
154+
repository: "ghcr.io/icoretech/pgbouncer-docker"
155155
tag: "1.24.1"
156156
pullPolicy: IfNotPresent
157157
replicas: 2

0 commit comments

Comments
 (0)