From ad12f641a203db90abf2278c1e76a19452619249 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 02:29:50 +0900 Subject: [PATCH] FIX(argocd): helm valueFiles paths in ArgoCD - Applications - Update valueFiles paths from helm-values/.yaml to helm- values.yaml - Fixes ComparisonError after folder restructuring Applications fixed: - cert-manager - cnpg - external-secrets - vault - vpa - velero --- cnpg/argocd.yaml | 2 +- velero/argocd-velero.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cnpg/argocd.yaml b/cnpg/argocd.yaml index ebf325c..bf2358e 100644 --- a/cnpg/argocd.yaml +++ b/cnpg/argocd.yaml @@ -15,7 +15,7 @@ spec: targetRevision: 0.23.0 helm: valueFiles: - - $values/cnpg/helm-values/cnpg.yaml + - $values/cnpg/helm-values.yaml # Values file from Git repository - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git targetRevision: main diff --git a/velero/argocd-velero.yaml b/velero/argocd-velero.yaml index 5f568da..d026225 100644 --- a/velero/argocd-velero.yaml +++ b/velero/argocd-velero.yaml @@ -15,7 +15,7 @@ spec: targetRevision: 11.2.0 helm: valueFiles: - - $values/velero/helm-values/velero.yaml + - $values/velero/helm-values.yaml # Values file from Git repository - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git targetRevision: main