Skip to content

Commit 556c718

Browse files
committed
Deploy more risky
1 parent 71e5c8a commit 556c718

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:7.0.0
4+
image: modembcc/peerprep:7.0.2
55
env_file:
66
- peerprep/.env
77
ports:
@@ -124,7 +124,7 @@ services:
124124

125125
collab:
126126
build: collab
127-
image: modembcc/collab:7.0.1
127+
image: modembcc/collab:7.0.2
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:7.0.1
16+
image: modembcc/collab:7.0.2
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:7.0.0
16+
image: modembcc/peerprep:7.0.2
1717
imagePullPolicy: Always
1818
env:
1919
- name: NEXT_PUBLIC_QUESTION_SERVICE

0 commit comments

Comments
 (0)