Use versioned runner image v1.0.1
- Remove imagePullPolicy: Always (rely on immutable tags) - Use explicit version tag instead of :latest Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4e0767b4d9
commit
a979ddaf0c
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ spec:
|
|||
serviceAccountName: forgejo-runner
|
||||
containers:
|
||||
- name: runner
|
||||
image: registry.tail8d86e.ts.net/blumeops/forgejo-runner:latest
|
||||
imagePullPolicy: Always
|
||||
image: registry.tail8d86e.ts.net/blumeops/forgejo-runner:v1.0.1
|
||||
env:
|
||||
# Use internal k8s service via Tailscale operator egress
|
||||
- name: FORGEJO_INSTANCE_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue