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:
2025-11-23 10:34:06 +09:00
parent 490e1f6d54
commit 5584aaa2db

View File

@@ -22,6 +22,7 @@ spec:
containers: containers:
- name: jovies-app - name: jovies-app
image: ghcr.io/mayne0213/jovies:latest image: ghcr.io/mayne0213/jovies:latest
imagePullPolicy: Always
ports: ports:
- containerPort: 3000 - containerPort: 3000
protocol: TCP protocol: TCP