Skip to content

Commit 3b74052

Browse files
committed
Update manifests to use DockerHub images
1 parent 03ba234 commit 3b74052

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/backend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ spec:
1414
spec:
1515
containers:
1616
- name: backend
17-
image: ghcr.io/aashiruu/devops-backend:latest
17+
image: docker.io/famouswealth/devops-backend:latest
1818
ports:
1919
- containerPort: 5000

manifests/frontend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ spec:
1414
spec:
1515
containers:
1616
- name: frontend
17-
image: ghcr.io/aashiruu/devops-frontend:latest
17+
image: docker.io/famouswealth/devops-frontend:latest
1818
ports:
1919
- containerPort: 80

0 commit comments

Comments
 (0)