From a6ad192bc5453b891fbd1453b607cb3d3b56cd24 Mon Sep 17 00:00:00 2001 From: Martin McCaffery Date: Tue, 17 Feb 2026 11:38:55 +0100 Subject: [PATCH] Update forgejo-runner images/tags/versions --- .../forgejo/forgejo-runner/dind-docker.yaml | 8 +++---- .../stacks/forgejo/forgejo-server/values.yaml | 24 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/otc/dev.t09.de/stacks/forgejo/forgejo-runner/dind-docker.yaml b/otc/dev.t09.de/stacks/forgejo/forgejo-runner/dind-docker.yaml index abc48e7..bcdb719 100644 --- a/otc/dev.t09.de/stacks/forgejo/forgejo-runner/dind-docker.yaml +++ b/otc/dev.t09.de/stacks/forgejo/forgejo-runner/dind-docker.yaml @@ -28,7 +28,7 @@ spec: # https://forgejo.org/docs/v1.21/admin/actions/#offline-registration initContainers: - name: runner-register - image: code.forgejo.org/forgejo/runner:6.4.0 + image: code.forgejo.org/forgejo/runner:12.6.4 command: - "sh" - "-c" @@ -39,7 +39,7 @@ spec: --token ${RUNNER_SECRET} \ --name ${RUNNER_NAME} \ --instance ${FORGEJO_INSTANCE_URL} \ - --labels docker:docker://node:20-bookworm,ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04,ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04 + --labels docker:docker://node:24-bookworm,ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04,ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-24.04,ubuntu-24.04:docker://ghcr.io/catthehacker/ubuntu:act-24.04 env: - name: RUNNER_NAME valueFrom: @@ -57,8 +57,8 @@ spec: mountPath: /data containers: - name: runner - image: code.forgejo.org/forgejo/runner:6.4.0 - command: + image: code.forgejo.org/forgejo/runner:12.6.4 + command: - "sh" - "-c" - | diff --git a/otc/dev.t09.de/stacks/forgejo/forgejo-server/values.yaml b/otc/dev.t09.de/stacks/forgejo/forgejo-server/values.yaml index 6b329a5..9b6d25b 100644 --- a/otc/dev.t09.de/stacks/forgejo/forgejo-server/values.yaml +++ b/otc/dev.t09.de/stacks/forgejo/forgejo-server/values.yaml @@ -177,15 +177,15 @@ image: fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:v11.0.3-edp1 forgejo: - runner: - enabled: true - image: - tag: latest - # replicas: 3 - config: - runner: - labels: - - docker:docker://node:16-bullseye - - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04 - - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04 - - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04 + # runner: + # enabled: true + # image: + # tag: latest + # # replicas: 3 + # config: + # runner: + # labels: + # - docker:docker://node:16-bullseye + # - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04 + # - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04 + # - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04