From f6e4f4498422606bd5bd0ad403aa629601e1025b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Tue, 28 Oct 2025 20:45:16 +0100 Subject: [PATCH] chore(gitea-runners): Updated values for Dind support --- manifests/artemis/gitea-runners/runner-artemis-1.yaml | 2 ++ manifests/artemis/gitea-runners/runner-artemis-2.yaml | 2 ++ manifests/artemis/gitea-runners/runner-artemis-3.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/manifests/artemis/gitea-runners/runner-artemis-1.yaml b/manifests/artemis/gitea-runners/runner-artemis-1.yaml index 9be9beb..fe96345 100644 --- a/manifests/artemis/gitea-runners/runner-artemis-1.yaml +++ b/manifests/artemis/gitea-runners/runner-artemis-1.yaml @@ -31,6 +31,8 @@ spec: securityContext: privileged: true env: + - name: GITEA_RUNNER_NAME + value: "artemis-1" - name: GITEA_INSTANCE_URL value: "https://git.dgse.cloud" - name: GITEA_RUNNER_REGISTRATION_TOKEN diff --git a/manifests/artemis/gitea-runners/runner-artemis-2.yaml b/manifests/artemis/gitea-runners/runner-artemis-2.yaml index 18d1116..dbd7f0d 100644 --- a/manifests/artemis/gitea-runners/runner-artemis-2.yaml +++ b/manifests/artemis/gitea-runners/runner-artemis-2.yaml @@ -31,6 +31,8 @@ spec: securityContext: privileged: true env: + - name: GITEA_RUNNER_NAME + value: "artemis-2" - name: GITEA_INSTANCE_URL value: "https://git.dgse.cloud" - name: GITEA_RUNNER_REGISTRATION_TOKEN diff --git a/manifests/artemis/gitea-runners/runner-artemis-3.yaml b/manifests/artemis/gitea-runners/runner-artemis-3.yaml index caee25f..4e8066f 100644 --- a/manifests/artemis/gitea-runners/runner-artemis-3.yaml +++ b/manifests/artemis/gitea-runners/runner-artemis-3.yaml @@ -31,6 +31,8 @@ spec: securityContext: privileged: true env: + - name: GITEA_RUNNER_NAME + value: "artemis-3" - name: GITEA_INSTANCE_URL value: "https://git.dgse.cloud" - name: GITEA_RUNNER_REGISTRATION_TOKEN