From 914f800e51a7ef4a5fab052c451049350e282f13 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Mon, 5 Apr 2021 17:25:40 +0000 Subject: [PATCH] Mattermost (and operator) - Add Affinity --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index fcb72adbab..5bc604d0b8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -574,7 +574,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git path: "./chart" - tag: "1.13.0-bb.0" + tag: "1.13.0-bb.2" # -- 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: {} @@ -584,7 +584,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git path: "./chart" - tag: "0.1.1-bb.3" + tag: "0.1.2-bb.0" # -- Mattermost Enterprise functionality. enterprise: -- GitLab