flux: gitea helm sync

This commit is contained in:
Márcio Fernandes
2026-06-02 23:42:53 +00:00
parent 9a8c2ca196
commit b85c72231f
2 changed files with 26 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: gitea
namespace: git-limbosolutions.com
spec:
releaseName: gitea
interval: 24h
chart:
spec:
chart: gitea
version: '12.5.x'
sourceRef:
kind: HelmRepository
name: gitea
namespace: git-limbosolutions.com
interval: 24h
valuesFrom:
- kind: Secret
name: gitea-helm-install-values
valuesKey: values.yaml
- kind: Secret
name: gitea-helm-install-values
valuesKey: values.private.yaml
+1 -1
View File
@@ -3,7 +3,7 @@ kind: Kustomization
namespace: git-limbosolutions-com namespace: git-limbosolutions-com
resources: resources:
- gitea-helm-repo.yaml - gitea-helm-repo.yaml
- gitea-helm-release.yaml
secretGenerator: secretGenerator:
- name: gitea-helm-install-values - name: gitea-helm-install-values
files: files: