From 99ec89d2f15ea3285f9b7698572346203c7f4ad3 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 18 Dec 2025 19:23:37 +0900 Subject: [PATCH] CHORE(gitea): update gitea Application to use apps - Change repoURL from infrastructure.git to applications.git - Consolidate all gitea resources in applications repository - Remove dependency on infrastructure repository --- gitea/argocd/gitea.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitea/argocd/gitea.yaml b/gitea/argocd/gitea.yaml index b2a570a..2593586 100644 --- a/gitea/argocd/gitea.yaml +++ b/gitea/argocd/gitea.yaml @@ -16,12 +16,12 @@ spec: helm: valueFiles: - $values/gitea/helm-values/gitea.yaml - # Values file from Git repository - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + # Values file from applications repository + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main ref: values - # Vault secrets from Git repository - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + # Vault secrets from applications repository + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main path: gitea