Skip to content

Commit 8174b45

Browse files
committed
Fix: set imagePullPolicy to Always
1 parent 61c6caf commit 8174b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ spec:
1616
spec:
1717
containers:
1818
- name: node-container
19-
image: ghcr.io/singhsayan/ci-cd-k8s:latest
20-
imagePullPolicy: Never
19+
image: sayan0908/ci-cd-k8s:latest
20+
imagePullPolicy: Always
2121
workingDir: /app
2222
ports:
2323
- containerPort: 3000

0 commit comments

Comments
 (0)