Skip to content

Commit ed2e83a

Browse files
committed
merge post-ms6
1 parent 65fd9c3 commit ed2e83a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
peerprep:
33
build: peerprep
4-
image: modembcc/peerprep:6.0.0
4+
image: modembcc/peerprep:6.0.1
55
env_file:
66
- peerprep/.env
77
ports:
@@ -124,7 +124,7 @@ services:
124124

125125
collab:
126126
build: collab
127-
image: modembcc/collab:6.0.0
127+
image: modembcc/collab:6.0.1
128128
env_file:
129129
- collab/.env
130130
ports:

kubernetes/collab-service-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: collab
16-
image: modembcc/collab:6.0.0
16+
image: modembcc/collab:6.0.1
1717
imagePullPolicy: Always
1818
env:
1919
- name: PORT

kubernetes/peerprep-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
spec:
1414
containers:
1515
- name: peerprep
16-
image: modembcc/peerprep:6.0.0
16+
image: modembcc/peerprep:6.0.1
1717
imagePullPolicy: Always
1818
env:
1919
- name: NEXT_PUBLIC_QUESTION_SERVICE

0 commit comments

Comments
 (0)