From 02c43d8b8531795561c20c4db7064545826bdd60 Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Sat, 29 Aug 2026 18:18:27 +0200 Subject: [PATCH] victoria-metrics: point the values ref at applications/ $values resolves to the repo root, so $values/victoria-metrics/values.yaml never existed once the manifests moved under applications/. helm template failed on every reconcile, leaving the app permanently sync status Unknown. gitea-runner had the same broken path but has no manifest in this repo, so it was patched on the cluster only. --- infra/argocd/applications/victoria-metrics-application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/argocd/applications/victoria-metrics-application.yaml b/infra/argocd/applications/victoria-metrics-application.yaml index e1d4174..67d54f1 100644 --- a/infra/argocd/applications/victoria-metrics-application.yaml +++ b/infra/argocd/applications/victoria-metrics-application.yaml @@ -13,7 +13,7 @@ spec: # Release name kept short to avoid label length >63 chars on alertmanager StatefulSet pods releaseName: vm valueFiles: - - $values/victoria-metrics/values.yaml + - $values/applications/victoria-metrics/values.yaml - repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git targetRevision: HEAD ref: values