From 97090e0a23654cc760dd987515a42936002dea67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:18:37 +0000 Subject: [PATCH] chore(deps): update mattermost package dependencies | datasource | package | from | to | | ---------- | ----------------------------------------------------------- | --------------------- | --------------------- | | docker | cgr.dev/du-uds-defenseunicorns/mattermost | 10.1.1 | 10.1.2 | | docker | ghcr.io/defenseunicorns/packages/uds/postgres-operator | 1.13.0-uds.2-upstream | 1.13.0-uds.3-upstream | | helm | mattermost-enterprise-edition | 2.6.62 | 2.6.63 | | docker | mattermost/mattermost-enterprise-edition | 10.1.1 | 10.1.2 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.1.1 | 10.1.2 | --- bundle/uds-bundle.yaml | 2 +- common/zarf.yaml | 2 +- values/registry1-values.yaml | 2 +- values/unicorn-values.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 52eb352c..b2f908a0 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -20,7 +20,7 @@ packages: - name: postgres-operator repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator - ref: 1.13.0-uds.2-upstream + ref: 1.13.0-uds.3-upstream overrides: postgres-operator: uds-postgres-config: 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/registry1-values.yaml b/values/registry1-values.yaml index de20098b..d52e99d7 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.1 + tag: 10.1.2 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal tag: 9.4 diff --git a/values/unicorn-values.yaml b/values/unicorn-values.yaml index b5fa8717..5d581a5e 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.1 + tag: 10.1.2 securityContext: runAsUser: 65532 runAsGroup: 65532 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..f8e3306c 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 @@ -57,7 +57,7 @@ components: - values/registry1-values.yaml images: - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.1.1 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.1.2 - name: mattermost required: true @@ -72,4 +72,4 @@ components: - values/unicorn-values.yaml images: - cgr.dev/du-uds-defenseunicorns/curl-fips:8.10.1 - - cgr.dev/du-uds-defenseunicorns/mattermost:10.1.1 + - cgr.dev/du-uds-defenseunicorns/mattermost:10.1.2