From 9bf6e450955788b645f0b681b39c353c558d5a5c Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Tue, 28 Jun 2022 13:10:16 +0000
Subject: [PATCH] Kyverno Policies: Enforce no nodeport services

---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 0a35efe01b..bd8a931060 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -396,7 +396,7 @@ kyvernopolicies:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/kyverno-policies.git
     path: ./chart
-    tag: "1.0.0-bb.12"
+    tag: "1.0.0-bb.13"
 
   # -- Flux reconciliation overrides specifically for the Kyverno Package
   flux: {}
-- 
GitLab