Skip to content

Commit

Permalink
fix: point to latest registry version
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Feb 5, 2024
1 parent c82fcb0 commit 4876550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ spec:
spec:
containers:
- name: landing-page
image: registry.iteam.services/happylou_landing-page # {"$imagepolicy": "happylou:landing-page"}
image: ghcr.io/upphandling/landing-page:1.5.1 # {"$imagepolicy": "happylou:landing-page"}
ports:
- containerPort: 3000

0 comments on commit 4876550

Please sign in to comment.