Skip to content

Commit

Permalink
correct registry path
Browse files Browse the repository at this point in the history
  • Loading branch information
WeRockStar committed Mar 29, 2024
1 parent 2a309ea commit a0e7aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/gitops/dev/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: kbazaar-api
image: ghcr.io/kbtg-kampus-classnest-se-java/workshop-group-4:342b25a526f325f284259db8f71d8c866b2b527d
image: ghcr.io/kbtg-kampus-classnest-se-java/workshopb2-group-4:342b25a526f325f284259db8f71d8c866b2b527d
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion infra/gitops/prod/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: kbazaar-api
image: ghcr.io/kbtg-kampus-classnest-se-java/workshop-group-4:342b25a526f325f284259db8f71d8c866b2b527d
image: ghcr.io/kbtg-kampus-classnest-se-java/workshopb2-group-4:342b25a526f325f284259db8f71d8c866b2b527d
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down

0 comments on commit a0e7aff

Please sign in to comment.