From b85c72231ff1f160bcd9f43a91de734aadd2e741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Tue, 2 Jun 2026 23:42:53 +0000 Subject: [PATCH] flux: gitea helm sync --- deploy/app/gitea-helm-release.yaml | 25 +++++++++++++++++++++++++ deploy/app/kustomization.yaml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 deploy/app/gitea-helm-release.yaml diff --git a/deploy/app/gitea-helm-release.yaml b/deploy/app/gitea-helm-release.yaml new file mode 100644 index 0000000..fa31f28 --- /dev/null +++ b/deploy/app/gitea-helm-release.yaml @@ -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 \ No newline at end of file diff --git a/deploy/app/kustomization.yaml b/deploy/app/kustomization.yaml index d90108f..6b43d75 100644 --- a/deploy/app/kustomization.yaml +++ b/deploy/app/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization namespace: git-limbosolutions-com resources: - gitea-helm-repo.yaml - + - gitea-helm-release.yaml secretGenerator: - name: gitea-helm-install-values files: