From 187ace9a18784d458d98188ca51c757a99f12b29 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Thu, 8 May 2025 19:24:06 +0200 Subject: [PATCH] fix: remove actRunner config --- infrastructure/gitea/helmrelease.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/infrastructure/gitea/helmrelease.yaml b/infrastructure/gitea/helmrelease.yaml index 56ea126..cb6921c 100644 --- a/infrastructure/gitea/helmrelease.yaml +++ b/infrastructure/gitea/helmrelease.yaml @@ -45,15 +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 + # 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