From 91f95402fa4ba77358dcdda3dfc682b32ca965d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:27:46 +0000 Subject: [PATCH] chore(deps): update mattermost package dependencies to v10.2.0 | datasource | package | from | to | | ---------- | ----------------------------------------------------------- | ------ | ------ | | docker | cgr.dev/du-uds-defenseunicorns/mattermost | 10.1.3 | 10.2.0 | | docker | mattermost/mattermost-enterprise-edition | 10.1.3 | 10.2.0 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.1.3 | 10.2.0 | --- values/registry1-values.yaml | 2 +- values/unicorn-values.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index eaa0f62..5ce849c 100644 --- a/values/registry1-values.yaml +++ b/values/registry1-values.yaml @@ -4,7 +4,7 @@ mattermostApp: image: repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost - tag: 10.1.3 + tag: 10.2.0 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal tag: 9.5 diff --git a/values/unicorn-values.yaml b/values/unicorn-values.yaml index e118661..b5768b2 100644 --- a/values/unicorn-values.yaml +++ b/values/unicorn-values.yaml @@ -4,7 +4,7 @@ mattermostApp: image: repository: cgr.dev/du-uds-defenseunicorns/mattermost - tag: 10.1.3 + tag: 10.2.0 securityContext: runAsUser: 65532 runAsGroup: 65532 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index f94d4c8..4cc6dcf 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.3 + tag: 10.2.0 initContainerImage: repository: curlimages/curl tag: 8.11.0 diff --git a/zarf.yaml b/zarf.yaml index 075e174..448cbd7 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -40,7 +40,7 @@ components: - values/upstream-values.yaml images: - curlimages/curl:8.11.0 - - mattermost/mattermost-enterprise-edition:10.1.3 + - mattermost/mattermost-enterprise-edition:10.2.0 - name: mattermost required: true @@ -57,7 +57,7 @@ components: - values/registry1-values.yaml images: - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.1.3 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.2.0 - name: mattermost required: true @@ -72,4 +72,4 @@ components: - values/unicorn-values.yaml images: - cgr.dev/du-uds-defenseunicorns/curl-fips:8.11.0 - - cgr.dev/du-uds-defenseunicorns/mattermost:10.1.3 + - cgr.dev/du-uds-defenseunicorns/mattermost:10.2.0