From 3245bbbda16e8860eafdb3c38776a9ac0bdfaa84 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 --- vpa/argocd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpa/argocd.yaml b/vpa/argocd.yaml index 4d99c81..faedd74 100644 --- a/vpa/argocd.yaml +++ b/vpa/argocd.yaml @@ -15,7 +15,7 @@ spec: targetRevision: 4.6.0 helm: valueFiles: - - $values/vpa/helm-values/vpa.yaml + - $values/vpa/helm-values.yaml # Values file from Git repository - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git targetRevision: main