diff --git a/common/zarf.yaml b/common/zarf.yaml index e978fd5..85c4d18 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.51 + version: 2.6.53 valuesFiles: - ../values/common-values.yaml diff --git a/renovate.json b/renovate.json index a5841df..8f5d4d6 100644 --- a/renovate.json +++ b/renovate.json @@ -30,13 +30,6 @@ "matchDatasources": ["docker"], "matchPackagePatterns": ["mattermost/mattermost-enterprise-edition"], "allowedVersions": "/^\\d+\\.\\d+\\.\\d+$/" - }, - { - "groupName": "Mattermost Package Dependencies", - "labels": ["package-deps"], - "commitMessageTopic": "package-deps", - "matchPackageNames": ["https://repo1.dso.mil/big-bang/product/packages/mattermost.git"], - "allowedVersions": "/.+-bb.+/" } ] } diff --git a/values/registry1-values.yaml b/values/registry1-values.yaml index 3479e52..f671be4 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.7.2 + tag: 9.8.0 initContainerImage: repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal - tag: 9.3 + tag: 9.4 diff --git a/values/upstream-values.yaml b/values/upstream-values.yaml index 3b12b43..23b56e2 100644 --- a/values/upstream-values.yaml +++ b/values/upstream-values.yaml @@ -1,4 +1,4 @@ mattermostApp: image: repository: mattermost/mattermost-enterprise-edition - tag: 9.7.2 + tag: 9.8.0 diff --git a/zarf.yaml b/zarf.yaml index b708b05..50eb33c 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.7.2 + - mattermost/mattermost-enterprise-edition:9.8.0 - name: mattermost required: true @@ -50,5 +50,5 @@ components: valuesFiles: - values/registry1-values.yaml images: - - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3 - - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.7.2 + - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4 + - registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.8.0