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