Skip to content

Commit

Permalink
chore(deps): update mattermost package dependencies to v10.2.0 (#170)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[cgr.dev/du-uds-defenseunicorns/mattermost](https://images.chainguard.dev/directory/image/mattermost/overview)
([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/mattermost))
| minor | `10.1.3` -> `10.2.0` |
| mattermost/mattermost-enterprise-edition | minor | `10.1.3` ->
`10.2.0` |
|
[registry1.dso.mil/ironbank/opensource/mattermost/mattermost](https://mattermost.com)
([source](https://repo1.dso.mil/dsop/opensource/mattermost/mattermost))
| minor | `10.1.3` -> `10.2.0` |

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-mattermost).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicGFja2FnZS1kZXBzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Release-As: v10.2.0-uds.0
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 694ef46 commit e983b2c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mattermostApp:
image:
repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 10.1.3
tag: 10.2.0
initContainerImage:
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
tag: 9.5
2 changes: 1 addition & 1 deletion values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mattermostApp:
image:
repository: cgr.dev/du-uds-defenseunicorns/mattermost
tag: 10.1.3
tag: 10.2.0
securityContext:
runAsUser: 65532
runAsGroup: 65532
Expand Down
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
mattermostApp:
image:
repository: mattermost/mattermost-enterprise-edition
tag: 10.1.3
tag: 10.2.0
initContainerImage:
repository: curlimages/curl
tag: 8.11.0
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ components:
- values/upstream-values.yaml
images:
- curlimages/curl:8.11.0
- mattermost/mattermost-enterprise-edition:10.1.3
- mattermost/mattermost-enterprise-edition:10.2.0

- name: mattermost
required: true
Expand All @@ -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.1.3
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.2.0

- name: mattermost
required: true
Expand All @@ -72,4 +72,4 @@ components:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.11.0
- cgr.dev/du-uds-defenseunicorns/mattermost:10.1.3
- cgr.dev/du-uds-defenseunicorns/mattermost:10.2.0

0 comments on commit e983b2c

Please sign in to comment.