From 71517e89b4add03b68024ccad96497bcfb510c5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:55:35 +0000 Subject: [PATCH] chore(deps): update mattermost package dependencies | datasource | package | from | to | | ---------- | ----------------------------------------------------------- | ------ | ------ | | helm | mattermost-enterprise-edition | 2.6.40 | 2.6.64 | | docker | mattermost/mattermost-enterprise-edition | 9.4.1 | 10.2.0 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 9.4.1 | 10.2.0 | | docker | registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal | 9.3 | 9.5 | --- common/zarf.yaml | 2 +- values/registry1-values.yaml | 4 ++-- values/upstream-values.yaml | 2 +- zarf.yaml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index b2a1c066..70b9bfb9 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -18,6 +18,6 @@ components: namespace: mattermost url: https://helm.mattermost.com gitPath: chart - version: 2.6.40 + version: 2.6.64 valuesFiles: - ../values/common-values.yaml diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index f0dc2467..c6cba49f 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.4.1 + tag: 10.2.0 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal - tag: 9.3 + tag: 9.5 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 3b908e23..7bbecb39 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,4 +1,4 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 9.4.1 + tag: 10.2.0 diff --git a/zarf.yaml b/zarf.yaml index 4ee27954..9865ea86 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -34,7 +34,7 @@ components: - values/upstream-values.yaml images: - appropriate/curl:latest - - mattermost/mattermost-enterprise-edition:9.4.1 + - mattermost/mattermost-enterprise-edition:10.2.0 - name: mattermost required: true @@ -50,5 +50,5 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.4.1 + - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.2.0