From ae12e2615460f7521bd2c1586664b11e99e71516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:30:40 +0000 Subject: [PATCH 1/2] chore(deps): update mattermost package dependencies | datasource | package | from | to | | ---------- | ----------------------------------------------------------- | --------------------- | --------------------- | | docker | cgr.dev/du-uds-defenseunicorns/curl-fips | 8.10.1 | 8.11.0 | | docker | cgr.dev/du-uds-defenseunicorns/mattermost | 10.1.2 | 10.1.3 | | docker | curlimages/curl | 8.10.1 | 8.11.0 | | docker | ghcr.io/defenseunicorns/packages/uds/postgres-operator | 1.13.0-uds.3-upstream | 1.13.0-uds.4-upstream | | helm | mattermost-enterprise-edition | 2.6.63 | 2.6.64 | | docker | mattermost/mattermost-enterprise-edition | 10.1.2 | 10.2.0 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.1.2 | 10.2.0 | | docker | registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal | 9.4 | 9.5 | --- bundle/uds-bundle.yaml | 2 +- common/zarf.yaml | 2 +- values/registry1-values.yaml | 4 ++-- values/unicorn-values.yaml | 4 ++-- values/upstream-values.yaml | 4 ++-- zarf.yaml | 12 ++++++------ 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 8a0ce9f4..a67700d0 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.3-upstream + ref: 1.13.0-uds.4-upstream overrides: postgres-operator: uds-postgres-config: diff --git a/common/zarf.yaml b/common/zarf.yaml index eed5ee3a..5b34323e 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.63 + version: 2.6.64 valuesFiles: - ../values/common-values.yaml actions: diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index d52e99d7..5ce849c8 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.2 + tag: 10.2.0 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal - tag: 9.4 + tag: 9.5 diff --git a/values/unicorn-values.yaml b/values/unicorn-values.yaml index 5d581a5e..e118661b 100644 --- a/values/unicorn-values.yaml +++ b/values/unicorn-values.yaml @@ -4,10 +4,10 @@ mattermostApp: image: repository: cgr.dev/du-uds-defenseunicorns/mattermost - tag: 10.1.2 + tag: 10.1.3 securityContext: runAsUser: 65532 runAsGroup: 65532 initContainerImage: repository: cgr.dev/du-uds-defenseunicorns/curl-fips - tag: 8.10.1 + tag: 8.11.0 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 7a1c2fc0..4cc6dcf6 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.2 + tag: 10.2.0 initContainerImage: repository: curlimages/curl - tag: 8.10.1 + tag: 8.11.0 diff --git a/zarf.yaml b/zarf.yaml index 53f2603a..befebaed 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -39,8 +39,8 @@ components: valuesFiles: - values/upstream-values.yaml images: - - curlimages/curl:8.10.1 - - mattermost/mattermost-enterprise-edition:10.1.2 + - curlimages/curl:8.11.0 + - mattermost/mattermost-enterprise-edition:10.2.0 - name: mattermost required: true @@ -56,8 +56,8 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.1.2 + - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.2.0 - name: mattermost required: true @@ -71,5 +71,5 @@ components: valuesFiles: - values/unicorn-values.yaml images: - - cgr.dev/du-uds-defenseunicorns/curl-fips:8.10.1 - - cgr.dev/du-uds-defenseunicorns/mattermost:10.1.2 + - cgr.dev/du-uds-defenseunicorns/curl-fips:8.11.0 + - cgr.dev/du-uds-defenseunicorns/mattermost:10.1.3 From 5003d289c8ee962410449f19b29897221dafdb26 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Tue, 19 Nov 2024 16:22:14 -0700 Subject: [PATCH 2/2] pull down to 10.1.3 --- values/registry1-values.yaml | 2 +- values/upstream-values.yaml | 2 +- zarf.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 5ce849c8..eaa0f62d 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.2.0 + tag: 10.1.3 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal tag: 9.5 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 4cc6dcf6..f94d4c89 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -4,7 +4,7 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 10.2.0 + tag: 10.1.3 initContainerImage: repository: curlimages/curl tag: 8.11.0 diff --git a/zarf.yaml b/zarf.yaml index befebaed..16526cd5 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.2.0 + - mattermost/mattermost-enterprise-edition:10.1.3 - 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.2.0 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.1.3 - name: mattermost required: true