From b06a3f275eb3e5808ae57a50edd3f571f35e74de Mon Sep 17 00:00:00 2001
From: mr-bot <project2872_bot1@noreply.repo1.dso.mil>
Date: Mon, 18 Mar 2024 18:35:45 +0000
Subject: [PATCH] thanos update to 13.2.2-bb.1

---
 chart/values.yaml      | 4 ++--
 tests/test-values.yaml | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index f7935a3401..26b9f31fb8 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -2010,12 +2010,12 @@ addons:
 
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/thanos.git
-      tag: "13.2.2-bb.0"
+      tag: "13.2.2-bb.1"
       path: "./chart"
     helmRepo:
       repoName: "registry1"
       chartName: "thanos"
-      tag: "13.2.2-bb.0"
+      tag: "13.2.2-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Jaeger Package
     flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 0f42ed510c..03370ee430 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -2307,6 +2307,9 @@ addons:
     # -- Toggle deployment of thanos
     enabled: false
     values:
+      istio:
+        hardened:
+          enabled: true
       minio:
         enabled: true
         tenant:
-- 
GitLab