From 6074fbba896f22f0e2bf710f508aaf63cb4864d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 10 May 2026 14:13:23 +0000 Subject: [PATCH] act runners image: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6 --- services/casa-vlan-cicd-runners/deploy/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/casa-vlan-cicd-runners/deploy/deployment.yaml b/services/casa-vlan-cicd-runners/deploy/deployment.yaml index c35f847..8d0f830 100644 --- a/services/casa-vlan-cicd-runners/deploy/deployment.yaml +++ b/services/casa-vlan-cicd-runners/deploy/deployment.yaml @@ -18,8 +18,8 @@ spec: role: worker-node containers: - name: mylimbo-casa-vlan-cicd-runner - image: git.limbosolutions.com/kb/gitea/act_runner:0.3-fatboy - imagePullPolicy: Always + image: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6 + imagePullPolicy: IfNotPresent env: - name: LOG_LEVEL value: "trace" @@ -58,7 +58,7 @@ spec: subPath: config.yaml - name: mf-casa-vlan-cicd-runner - image: git.limbosolutions.com/kb/gitea/act_runner:0.3-fatboy + image: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6 imagePullPolicy: Always env: - name: LOG_LEVEL