diff --git a/.gitignore b/.gitignore index a45189bb..edb16e7e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,19 +4,8 @@ build/ .DS_Store *.tar.zst -test/tf/public-ec2-instance/.tool-versions zarf-sbom -# Terraform -test/tf/public-ec2-instance/.test-data -test/tf/public-ec2-instance/.terraform -terraform.tfstate -terraform.tfstate.backup -.terraform.lock.hcl - -# SOPS stuff that should never be committed to the repo -secret-sops-gpg.yaml - # Tests node_modules/ .playwright/ diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index 4518f297..a4422b08 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -17,7 +17,7 @@ packages: - name: postgres-operator repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator - ref: 1.12.2-uds.1-upstream + ref: 1.12.2-uds.2-upstream overrides: postgres-operator: uds-postgres-config: diff --git a/common/zarf.yaml b/common/zarf.yaml index 277a748e..980d525e 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -18,7 +18,7 @@ components: namespace: mattermost url: https://helm.mattermost.com gitPath: chart - version: 2.6.58 + version: 2.6.59 valuesFiles: - ../values/common-values.yaml actions: diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index ec6e611d..9ce61c73 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.10.1 + tag: 9.11.0 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 f67a765b..6d41f4df 100644 --- a/values/unicorn-values.yaml +++ b/values/unicorn-values.yaml @@ -1,7 +1,7 @@ mattermostApp: image: repository: cgr.dev/du-uds-defenseunicorns/mattermost - tag: 9.10.1 + tag: 9.11.0 initContainerImage: repository: cgr.dev/du-uds-defenseunicorns/curl-fips tag: 8.9.1 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index a4cfe151..99945825 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,7 +1,7 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 9.10.1 + tag: 9.11.0 initContainerImage: repository: curlimages/curl tag: 8.9.1 diff --git a/zarf.yaml b/zarf.yaml index 5b086228..7af0266e 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -37,7 +37,7 @@ components: - values/upstream-values.yaml images: - curlimages/curl:8.9.1 - - mattermost/mattermost-enterprise-edition:9.10.1 + - mattermost/mattermost-enterprise-edition:9.11.0 - name: mattermost required: true @@ -54,7 +54,7 @@ components: - values/registry1-values.yaml images: - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.10.1 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.11.0 - name: mattermost required: true @@ -69,4 +69,4 @@ components: - values/unicorn-values.yaml images: - cgr.dev/du-uds-defenseunicorns/curl-fips:8.9.1 - - cgr.dev/du-uds-defenseunicorns/mattermost:9.10.1 + - cgr.dev/du-uds-defenseunicorns/mattermost:9.11.0