Bump component versions to latest stable
This commit is contained in:
parent
3ff09eeb82
commit
ee242bbcfb
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM jitsi/web:stable-7287
|
FROM jitsi/web:stable-8719
|
||||||
|
|
||||||
# Prepare Configuration
|
# Prepare Configuration
|
||||||
ADD resources /tmp
|
ADD resources /tmp
|
||||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: jicofo
|
- name: jicofo
|
||||||
image: jitsi/jicofo:stable-7287
|
image: jitsi/jicofo:stable-8615
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: XMPP_SERVER
|
- name: XMPP_SERVER
|
||||||
|
@ -122,7 +122,7 @@ spec:
|
||||||
- name: ETHERPAD_PUBLIC_URL
|
- name: ETHERPAD_PUBLIC_URL
|
||||||
value: REPLACE_ETHERPAD_URL
|
value: REPLACE_ETHERPAD_URL
|
||||||
- name: jvb
|
- name: jvb
|
||||||
image: jitsi/jvb:stable-7287
|
image: jitsi/jvb:stable-8719
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: PUBLIC_URL
|
- name: PUBLIC_URL
|
||||||
|
@ -160,7 +160,7 @@ spec:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Europe/Berlin
|
value: Europe/Berlin
|
||||||
- name: etherpad
|
- name: etherpad
|
||||||
image: jitsi/etherpad
|
image: etherpad/etherpad:1.9.1
|
||||||
env:
|
env:
|
||||||
- name: XMPP_SERVER
|
- name: XMPP_SERVER
|
||||||
value: localhost
|
value: localhost
|
||||||
|
|
Loading…
Reference in a new issue