From 51eeb300db6b0dbe37000ea1f8745ad99f3ff48a Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 22 Aug 2025 19:31:25 -0400 Subject: [PATCH] gitea-runner: require images to be pulled always --- gitea-runner/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index a4a04b5..fe09198 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -24,6 +24,7 @@ spec: containers: - name: runner image: gitea/act_runner:nightly + imagePullPolicy: Always command: ["sh", "-c", "while ! nc -z localhost 2376