Fixed Forgejo URL and defined the labels

This commit is contained in:
Richard Robert Reitz 2025-02-22 22:21:55 +01:00
parent 1813371a88
commit dd034cf862

View file

@ -5,4 +5,9 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "6.0.1" 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