matrix-synapse: Update to version 1.19.2
This commit is contained in:
parent
12168ca8a9
commit
b53ae80535
3 changed files with 15 additions and 2 deletions
|
@ -3,10 +3,10 @@ apiVersion: v2
|
||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
description: Matrix reference homeserver
|
description: Matrix reference homeserver
|
||||||
icon: https://matrix.org/images/matrix-logo.svg
|
icon: https://matrix.org/images/matrix-logo.svg
|
||||||
appVersion: 1.19.1
|
appVersion: 1.19.2
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 1.3.2
|
version: 1.3.3
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
email: ace@haxalot.com
|
email: ace@haxalot.com
|
||||||
|
|
|
@ -61,6 +61,13 @@ spec:
|
||||||
-e "s/@@REDIS_PASSWORD@@/${REDIS_PASSWORD:-}/" \
|
-e "s/@@REDIS_PASSWORD@@/${REDIS_PASSWORD:-}/" \
|
||||||
> /synapse/config/conf.d/secrets.yaml
|
> /synapse/config/conf.d/secrets.yaml
|
||||||
|
|
||||||
|
{{- if .Values.synapse.extraCommands }}
|
||||||
|
|
||||||
|
{{ range .Values.synapse.extraCommands }}
|
||||||
|
{{ . }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
/matrix-synapse $@
|
/matrix-synapse $@
|
||||||
args:
|
args:
|
||||||
- synapse.app.homeserver
|
- synapse.app.homeserver
|
||||||
|
|
|
@ -158,6 +158,12 @@ synapse:
|
||||||
# - name: spamcheck
|
# - name: spamcheck
|
||||||
# mountPath: /usr/local/lib/python3.7/site-packages/company
|
# 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
|
## Configuration for the pod security policy, Synapse will by always run as
|
||||||
## its own user, even if not set.
|
## its own user, even if not set.
|
||||||
## Note that changing this may also require you to use the volumePermission
|
## Note that changing this may also require you to use the volumePermission
|
||||||
|
|
Loading…
Reference in a new issue