Add imagePullPolicy: Always to ensure fresh image pulls
This commit is contained in:
parent
9f5dae5707
commit
c2be742094
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ spec:
|
|||
containers:
|
||||
- name: runner
|
||||
image: registry.tail8d86e.ts.net/blumeops/forgejo-runner:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
# Use internal k8s service via Tailscale operator egress
|
||||
- name: FORGEJO_INSTANCE_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue