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 }} use-as-service: {{ .Release.Name }}
spec: spec:
initContainers: 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 - name: generate-matrix-signing-key
image: ungleich/ungleich-matrix-synapse:{{ .Values.synapseVersion }} image: ungleich/ungleich-matrix-synapse:{{ .Values.synapseVersion }}
imagePullPolicy: Always
command: command:
- "python" - "python"
- "-m" - "-m"
@ -43,6 +35,7 @@ spec:
containers: containers:
- name: certbot - name: certbot
image: ungleich/ungleich-certbot image: ungleich/ungleich-certbot
imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 80
env: env:
@ -331,7 +324,7 @@ data:
cp_min: 10 cp_min: 10
cp_min: 5 cp_min: 5
log_config: "/config/log.yaml" log_config: "/baseconfig/log.yaml"
enable_media_repo: true enable_media_repo: true
media_store_path: "/data/media" media_store_path: "/data/media"