From fb32cc07c4b3fe2e64d0387a26765ba9c7b25397 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 21 Apr 2026 08:38:33 -0700 Subject: [PATCH] chore: repoint runner-job-image tag at CI-built v0.20.6-50f8c2a Swaps the k8s runner label from the local bootstrap tag (v0.20.6-9b6be09) to the equivalent image rebuilt by CI from main. Functionally identical; closes the bootstrap loop. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/forgejo-runner/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/forgejo-runner/config.yaml b/argocd/manifests/forgejo-runner/config.yaml index 7c5196e..01ede7c 100644 --- a/argocd/manifests/forgejo-runner/config.yaml +++ b/argocd/manifests/forgejo-runner/config.yaml @@ -23,4 +23,4 @@ server: uuid: ${FORGEJO_RUNNER_UUID} token: ${FORGEJO_RUNNER_TOKEN} labels: - - k8s:docker://registry.ops.eblu.me/blumeops/runner-job-image:v0.20.6-9b6be09 + - k8s:docker://registry.ops.eblu.me/blumeops/runner-job-image:v0.20.6-50f8c2a