From 08d4ab1d72697425eb3cfdf3b6cf0e6dd09d1caf Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Wed, 25 Mar 2026 20:37:17 -0500 Subject: [PATCH] gitea-runner: set default_image in container config to use pantheon-ci for all jobs --- servers/legion/apps/gitea-runner.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/servers/legion/apps/gitea-runner.yaml b/servers/legion/apps/gitea-runner.yaml index c68ecda..8294136 100644 --- a/servers/legion/apps/gitea-runner.yaml +++ b/servers/legion/apps/gitea-runner.yaml @@ -26,7 +26,7 @@ spec: --instance "$GITEA_INSTANCE_URL" \ --token "$GITEA_RUNNER_REGISTRATION_TOKEN" \ --name legion \ - --labels "self-hosted:docker://registry.neuralplatform.ai/pantheon-ci:latest,linux:docker://registry.neuralplatform.ai/pantheon-ci:latest,x64:docker://registry.neuralplatform.ai/pantheon-ci:latest,legion:docker://registry.neuralplatform.ai/pantheon-ci:latest" \ + --labels "self-hosted,linux,x64,legion" \ --no-interactive cat > /data/config.yaml << 'EOF' runner: @@ -36,6 +36,8 @@ spec: network: host docker_host: "unix:///var/run/docker.sock" force_pull: false + valid_volumes: [] + default_image: "registry.neuralplatform.ai/pantheon-ci:latest" EOF envFrom: - secretRef: