Skip to content

Commit

Permalink
version upgrade sucessful tested
Browse files Browse the repository at this point in the history
Issue #17
  • Loading branch information
rsoika committed Feb 1, 2022
1 parent 6b6cc12 commit 651086c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/kustomize/030-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: jicofo
image: jitsi/jicofo:stable-6726
image: jitsi/jicofo:stable-6826
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
Expand Down Expand Up @@ -56,7 +56,7 @@ spec:
- name: JVB_BREWERY_MUC
value: jvbbrewery
- name: prosody
image: jitsi/prosody:stable-6726
image: jitsi/prosody:stable-6826
imagePullPolicy: IfNotPresent
env:
- name: XMPP_DOMAIN
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
- name: JVB_TCP_HARVESTER_DISABLED
value: "true"
- name: web
image: jitsi/web:stable-6726
image: jitsi/web:stable-6826
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
Expand All @@ -113,7 +113,7 @@ spec:
- name: JVB_TCP_HARVESTER_DISABLED
value: "true"
- name: jvb
image: jitsi/jvb:stable-6726
image: jitsi/jvb:stable-6826
imagePullPolicy: IfNotPresent
env:
- name: XMPP_SERVER
Expand Down

0 comments on commit 651086c

Please sign in to comment.