From 51269306ec4afdd2c44b685a33f74a20c4ca8e6b Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Wed, 17 Mar 2021 13:23:36 -0600
Subject: [PATCH] fix the tag

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

diff --git a/chart/values.yaml b/chart/values.yaml
index 5503c8029a..09557fc800 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -578,7 +578,7 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git
       path: "./chart"
-      tag: "0.1.1-bb.2"
+      tag: "0.1.1-bb.0"
 
     # -- Mattermost Enterprise functionality.
     enterprise:
-- 
GitLab