From 3070c3ff4451561b8ba4c0f7871ca9324cd5e827 Mon Sep 17 00:00:00 2001 From: Blair Bowden <blair@radiusmethod.com> Date: Thu, 2 Jan 2025 09:14:28 -0500 Subject: [PATCH] update alloy addon to include helm repoistory --- chart/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 688ef0fa01..fae30a4d0b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2104,6 +2104,10 @@ addons: repo: https://repo1.dso.mil/big-bang/product/packages/alloy.git tag: "1.6.16-bb.0" path: "./chart" + helmRepo: + repoName: "registry1" + chartName: "k8s-monitoring" + tag: "1.6.16-bb.0" values: {} -- GitLab