Skip to content

Commit 49987c6

Browse files
authored
Merge pull request #67 from CS3219-AY2425S1/feat/k8s
PEER-244,245: Switch Images to latest tag
2 parents 91dc36a + b6bd162 commit 49987c6

5 files changed

+5
-11
lines changed

k8s/04-collab-svc-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ spec:
6363
6464
containers:
6565
- name: collab-express
66-
# TODO: change tag to latest
67-
image: ay2425s1cs3219g16/collab-express:main
66+
image: ay2425s1cs3219g16/collab-express:latest
6867
imagePullPolicy: IfNotPresent
6968
envFrom:
7069
- secretRef:

k8s/04-match-svc-deployment.yaml

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

7777
containers:
7878
- name: match-express
79-
# TODO: change tag to latest
80-
image: ay2425s1cs3219g16/match-express:main
79+
image: ay2425s1cs3219g16/match-express:latest
8180
imagePullPolicy: IfNotPresent
8281
envFrom:
8382
- secretRef:

k8s/04-question-svc-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ spec:
6363
6464
containers:
6565
- name: question-express
66-
# TODO: change tag to latest
67-
image: ay2425s1cs3219g16/question-express:main
66+
image: ay2425s1cs3219g16/question-express:latest
6867
imagePullPolicy: IfNotPresent
6968
envFrom:
7069
- secretRef:

k8s/04-user-svc-deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ spec:
6363
6464
containers:
6565
- name: user-express
66-
# TODO: change tag to latest
67-
# image: ay2425s1cs3219g16/user-express:main
68-
image: ay2425s1cs3219g16/user-express:sha-ff94455
66+
image: ay2425s1cs3219g16/user-express:latest
6967
imagePullPolicy: IfNotPresent
7068
envFrom:
7169
- secretRef:

k8s/05-frontend-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ spec:
6565
6666
containers:
6767
- name: frontend
68-
# TODO: Switch back to :latest once we merge to main branch
69-
image: ay2425s1cs3219g16/frontend:main
68+
image: ay2425s1cs3219g16/frontend:latest
7069
imagePullPolicy: IfNotPresent
7170
envFrom:
7271
- secretRef:

0 commit comments

Comments
 (0)