Skip to content

Commit

Permalink
chore(deps): update mattermost package dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                     | from                 | to                   |
| ---------- | ----------------------------------------------------------- | -------------------- | -------------------- |
| docker     | cgr.dev/du-uds-defenseunicorns/mattermost                   | 10.4.1               | 10.4.2               |
| docker     | ghcr.io/defenseunicorns/packages/uds/minio-operator         | 6.0.4-uds.4-upstream | 7.0.0-uds.1-upstream |
| docker     | mattermost/mattermost-enterprise-edition                    | 10.4.1               | 10.4.2               |
| docker     | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.4.1               | 10.4.2               |
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 08aeed6 commit 1a1e1d4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
packages:
- name: minio-operator
repository: ghcr.io/defenseunicorns/packages/uds/minio-operator
ref: 6.0.4-uds.4-upstream
ref: 7.0.0-uds.1-upstream
overrides:
minio-operator:
uds-minio-config:
Expand Down
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.4.1
tag: 10.4.2
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.4.1
tag: 10.4.2
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.4.1
tag: 10.4.2
initContainerImage:
repository: curlimages/curl
tag: 8.11.1
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.1
- mattermost/mattermost-enterprise-edition:10.4.1
- mattermost/mattermost-enterprise-edition:10.4.2

- 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.4.1
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.4.2

- 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.1
- cgr.dev/du-uds-defenseunicorns/mattermost:10.4.1
- cgr.dev/du-uds-defenseunicorns/mattermost:10.4.2

0 comments on commit 1a1e1d4

Please sign in to comment.