From e0295274291266ddf0d2f2d4c23a650a116e6a51 Mon Sep 17 00:00:00 2001
From: michaelmcleroy <michaelmcleroy@cloudfitsoftware.com>
Date: Tue, 1 Jun 2021 20:28:06 +0000
Subject: [PATCH] Merge branch 'bump-opagatekeeper' into 'master'

Bump gatekeeper and cluster auditor tag

See merge request platform-one/big-bang/bigbang!514

(cherry picked from commit 9fd669c5c44488de4c7d6f3c59d3d46d15475df5)

d43668ff updated gatekeeper tag
eed0ed29 chore: bump cluster-auditor version
415eccb8 bump cluster auditor
---
 chart/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index c80295b504..6c2f916e3c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -205,7 +205,7 @@ clusterAuditor:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git
     path: "./chart"
-    tag: "0.1.9-bb.0"
+    tag: "0.2.0-bb.2"
 
   # -- Flux reconciliation overrides specifically for the Cluster Auditor Package
   flux: {}
@@ -226,7 +226,7 @@ gatekeeper:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/policy.git
     path: "./chart"
-    tag: "3.3.0-bb.0"
+    tag: "3.3.0-bb.2"
 
   # -- Flux reconciliation overrides specifically for the OPA Gatekeeper Package
   flux: {}
-- 
GitLab