We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a7534 commit c976fa3Copy full SHA for c976fa3
2 files changed
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 1.1.8
+version: 1.1.9
charts/synapse/templates/_helpers.tpl
@@ -74,7 +74,7 @@ containers:
74
- containerPort: 9092
75
name: metrics
76
protocol: TCP
77
- {{- if not (has .worker (list "background_worker" "event_persister" "pusher")) }}
+ {{- if not (has .worker (list "background_worker" "event_persister" "pusher" "keys")) }}
78
startupProbe:
79
httpGet:
80
path: /health
0 commit comments