# 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. # # 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 runner: image: repository: forgejo.riotpiao.com/rock/forgejo-runner-rust tag: "latest" # Image Updater tracks and updates this 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