From a3a483549992b05d76fe509761ce724b64bc60a9 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Fri, 5 Jan 2024 11:08:12 +0000 Subject: [PATCH] fix: add helm-chart runner (#49) Reviewed-on: https://codeberg.org/forgejo-contrib/delightful-forgejo/pulls/49 Reviewed-by: Earl Warren Co-authored-by: WrenIX Co-committed-by: WrenIX --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c4866d..b26f729 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ Also see [forgejo package versions on Repology](https://repology.org/project/for ## Forgejo actions runners - [![][forgejo] Forgejo runner](https://code.forgejo.org/forgejo/runner) supports LXC & Docker & shell with binaries for GNU/Linux (amd64, arm64) - [act runner](https://gitea.com/gitea/act_runner) supports Docker & shell with binaries for GNU/Linux (amd64, arm64, arm[567]), FreeBSD, Windows, MacOS -- [forgejo-hetzer-runner](https://codeberg.org/pierreprinetti/forgejo-hetzner-runner) - Deploy Forgejo Actions runners on Hetzner infrastructure - +- [forgejo-hetzner-runner](https://codeberg.org/pierreprinetti/forgejo-hetzner-runner) - Deploy Forgejo Actions runners on Hetzner infrastructure +- [helm-chart](https://codeberg.org/wrenix/helm-charts/src/branch/main/forgejo-runner) - Deploy a Forgejo on the specified instance (default: codeberg.org), name and token (generated `.runner` config file keeps in a Kubernetes Secret). ## Clients