Skip to content

Commit 4087862

Browse files
committed
hotfix
1 parent 2161488 commit 4087862

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
apiVersion: v2
33
name: synapse
44
description: matrix synapse kubernetes deployment
5-
version: 2.3.7
5+
version: 2.3.8
66
appVersion: 1.151.0

charts/synapse/templates/_helpers.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ containers:
155155
volumeMounts:
156156
- name: synapse-{{ .name }}-secret
157157
mountPath: /data
158-
lifecycle:
159-
preStop:
160-
exec:
161-
command: ["sleep", "15"]
158+
lifecycle:
159+
preStop:
160+
exec:
161+
command: ["sleep", "15"]
162162
terminationGracePeriodSeconds: 90
163163
{{- if .nodeSelector }}
164164
nodeSelector:

0 commit comments

Comments
 (0)