From 06ffe6bf2557484ea3880c3d5548df1cbd0fcbc3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 4 Nov 2025 16:56:17 -0600 Subject: [PATCH] change to use runner image --- .gitea/workflows/lint-test-docker.yaml | 2 +- .gitea/workflows/lint-test-helm.yaml | 2 +- .gitea/workflows/renovate.yaml | 2 +- clusters/cl01tl/platform/gitea/values.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/lint-test-docker.yaml b/.gitea/workflows/lint-test-docker.yaml index ed95f28f6..81f3c017c 100644 --- a/.gitea/workflows/lint-test-docker.yaml +++ b/.gitea/workflows/lint-test-docker.yaml @@ -17,7 +17,7 @@ on: jobs: docker-lint: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index dcabef1b2..6f914ffc8 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -17,7 +17,7 @@ on: jobs: helm-lint: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index ecee5fb04..5a5a14450 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -12,7 +12,7 @@ on: jobs: renovate: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:41 steps: - name: Checkout diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index dadd3c12b..2580ecc5c 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -154,8 +154,8 @@ gitea-actions: enabled: false runner: labels: - - "ubuntu-latest:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.04" - - "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-ghcr.io/catthehacker/ubuntu:js-24.04" + - "ubuntu-latest:docker://harbor.alexlebens.net/proxy-ghcr.io/catthehacker/ubuntu:runner-24.04" + - "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-ghcr.io/catthehacker/ubuntu:runner-24.04" - "ubuntu-22.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.04" - "ubuntu-20.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-20.04" dind: