From 2191a8e265a409784cf11813201a2bc79175802f Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Wed, 20 Oct 2021 18:53:54 +0000
Subject: [PATCH] Fix extraLabels for Nexus

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

diff --git a/chart/values.yaml b/chart/values.yaml
index 320624c23a..9311c8eca6 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -694,7 +694,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus.git
       path: "./chart"
-      tag: "34.1.0-bb.1"
+      tag: "34.1.0-bb.2"
 
     # -- Base64 encoded license file.
     license_key: ""
-- 
GitLab