Skip to content

Commit 4010385

Browse files
committed
PEER-244,245: Add TODOs once merged
Signed-off-by: SeeuSim <[email protected]>
1 parent d569407 commit 4010385

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

.github/workflows/build-docker.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ jobs:
172172
type=ref,event=branch
173173
type=ref,event=pr
174174
type=raw,value=latest,enable={{is_default_branch}}
175-
type=sha
176175
177176
- name: Build and push Docker images for PeerPrep Services
178177
uses: docker/build-push-action@v6

k8s/04-collab-svc-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ spec:
6363
6464
containers:
6565
- name: collab-express
66+
# TODO: change tag to latest
6667
image: ay2425s1cs3219g16/collab-express:main
6768
imagePullPolicy: IfNotPresent
6869
envFrom:

k8s/04-match-svc-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ spec:
7676

7777
containers:
7878
- name: match-express
79+
# TODO: change tag to latest
7980
image: ay2425s1cs3219g16/match-express:main
8081
imagePullPolicy: IfNotPresent
8182
envFrom:

k8s/04-question-svc-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ spec:
6363
6464
containers:
6565
- name: question-express
66+
# TODO: change tag to latest
6667
image: ay2425s1cs3219g16/question-express:main
6768
imagePullPolicy: IfNotPresent
6869
envFrom:

k8s/04-user-svc-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
6464
containers:
6565
- name: user-express
66-
# TODO: Switch back to :latest once we merge to main branch
66+
# TODO: change tag to latest
6767
# image: ay2425s1cs3219g16/user-express:main
6868
image: ay2425s1cs3219g16/user-express:sha-ff94455
6969
imagePullPolicy: IfNotPresent

k8s/05-frontend-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ spec:
6565
6666
containers:
6767
- name: frontend
68+
# TODO: Switch back to :latest once we merge to main branch
6869
image: ay2425s1cs3219g16/frontend:main
6970
imagePullPolicy: IfNotPresent
7071
envFrom:

0 commit comments

Comments
 (0)