Skip to content

Commit ddacc00

Browse files
committed
fix pgbouncer service metadata
1 parent bb4c073 commit ddacc00

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.0
3+
version: 0.42.1

charts/synapse/templates/pgbouncer-service.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ apiVersion: v1
33
kind: Service
44
metadata:
55
name: synapse-pgbouncer
6-
metadata:
7-
labels:
8-
app: synapse-pgbouncer
6+
labels:
7+
app: synapse-pgbouncer
98
spec:
109
selector:
1110
app: synapse-pgbouncer

0 commit comments

Comments
 (0)