FEAT(test): add imagePullPolicy Always
- Ensure Kubernetes always pulls latest image - Fixes auto-deployment issue with latest tag - Pod will now update when new image is pushed to GHCR
This commit is contained in:
@@ -22,6 +22,7 @@ spec:
|
||||
containers:
|
||||
- name: jovies-app
|
||||
image: ghcr.io/mayne0213/jovies:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user