Skip to content

Commit d84f56b

Browse files
chore(deps): update mattermost package dependencies (#106)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mattermost-enterprise-edition](https://mattermost.com) ([source](https://github.com/mattermost/mattermost-helm)) | patch | `2.6.56` -> `2.6.58` | | mattermost/mattermost-enterprise-edition | minor | `9.9.1` -> `9.10.1` | | [registry1.dso.mil/ironbank/opensource/mattermost/mattermost](https://mattermost.com) ([source](https://repo1.dso.mil/dsop/opensource/mattermost/mattermost)) | minor | `9.9.1` -> `9.10.1` | --- ### Release Notes <details> <summary>mattermost/mattermost-helm (mattermost-enterprise-edition)</summary> ### [`v2.6.58`](https://github.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.58) [Compare Source](https://github.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.57...mattermost-enterprise-edition-2.6.58) Mattermost Enterprise server with high availitibity. ### [`v2.6.57`](https://github.com/mattermost/mattermost-helm/releases/tag/mattermost-enterprise-edition-2.6.57) [Compare Source](https://github.com/mattermost/mattermost-helm/compare/mattermost-enterprise-edition-2.6.56...mattermost-enterprise-edition-2.6.57) Mattermost Enterprise server with high availitibity. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-package-mattermost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJwYWNrYWdlLWRlcHMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1940db1 commit d84f56b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

common/zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ components:
1818
namespace: mattermost
1919
url: https://helm.mattermost.com
2020
gitPath: chart
21-
version: 2.6.56
21+
version: 2.6.58
2222
valuesFiles:
2323
- ../values/common-values.yaml
2424
actions:

values/registry1-values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mattermostApp:
22
image:
33
repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
4-
tag: 9.9.1
4+
tag: 9.10.1
55
initContainerImage:
66
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
77
tag: 9.4

values/upstream-values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mattermostApp:
22
image:
33
repository: mattermost/mattermost-enterprise-edition
4-
tag: 9.9.1
4+
tag: 9.10.1

zarf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ components:
3737
- values/upstream-values.yaml
3838
images:
3939
- appropriate/curl:latest
40-
- mattermost/mattermost-enterprise-edition:9.9.1
40+
- mattermost/mattermost-enterprise-edition:9.10.1
4141

4242
- name: mattermost
4343
required: true
@@ -54,4 +54,4 @@ components:
5454
- values/registry1-values.yaml
5555
images:
5656
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
57-
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.9.1
57+
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.10.1

0 commit comments

Comments
 (0)