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