From 3c02e2136488f39f9b43e526a7edd63bde177870 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Thu, 8 May 2025 17:28:23 +0200 Subject: [PATCH] fix: remove own gitea-runner and add it to gitea --- infrastructure/gitea/helmrelease.yaml | 9 +++++++++ infrastructure/kustomization.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/infrastructure/gitea/helmrelease.yaml b/infrastructure/gitea/helmrelease.yaml index 5afcb29..56ea126 100644 --- a/infrastructure/gitea/helmrelease.yaml +++ b/infrastructure/gitea/helmrelease.yaml @@ -45,6 +45,15 @@ spec: enabled: true provisioning: enabled: true + statefulset: + actRunner: + repository: gitea/act_runner + tag: 0.2.11 + pullPolicy: IfNotPresent + dind: + repository: docker + tag: 25.0.2-dind + pullPolicy: IfNotPresent config: actions: ENABLED: true diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml index ab95d3c..620a250 100644 --- a/infrastructure/kustomization.yaml +++ b/infrastructure/kustomization.yaml @@ -4,6 +4,6 @@ resources: - monitoring/ - longhorn/ - gitea/ - - gitea-runner/ + # - gitea-runner/ # - sonarqube/ - cnpg