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