Always pull the ungleich-matrix-synapse image

This commit is contained in:
Nico Schottelius 2021-07-17 22:48:48 +02:00
parent f70d5a8291
commit 7d93506bd9
1 changed files with 6 additions and 13 deletions

View File

@ -15,17 +15,9 @@ spec:
use-as-service: {{ .Release.Name }}
spec:
initContainers:
# - name: wait-for-cert
# image: busybox
# command:
# - sh
# - -c
# - until ls /etc/letsencrypt/live/{{ tpl .Values.fqdn . }}/fullchain.pem; do sleep 2; done
# volumeMounts:
# - name: etcletsencrypt
# mountPath: "/etc/letsencrypt"
- name: generate-matrix-signing-key
image: ungleich/ungleich-matrix-synapse:{{ .Values.synapseVersion }}
imagePullPolicy: Always
command:
- "python"
- "-m"
@ -43,6 +35,7 @@ spec:
containers:
- name: certbot
image: ungleich/ungleich-certbot
imagePullPolicy: Always
ports:
- containerPort: 80
env:
@ -331,7 +324,7 @@ data:
cp_min: 10
cp_min: 5
log_config: "/config/log.yaml"
log_config: "/baseconfig/log.yaml"
enable_media_repo: true
media_store_path: "/data/media"