From 7a91cc995196208c139e327238dac9c63e9da7cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:23:14 +0000 Subject: [PATCH] chore(deps): update mattermost package dependencies | datasource | package | from | to | | ---------- | ----------------------------------------------------------- | ------ | ------- | | docker | ghcr.io/defenseunicorns/packages/uds/dev-minio | 0.0.1 | 0.0.2 | | docker | ghcr.io/defenseunicorns/packages/uds/dev-postgres | 0.0.1 | 0.0.2 | | helm | mattermost-enterprise-edition | 2.6.43 | 2.6.49 | | docker | mattermost/mattermost-enterprise-edition | 9.4.2 | 9995379 | | docker | mattermost/mattermost-enterprise-edition | 9.4.2 | 9.6.1 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 9.4.2 | 9.6.1 | --- bundle/uds-bundle.yaml | 4 ++-- common/zarf.yaml | 2 +- values/registry1-values.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 6d793598..1a6d3650 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -9,11 +9,11 @@ metadata: packages: - name: dev-minio repository: ghcr.io/defenseunicorns/packages/uds/dev-minio - ref: 0.0.1 + ref: 0.0.2 - name: dev-postgres repository: ghcr.io/defenseunicorns/packages/uds/dev-postgres - ref: 0.0.1 + ref: 0.0.2 - name: dev-secrets path: ../ diff --git a/common/zarf.yaml b/common/zarf.yaml index 493b7ff3..2cfc7272 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.43 + version: 2.6.49 valuesFiles: - ../values/common-values.yaml diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 28e76b2b..b2a9b343 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.2 + tag: 9.6.1 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal tag: 9.3 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 8542b425..4182a45c 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.2 + tag: 9.6.1 diff --git a/zarf.yaml b/zarf.yaml index 08a59d64..44305eaa 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.2 + - mattermost/mattermost-enterprise-edition:9995379 - name: mattermost required: true @@ -51,4 +51,4 @@ components: - values/registry1-values.yaml images: - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.4.2 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.6.1