Add new images for static forgejo runners
This commit is contained in:
parent
cd49aadaa5
commit
9bff9bd628
2 changed files with 17 additions and 16 deletions
|
|
@ -188,15 +188,16 @@ image:
|
|||
fullOverride: {{{ getenv "CLIENT_REPO_DOMAIN" }}}/devfw-cicd/edp-forgejo:{{{ .Env.FORGEJO_IMAGE_TAG }}}
|
||||
|
||||
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
|
||||
- ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
# This appears to be governed by forgejo-runner, as intuition would suggest
|
||||
# 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
|
||||
# - ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-22.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue