From ba4c937010a117a677623464bcacf02a455e5be7 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 10 May 2026 23:08:19 +0200 Subject: [PATCH] forgejo_settings --- .../homelab-apps/templates/forgejo.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/09_homelab_apps/homelab-apps/templates/forgejo.yaml b/09_homelab_apps/homelab-apps/templates/forgejo.yaml index da03705..765c39e 100644 --- a/09_homelab_apps/homelab-apps/templates/forgejo.yaml +++ b/09_homelab_apps/homelab-apps/templates/forgejo.yaml @@ -82,6 +82,22 @@ spec: parentRefs: - name: shared-gateway namespace: default + + - path: . + repoURL: oci://codeberg.org/wrenix/helm-charts/forgejo-runner + targetRevision: 0.7.6 + helm: + values: | + runner: + config: + instance: https://forgejo.k8s.hnrx.net + token: "NCdOmHwIXkQPyGe3j_ZJEtn2AGjoti8TgM4CC8IcxlV" + create: true + file: + runner: + file: ".runner" + capacity: 1 + syncPolicy: automated: selfHeal: true