diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 7b7c00ca..8ab88a8d 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/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 250a01bc..c9eaf502 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