feat(gitops): staged 接管 Gitea Actions Helm release
lint / yaml (push) Successful in 14s
lint / yaml (pull_request) Successful in 17s
lint / terraform (pull_request) Successful in 33s
lint / terraform (push) Successful in 29s
lint / ansible (push) Successful in 6m18s
lint / ansible (pull_request) Successful in 6m13s

This commit is contained in:
2026-09-10 05:01:46 +00:00
parent a9f6663069
commit 745d2cc6c2
7 changed files with 78 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: gitea-actions
namespace: flux-system
spec:
interval: 10m
path: ./platform/gitea-runner
prune: false
sourceRef:
kind: GitRepository
name: flux-system
timeout: 3m
wait: false