12345678910111213141516171819
global:
imageRegistry: "reg.mini.dev"
imagePullSecrets:
- minimus-registry
security:
allowInsecureImages: true
gha-runner-scale-set:
githubConfigUrl: "https://github.com/minimusio"
githubConfigSecret: placeholder
# Do NOT add controllerServiceAccount here: upstream documents it
# commented-out (auto-discovered at install time), so helmctl validate
# rejects it as a key not in upstream's schema. ci/values.yaml supplies an
# explicit name for the smoke test so helm install can skip the lookup.
template:
spec:
containers:
- name: runner
image: "reg.mini.dev/actions-runner:latest"
command: ["/home/runner/run.sh"]