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.
This commit is contained in:
2026-08-29 18:18:27 +02:00
parent d5e073131d
commit 02c43d8b85
@@ -13,7 +13,7 @@ spec:
# Release name kept short to avoid label length >63 chars on alertmanager StatefulSet pods # Release name kept short to avoid label length >63 chars on alertmanager StatefulSet pods
releaseName: vm releaseName: vm
valueFiles: valueFiles:
- $values/victoria-metrics/values.yaml - $values/applications/victoria-metrics/values.yaml
- repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git - repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
targetRevision: HEAD targetRevision: HEAD
ref: values ref: values