From 4504b44161d1721e99d73bf762d87771d4fee30c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 6 Jun 2025 14:28:42 -0500 Subject: [PATCH] add actions chart --- clusters/cl01tl/platform/gitea/Chart.yaml | 7 +++---- clusters/cl01tl/platform/gitea/values.yaml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/platform/gitea/Chart.yaml b/clusters/cl01tl/platform/gitea/Chart.yaml index 7ea87e6bb..744478a51 100644 --- a/clusters/cl01tl/platform/gitea/Chart.yaml +++ b/clusters/cl01tl/platform/gitea/Chart.yaml @@ -30,10 +30,9 @@ dependencies: - name: gitea version: 11.0.1 repository: https://dl.gitea.io/charts/ - # - name: app-template - # alias: renovate - # repository: https://bjw-s-labs.github.io/helm-charts/ - # version: 4.0.1 + - name: gitea-actions + repository: oci://harbor.alexlebens.net/helm-charts + version: 0.1.1 - name: app-template alias: backup repository: https://bjw-s-labs.github.io/helm-charts/ diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index e23eaf64c..bbd592b98 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -151,6 +151,25 @@ gitea: enabled: false mariadb: enabled: false +gitea-actions: + enabled: false + statefulset: + replicas: 2 + actRunner: + repository: gitea/act_runner + tag: 0.2.11 + dind: + repository: docker + tag: 25.0.2-dind + persistence: + size: 1Gi + init: + image: + repository: busybox + tag: "1.37.0" + existingSecret: gitea-runner-secret + existingSecretKey: token + giteaRootURL: http://gitea-http.gitea:3000 backup: global: fullnameOverride: gitea-backup