From 26179f700feabceb114ffdb19c846219809c27e2 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Mon, 21 Sep 2026 10:17:06 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=80=E5=A7=8B=E9=80=80=E5=BD=B9?= =?UTF-8?q?=E6=97=A7=E9=9D=99=E6=80=81=20Gitea=20Runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clusters/homelab/apps/gitea-actions.yaml | 2 +- platform/gitea-runner/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/homelab/apps/gitea-actions.yaml b/clusters/homelab/apps/gitea-actions.yaml index c98a246..26c31a9 100644 --- a/clusters/homelab/apps/gitea-actions.yaml +++ b/clusters/homelab/apps/gitea-actions.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 10m path: ./platform/gitea-runner - prune: false + prune: true sourceRef: kind: GitRepository name: flux-system diff --git a/platform/gitea-runner/values.yaml b/platform/gitea-runner/values.yaml index f0e218f..d97568d 100644 --- a/platform/gitea-runner/values.yaml +++ b/platform/gitea-runner/values.yaml @@ -5,7 +5,7 @@ existingSecret: gitea-runner-token existingSecretKey: token statefulset: - replicas: 1 + replicas: 0 timezone: Etc/UTC serviceAccountName: gitea-actions extraVolumes: -- 2.54.0