From a9957233949c28f6bc5bf5dc71c4ba570b7aa470 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Thu, 8 May 2025 19:29:25 +0200 Subject: [PATCH] fix: renable actions and runner --- infrastructure/gitea/helmrelease.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/infrastructure/gitea/helmrelease.yaml b/infrastructure/gitea/helmrelease.yaml index c739711..2d8783b 100644 --- a/infrastructure/gitea/helmrelease.yaml +++ b/infrastructure/gitea/helmrelease.yaml @@ -41,19 +41,19 @@ spec: email: patrykhegenberg@gmail.com metrics: enabled: true - # actions: - # 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 + actions: + 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