Update runner job image to forgejo-runner:v3.0.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-11 17:27:50 -08:00
commit 3d84483513
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ data:
TZ: America/Los_Angeles
container:
# Use our custom job execution image with Node.js + Docker CLI
# Job execution image is set via RUNNER_LABELS in external-secret.yaml
network: "host"
# Connect to DinD sidecar via TCP (not socket)
docker_host: tcp://127.0.0.1:2375

View file

@ -25,7 +25,7 @@ spec:
data:
FORGEJO_URL: "https://forge.ops.eblu.me"
RUNNER_NAME: "k8s-runner"
RUNNER_LABELS: "k8s:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v2.6.0"
RUNNER_LABELS: "k8s:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v3.0.0"
RUNNER_TOKEN: "{{ .runner_token }}"
data:
- secretKey: runner_token