From 3bc3fb1b3bf71e2c921b2161c7c0b3249bd3b57e Mon Sep 17 00:00:00 2001
From: Brendon Lloyd <blloyd@revacomm.com>
Date: Tue, 18 Jan 2022 20:18:37 +0000
Subject: [PATCH] Add variable to enable/disable istio dashboard check within
 grafana

---
 chart/values.yaml      | 2 +-
 tests/test-values.yaml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index f285ca7e3a..0829ecbaf9 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -472,7 +472,7 @@ monitoring:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git
     path: "./chart"
-    tag: "23.1.6-bb.6"
+    tag: "23.1.6-bb.7"
 
   # -- Flux reconciliation overrides specifically for the Monitoring Package
   flux:
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 9fc85c22d4..dc2bd3866d 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -330,6 +330,7 @@ monitoring:
           cypress_prometheus_url: 'https://prometheus.bigbang.dev'
           cypress_grafana_url: 'https://grafana.bigbang.dev'
           cypress_alertmanager_url: 'https://alertmanager.bigbang.dev'
+          cypress_check_istio_dashboards: 'true'
 
 twistlock:
   enabled: true
-- 
GitLab