diff --git a/kind/stacks/core/forgejo/values.yaml b/kind/stacks/core/forgejo/values.yaml index cc68de7..d6eb81d 100644 --- a/kind/stacks/core/forgejo/values.yaml +++ b/kind/stacks/core/forgejo/values.yaml @@ -57,3 +57,16 @@ image: #tag: "8.0.3" # Adds -rootless suffix to image name rootless: true + +forgejo: + runner: + enabled: true + image: + tag: latest + # replicas: 3 + config: + runner: + labels: + - docker:docker://node:16-bullseye + - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04 + - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04