From 61a0f26c918bf5df185aaaf2bf38fdf3e35f2be8 Mon Sep 17 00:00:00 2001 From: Blair Bowden <blair@radiusmethod.com> Date: Wed, 3 Jul 2024 16:57:30 +0000 Subject: [PATCH] Add support for Thanos compactor --- chart/values.yaml | 4 ++-- tests/test-values.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index e1bef5b607..4a53a2820c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2047,12 +2047,12 @@ addons: git: repo: https://repo1.dso.mil/big-bang/product/packages/thanos.git - tag: "15.7.9-bb.1" + tag: "15.7.9-bb.2" path: "./chart" helmRepo: repoName: "registry1" chartName: "thanos" - tag: "15.7.9-bb.1" + tag: "15.7.9-bb.2" # -- Flux reconciliation overrides specifically for the Thanos Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index ea0528414b..4236ad708f 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -2821,6 +2821,8 @@ addons: - ALL storegateway: enabled: true + compactor: + enabled: true bbtests: enabled: true cypress: -- GitLab