From 3b7601e57aa8f49ad27b6e4186ae99408cacd200 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:11:25 +0000 Subject: [PATCH] chore(deps): update mattermost package dependencies | datasource | package | from | to | | ---------- | ----------------------------------------------------------- | ------ | ------ | | helm | mattermost-enterprise-edition | 2.6.56 | 2.6.57 | | docker | mattermost/mattermost-enterprise-edition | 9.9.1 | 9.10.1 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 9.9.1 | 9.10.0 | --- common/zarf.yaml | 2 +- values/registry1-values.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index f48a1378..dbaa250b 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -18,7 +18,7 @@ components: namespace: mattermost url: https://helm.mattermost.com gitPath: chart - version: 2.6.56 + version: 2.6.57 valuesFiles: - ../values/common-values.yaml actions: diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 476f9ceb..88ed9395 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -1,7 +1,7 @@ mattermostApp: image: repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost - tag: 9.9.1 + tag: 9.10.0 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal tag: 9.4 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index a8aa08df..41e1720d 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,4 +1,4 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 9.9.1 + tag: 9.10.1 diff --git a/zarf.yaml b/zarf.yaml index 088e53ec..4436ecef 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -37,7 +37,7 @@ components: - values/upstream-values.yaml images: - appropriate/curl:latest - - mattermost/mattermost-enterprise-edition:9.9.1 + - mattermost/mattermost-enterprise-edition:9.10.1 - name: mattermost required: true @@ -54,4 +54,4 @@ components: - values/registry1-values.yaml images: - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.9.1 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.10.0