CHORE(argocd): update ArgoCD applications to point to cluster-infrastructure

- Update repoURL to cluster-infrastructure repo
- Change source repository reference
This commit is contained in:
2025-12-17 15:12:46 +09:00
parent 8c43c992f0
commit ed6410ee90
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ spec:
project: default project: default
source: source:
repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git
targetRevision: main targetRevision: main
path: cert-manager path: cert-manager

View File

@@ -17,7 +17,7 @@ spec:
valueFiles: valueFiles:
- $values/cert-manager/helm-values/cert-manager.yaml - $values/cert-manager/helm-values/cert-manager.yaml
# Values file from Git repository # Values file from Git repository
- repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git
targetRevision: main targetRevision: main
ref: values ref: values