From f44e3b3f739a120af011ffe9fc26a7781c03439c Mon Sep 17 00:00:00 2001
From: Michael Martin <michaelmartin@seed-innovations.com>
Date: Wed, 20 Mar 2024 21:22:21 +0000
Subject: [PATCH] Revert neuvector upgrade

---
 chart/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index abc2dffe96..db6f112d9c 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -749,11 +749,11 @@ neuvector:
   git:
     repo: https://repo1.dso.mil/big-bang/product/packages/neuvector.git
     path: "./chart"
-    tag: "2.6.3-bb.15"
+    tag: "2.6.3-bb.14"
   helmRepo:
     repoName: "registry1"
     chartName: "neuvector"
-    tag: "2.6.3-bb.15"
+    tag: "2.6.3-bb.14"
 
   # -- Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`).  The default is "public".
   ingress:
-- 
GitLab