From 85840f3bda7dccbca713b188e0971c3c541191db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:11:03 +0000 Subject: [PATCH] chore(deps): update mattermost package dependencies | datasource | package | from | to | | ---------- | ---------------------------------------- | ------ | ------ | | helm | mattermost-enterprise-edition | 2.6.62 | 2.6.63 | | docker | mattermost/mattermost-enterprise-edition | 10.1.1 | 10.1.2 | --- common/zarf.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index e817be4c..eed5ee3a 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -21,7 +21,7 @@ components: namespace: mattermost url: https://helm.mattermost.com gitPath: chart - version: 2.6.62 + version: 2.6.63 valuesFiles: - ../values/common-values.yaml actions: diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index cfb65013..7a1c2fc0 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -4,7 +4,7 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 10.1.1 + tag: 10.1.2 initContainerImage: repository: curlimages/curl tag: 8.10.1 diff --git a/zarf.yaml b/zarf.yaml index 32ba03e0..54c7e3d7 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -40,7 +40,7 @@ components: - values/upstream-values.yaml images: - curlimages/curl:8.10.1 - - mattermost/mattermost-enterprise-edition:10.1.1 + - mattermost/mattermost-enterprise-edition:10.1.2 - name: mattermost required: true