From f62e891a20446b0b5da5285ebfd04d185a7b3f9c Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Wed, 17 Mar 2021 12:46:44 -0600 Subject: [PATCH] bump mattermost versions --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 261614cdbb..5503c8029a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -568,7 +568,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git path: "./chart" - tag: "1.12.0-bb.0" + tag: "1.13.0-bb.0" # -- Values to passthrough to the mattermost operator chart: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator/-/blob/main/chart/values.yaml values: {} @@ -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.0-bb.2" + tag: "0.1.1-bb.2" # -- Mattermost Enterprise functionality. enterprise: -- GitLab