matrix-synapse: Update to version 1.19.2

This commit is contained in:
Alexander Olofsson 2020-09-16 15:35:43 +02:00
parent 12168ca8a9
commit b53ae80535
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
3 changed files with 15 additions and 2 deletions

View file

@ -3,10 +3,10 @@ apiVersion: v2
name: matrix-synapse
description: Matrix reference homeserver
icon: https://matrix.org/images/matrix-logo.svg
appVersion: 1.19.1
appVersion: 1.19.2
type: application
version: 1.3.2
version: 1.3.3
maintainers:
- name: Alexander Olofsson
email: ace@haxalot.com

View file

@ -61,6 +61,13 @@ spec:
-e "s/@@REDIS_PASSWORD@@/${REDIS_PASSWORD:-}/" \
> /synapse/config/conf.d/secrets.yaml
{{- if .Values.synapse.extraCommands }}
{{ range .Values.synapse.extraCommands }}
{{ . }}
{{- end }}
{{- end }}
/matrix-synapse $@
args:
- synapse.app.homeserver

View file

@ -158,6 +158,12 @@ synapse:
# - name: spamcheck
# mountPath: /usr/local/lib/python3.7/site-packages/company
## Extra commands to run when starting Synapse
##
extraCommands: []
# - 'apt-get update -yqq && apt-get install patch -yqq'
# - 'patch -d/usr/local/lib/python3.7/site-packages/synapse -p2 < /synapse/patches/something.patch'
## Configuration for the pod security policy, Synapse will by always run as
## its own user, even if not set.
## Note that changing this may also require you to use the volumePermission