From fd6442e779ad1380a178051412a130b9a98e3cdf Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Fri, 28 Aug 2026 20:21:50 -0300 Subject: [PATCH] alloy: fix chart version pin to 1.12.1 (app v1.19.2) --- apps/alloy/alloy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/alloy/alloy.yaml b/apps/alloy/alloy.yaml index 78f2b47..cd2240a 100644 --- a/apps/alloy/alloy.yaml +++ b/apps/alloy/alloy.yaml @@ -16,7 +16,7 @@ spec: source: repoURL: https://grafana.github.io/helm-charts chart: alloy - targetRevision: 1.19.2 + targetRevision: 1.12.1 helm: valuesObject: clustering: { enabled: false }