From dd034cf8625851814a9821e0910cbb203c02d3f6 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Sat, 22 Feb 2025 22:21:55 +0100 Subject: [PATCH] Fixed Forgejo URL and defined the labels --- .../stacks/ref-implementation/forgejo-runner/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/template/stacks/ref-implementation/forgejo-runner/values.yaml b/template/stacks/ref-implementation/forgejo-runner/values.yaml index 2fdc97c..ee4c6e8 100644 --- a/template/stacks/ref-implementation/forgejo-runner/values.yaml +++ b/template/stacks/ref-implementation/forgejo-runner/values.yaml @@ -5,4 +5,9 @@ image: pullPolicy: IfNotPresent tag: "6.0.1" -forgejoUrl: http://forgejo-http.gitea.svc.cluster.local:3000 +forgejoUrl: https://gitea.{{{ .Env.DOMAIN }}} + +runnerLabels: + - docker:docker://node:20-bullseye + - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04 + - ubuntu-latest:docker://node:20-bullseye