From bcfeb8b0ab2da647cbe96d22dd152e6170a57675 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 16 Oct 2020 16:46:12 +0200 Subject: [PATCH] update jitsi --- jitsi/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jitsi/deployment.yaml b/jitsi/deployment.yaml index 7020837..1586506 100644 --- a/jitsi/deployment.yaml +++ b/jitsi/deployment.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: jicofo - image: jitsi/jicofo:stable-4857 + image: jitsi/jicofo:stable-5142 imagePullPolicy: IfNotPresent env: - name: XMPP_SERVER @@ -47,7 +47,7 @@ spec: - name: JVB_BREWERY_MUC value: jvbbrewery - name: prosody - image: jitsi/prosody:stable-4857 + image: jitsi/prosody:stable-5142 imagePullPolicy: IfNotPresent env: - name: XMPP_DOMAIN @@ -82,7 +82,7 @@ spec: - name: JVB_TCP_HARVESTER_DISABLED value: "true" - name: web - image: jitsi/web:stable-4857 + image: jitsi/web:stable-5142 imagePullPolicy: IfNotPresent env: - name: XMPP_SERVER @@ -112,7 +112,7 @@ spec: - name: ETHERPAD_URL_BASE value: http://localhost:9001 - name: jvb - image: jitsi/jvb:stable-4857 + image: jitsi/jvb:stable-5142 imagePullPolicy: IfNotPresent env: - name: XMPP_SERVER @@ -150,5 +150,5 @@ spec: - name: TZ value: Europe/Zurich - name: etherpad - image: jitsi/etherpad:stable-4857 + image: jitsi/etherpad:stable-5142 imagePullPolicy: IfNotPresent