# 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. # # Label image: node:22-bookworm — Debian, root, apt-get, Node.js, npm, git. # Install docker in workflow steps as needed. runner: image: repository: forgejo.riotpiao.com/rock/forgejo-runner-node tag: "latest" name: node-runner labels: "node:docker://forgejo.riotpiao.com/rock/forgejo-runner-node:latest" # GC CronJob renders only from the default (golang) values to avoid duplicates gc: enabled: false