From 5a534cb6babc0951e3590deffbbb42bd069e89f4 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Mon, 7 Mar 2022 15:21:09 +0000 Subject: [PATCH] Update Mattermost to 6.4.1 --- chart/values.yaml | 2 +- tests/test-values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 97e3c35a70..05ebaa718f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1078,7 +1078,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git path: "./chart" - tag: "0.6.0-bb.1" + tag: "0.7.0-bb.0" # -- Flux reconciliation overrides specifically for the Mattermost Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index a55d53419c..dcad675c3b 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -148,6 +148,7 @@ gatekeeper: - gitlab/gitlab-cypress-test - gitlab/gitlab-runner-cypress-test - kiali/kiali-operator-cypress-test + - mattermost/mattermost-cypress-test allowedSecCompProfiles: parameters: excludedResources: @@ -200,6 +201,7 @@ gatekeeper: - gitlab/gitlab-cypress-test - gitlab/gitlab-runner-cypress-test - kiali/kiali-operator-cypress-test + - mattermost/mattermost-cypress-test bbtests: enabled: true -- GitLab