From 0acdc0edb136b9bc95d340f39f56dffb93662f43 Mon Sep 17 00:00:00 2001
From: Ernest Chuang <echuang@revacomm.com>
Date: Mon, 2 May 2022 19:35:57 +0000
Subject: [PATCH] Cluster auditor 50 ci tests

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

diff --git a/chart/values.yaml b/chart/values.yaml
index 9df2538ba7..51686882f8 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -332,7 +332,7 @@ clusterAuditor:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git
     path: "./chart"
-    tag: "1.4.0-bb.1"
+    tag: "1.4.0-bb.2"
 
   # -- Flux reconciliation overrides specifically for the Cluster Auditor Package
   flux: {}
diff --git a/tests/test-values.yaml b/tests/test-values.yaml
index 3649729ed9..3051bcb487 100644
--- a/tests/test-values.yaml
+++ b/tests/test-values.yaml
@@ -119,6 +119,9 @@ clusterAuditor:
       enabled: true
       cypress:
         envs:
+          cypress_grafana_url: 'https://grafana.bigbang.dev'
+          cypress_prometheus_url: 'https://prometheus.bigbang.dev'
+          cypress_allownodatas: '0'
           cypress_url: 'https://grafana.bigbang.dev/d/YBgRZG6Mz/opa-violations?orgId=1'
 
 gatekeeper:
@@ -149,6 +152,7 @@ gatekeeper:
         parameters:
           excludedResources:
           - nexus-repository-manager/nexus-repository-manager-cypress-test
+          - cluster-auditor/cluster-auditor-cypress-test
           - gitlab/gitlab-cypress-test
           - gitlab/gitlab-runner-cypress-test
           - kiali/kiali-operator-cypress-test
@@ -240,6 +244,7 @@ gatekeeper:
         parameters:
           excludedResources:
           - nexus-repository-manager/nexus-repository-manager-cypress-test
+          - cluster-auditor/cluster-auditor-cypress-test
           - gitlab/gitlab-cypress-test
           - gitlab/gitlab-runner-cypress-test
           - kiali/kiali-operator-cypress-test
@@ -346,6 +351,7 @@ kyvernopolicies:
               namespaces:
               - gitlab
               - kiali
+              - cluster-auditor
               - mattermost
               - nexus-repository-manager
               - keycloak
@@ -362,6 +368,7 @@ kyvernopolicies:
               namespaces:
               - gitlab
               - kiali
+              - cluster-auditor
               - mattermost
               - nexus-repository-manager
               - keycloak
@@ -393,6 +400,7 @@ kyvernopolicies:
               namespaces:
               - gitlab
               - kiali
+              - cluster-auditor
               - mattermost
               - nexus-repository-manager
               - keycloak
-- 
GitLab