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.
|
|
|
|
|
#
|
|
|
|
|
# node:22-bookworm ships Node natively, so unlike the golang/rust instances,
|
|
|
|
|
# jobs on this runner need no "install node" step before actions/checkout.
|
|
|
|
|
runner:
|
|
|
|
|
name: node-runner
|
|
|
|
|
labels: "node:docker://node:22-bookworm"
|
2026-08-30 07:08:59 -07:00
|
|
|
|
|
|
|
|
# GC CronJob renders only from the default (golang) values to avoid duplicates
|
|
|
|
|
gc:
|
|
|
|
|
enabled: false
|