Skip to content

Commit 4c40a25

Browse files
committed
Update container image reference in deployment template
1 parent 91f9f01 commit 4c40a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/deployment.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: solar-system
17-
image: ghcr.io/${DOCKER_USERNAME}/solar-system:${IMAGE_TAG}
17+
image: ghcr.io/${DOCKER_USERNAME}/graduation-project-devops:${IMAGE_TAG}
1818
ports:
1919
- containerPort: 3000
2020
env:

0 commit comments

Comments
 (0)