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.
|
|
|
|
|
#
|
|
|
|
|
# rust:1.83-bookworm -- verified this tag exists (docker manifest inspect)
|
|
|
|
|
# before pinning it, per this repo's convention of not trusting a tag exists
|
|
|
|
|
# without checking.
|
|
|
|
|
runner:
|
|
|
|
|
name: rust-runner
|
|
|
|
|
labels: "rust:docker://rust:1.83-bookworm"
|
2026-08-30 07:08:59 -07:00
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
|
reg:
|
|
|
|
|
storageClass: longhorn
|
|
|
|
|
size: 20Gi
|
|
|
|
|
|
|
|
|
|
# GC CronJob renders only from the default (golang) values to avoid duplicates
|
|
|
|
|
gc:
|
|
|
|
|
enabled: false
|