Skip to content

Commit f57baf2

Browse files
committed
- Updated people-api image version.
1 parent 70b27cf commit f57baf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.k8s/backend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: people-api
19-
image: mcqueide/people-api:0656d89
19+
image: mcqueide/people-api:v1.0.0
2020
ports:
2121
- containerPort: 8080
2222

compose.swarm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ services:
279279
# SPRING-BOOT APPLICATION
280280
# ==========================================================================
281281
app:
282-
image: mcqueide/people-api:0656d89
282+
image: mcqueide/people-api:v1.0.0
283283

284284
# Networks: backend (app, db) and frontend (nginx)
285285
networks:

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ services:
231231
build:
232232
context: .
233233
dockerfile: Dockerfile
234-
image: mcqueide/people-api:latest
234+
image: mcqueide/people-api:v1.0.0
235235

236236
# Drop all capabilities (principle of least privilege)
237237
cap_drop:

0 commit comments

Comments
 (0)