From 089f8c0575ab6b0350cfec322d140106ef4c8031 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 17 Dec 2025 15:13:15 +0900 Subject: [PATCH] CHORE(argocd): update ArgoCD apps to point to apps --- code-server/argocd/code-server.yaml | 4 ++-- docusaurus/argocd/docusaurus.yaml | 2 +- homer/argocd/homer.yaml | 2 +- umami/argocd/umami.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code-server/argocd/code-server.yaml b/code-server/argocd/code-server.yaml index 45b8293..c25628f 100644 --- a/code-server/argocd/code-server.yaml +++ b/code-server/argocd/code-server.yaml @@ -15,10 +15,10 @@ spec: helm: valueFiles: - $values/code-server/helm-values/code-server.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main path: code-server diff --git a/docusaurus/argocd/docusaurus.yaml b/docusaurus/argocd/docusaurus.yaml index 0252438..646d1e2 100644 --- a/docusaurus/argocd/docusaurus.yaml +++ b/docusaurus/argocd/docusaurus.yaml @@ -9,7 +9,7 @@ spec: project: default sources: - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main path: docusaurus diff --git a/homer/argocd/homer.yaml b/homer/argocd/homer.yaml index 4539210..c3f8bae 100644 --- a/homer/argocd/homer.yaml +++ b/homer/argocd/homer.yaml @@ -9,7 +9,7 @@ spec: project: default sources: - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main path: homer diff --git a/umami/argocd/umami.yaml b/umami/argocd/umami.yaml index 2cbfbcb..8d3b0b4 100644 --- a/umami/argocd/umami.yaml +++ b/umami/argocd/umami.yaml @@ -15,10 +15,10 @@ spec: helm: valueFiles: - $values/umami/helm-values/umami.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/applications.git targetRevision: main path: umami