From c284e6a36bcac817e61509ddae93c17c9bf93417 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Fri, 28 Oct 2022 13:58:19 +0000 Subject: [PATCH] Updated mattermost to 7.4.0 --- chart/values.yaml | 2 +- tests/test-values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 17c71fe336..4d4cb5caf6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1248,7 +1248,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost.git path: "./chart" - tag: "7.3.0-bb.1" + tag: "7.4.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 944fc6310b..c2ce258fd3 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -1213,6 +1213,7 @@ addons: bbtests: enabled: true cypress: + image: registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/cypress/kubectl:8.3.1 envs: cypress_url: https://chat.bigbang.dev -- GitLab