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-08-21 16:49:26 -07:00
|
|
|
runner:
|
|
|
|
|
name: node-runner
|
2026-09-05 23:11:55 -07:00
|
|
|
# Custom image: node:22-bookworm + docker.io pre-installed
|
|
|
|
|
labels: "node:docker://forgejo.riotpiao.com/rock/forgejo-runner-node:latest"
|
2026-08-30 07:08:59 -07:00
|
|
|
|
|
|
|
|
# GC CronJob renders only from the default (golang) values to avoid duplicates
|
|
|
|
|
gc:
|
|
|
|
|
enabled: false
|