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