FIX(argocd): helm valueFiles paths in ArgoCD

- Applications
- Update valueFiles paths from helm-values/<app>.yaml to helm-
  values.yaml
- Fixes ComparisonError after folder restructuring

Applications fixed:
- cert-manager
- cnpg
- external-secrets
- vault
- vpa
- velero
This commit is contained in:
2025-12-29 02:29:50 +09:00
parent 34a1c9f783
commit ae8414f459
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ spec:
targetRevision: 0.10.5
helm:
valueFiles:
- $values/external-secrets/helm-values/external-secrets.yaml
- $values/external-secrets/helm-values.yaml
# Values file from Git repository
- repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git
targetRevision: main

View File

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