From 6132704475c6b7e14b24df34f0a6e7c80663f33a Mon Sep 17 00:00:00 2001
From: "kevin.wilder" <kevin.wilder@darkwolfsolutions.com>
Date: Tue, 18 Jan 2022 22:25:31 +0000
Subject: [PATCH] Fix Nexus egress to port 443 and prometheus monitoring

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

diff --git a/chart/values.yaml b/chart/values.yaml
index f285ca7e3a..b629509529 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -768,12 +768,12 @@ addons:
     postRenderers: []
 
   nexus:
-    # -- Toggle deployment of Nexus.
+    # -- Toggle deployment of Nexus. 
     enabled: false
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus.git
       path: "./chart"
-      tag: "36.0.0-bb.1"
+      tag: "36.0.0-bb.3"
 
     # -- Base64 encoded license file.
     license_key: ""
-- 
GitLab