2026-08-21 16:49:26 -07:00
|
|
|
# Override on top of values.yaml (the chart's defaults) for the rust-labeled
|
|
|
|
|
# runner instance. Only runner.name and runner.labels differ -- everything
|
|
|
|
|
# else (image, dind, persistence, tolerations, nodeSelector) is shared.
|
|
|
|
|
#
|
2026-09-06 07:06:44 -07:00
|
|
|
# Label image: rust:1-bookworm — Debian, root, apt-get, Rust, cargo, git.
|
|
|
|
|
# Install Node.js/docker in workflow steps as needed.
|
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: rust-runner
|
2026-09-06 07:06:44 -07:00
|
|
|
labels: "rust:docker://rust:1-bookworm"
|
2026-09-05 23:13:59 -07:00
|
|
|
|
2026-08-30 07:08:59 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# GC CronJob renders only from the default (golang) values to avoid duplicates
|
|
|
|
|
gc:
|
|
|
|
|
enabled: false
|