Enables forgejo runner in forgejo helm values

This commit is contained in:
Richard Robert Reitz 2024-11-22 12:01:16 +01:00
parent b5bf6f4a43
commit 1e0cb0ff92

View file

@ -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