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