From 5ac638a8a2675b3ea57789564f4a58c0409b6df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 6 Sep 2025 15:23:31 +0800 Subject: [PATCH] add git registry --- drone/drone-runner-deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drone/drone-runner-deployment.yaml b/drone/drone-runner-deployment.yaml index ad2c57a..2e4a6cd 100644 --- a/drone/drone-runner-deployment.yaml +++ b/drone/drone-runner-deployment.yaml @@ -32,3 +32,9 @@ spec: value: "true" - name: DRONE_NAMESPACE value: "default" + - name: DRONE_RUNNER_IMAGE_PULL_POLICY + value: "IfNotPresent" + - name: DRONE_RUNNER_IMAGE_PULL_SECRETS + value: "" + - name: DRONE_RUNNER_IMAGE_PULL_MIRRORS + value: "docker.io/drone/git:latest=registry.t-aaron.com/drone/git:latest,docker.io/drone/placeholder:1=registry.t-aaron.com/drone/placeholder:1"