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-05 23:13:59 -07:00
|
|
|
# Custom image: docker:27-cli + Node.js + Rust + build tools
|
|
|
|
|
# - Node.js for GitHub Actions (actions/checkout@v4, etc.)
|
|
|
|
|
# - Docker CLI for container builds
|
|
|
|
|
# - Rust toolchain (via rustup)
|
|
|
|
|
# - Build essentials
|
2026-08-21 16:49:26 -07:00
|
|
|
runner:
|
|
|
|
|
name: rust-runner
|
2026-09-05 23:13:59 -07:00
|
|
|
labels: "rust:docker://forgejo.riotpiao.com/rock/forgejo-runner-rust:latest"
|
|
|
|
|
|
2026-08-30 07:08:59 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# GC CronJob renders only from the default (golang) values to avoid duplicates
|
|
|
|
|
gc:
|
|
|
|
|
enabled: false
|