2026-08-21 16:49:26 -07:00
|
|
|
# Override on top of values.yaml (the chart's defaults) for the node-labeled
|
|
|
|
|
# runner instance. Only runner.name and runner.labels differ -- everything
|
|
|
|
|
# else (image, dind, persistence, tolerations, nodeSelector) is shared.
|
|
|
|
|
#
|
2026-09-05 14:33:27 -07:00
|
|
|
# node:22-bookworm ships Node natively. Docker client installed via workflow step if needed.
|
|
|
|
|
# (homelab has no CI; custom runner images built manually if desired)
|
2026-09-05 23:43:21 -07:00
|
|
|
# Bootstrap with runner image (already has Node.js), CI builds custom
|
2026-08-21 16:49:26 -07:00
|
|
|
runner:
|
2026-09-05 23:18:22 -07:00
|
|
|
image:
|
2026-09-05 23:43:21 -07:00
|
|
|
repository: code.forgejo.org/forgejo/runner
|
|
|
|
|
tag: "6"
|
2026-08-21 16:49:26 -07:00
|
|
|
name: node-runner
|
2026-09-05 23:43:21 -07:00
|
|
|
labels: "node:docker://code.forgejo.org/forgejo/runner:6"
|
2026-08-30 07:08:59 -07:00
|
|
|
|
|
|
|
|
# GC CronJob renders only from the default (golang) values to avoid duplicates
|
|
|
|
|
gc:
|
|
|
|
|
enabled: false
|