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 2a89801d5e
commit 05a5de7c0f
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ spec:
valueFiles: valueFiles:
- $values/external-secrets/helm-values/external-secrets.yaml - $values/external-secrets/helm-values/external-secrets.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

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: vault path: vault

View File

@@ -17,7 +17,7 @@ spec:
valueFiles: valueFiles:
- $values/vault/helm-values/vault.yaml - $values/vault/helm-values/vault.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