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     | curlimages/curl                                             | 8.11.0                | 8.11.1                |
| docker     | ghcr.io/defenseunicorns/packages/uds/minio-operator         | 6.0.4-uds.2-upstream  | 6.0.4-uds.3-upstream  |
| docker     | ghcr.io/defenseunicorns/packages/uds/postgres-operator      | 1.13.0-uds.5-upstream | 1.13.0-uds.6-upstream |
| docker     | mattermost/mattermost-enterprise-edition                    | 10.2.0                | 10.3.1                |
| docker     | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.2.0                | 10.3.0                |
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent b888b2a commit ebb182a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.2-upstream
ref: 6.0.4-uds.3-upstream
overrides:
minio-operator:
uds-minio-config:
Expand All @@ -33,7 +33,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.13.0-uds.5-upstream
ref: 1.13.0-uds.6-upstream
overrides:
postgres-operator:
uds-postgres-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.2.0
tag: 10.3.0
initContainerImage:
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
tag: 9.5
4 changes: 2 additions & 2 deletions 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.2.0
tag: 10.3.1
initContainerImage:
repository: curlimages/curl
tag: 8.11.0
tag: 8.11.1
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- curlimages/curl:8.11.0
- mattermost/mattermost-enterprise-edition:10.2.0
- curlimages/curl:8.11.1
- mattermost/mattermost-enterprise-edition:10.3.1

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

- name: mattermost
required: true
Expand Down

0 comments on commit ebb182a

Please sign in to comment.