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     | ghcr.io/defenseunicorns/packages/uds/postgres-operator      | 1.12.2-uds.1-upstream | 1.12.2-uds.2-upstream |
| helm       | mattermost-enterprise-edition                               | 2.6.58                | 2.6.59                |
| docker     | mattermost/mattermost-enterprise-edition                    | 9.10.1                | 9.11.1                |
| docker     | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 9.10.1                | 9.11.0                |
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 5667b89 commit 6117a20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages:

- name: postgres-operator
repository: ghcr.io/defenseunicorns/packages/uds/postgres-operator
ref: 1.12.2-uds.1-upstream
ref: 1.12.2-uds.2-upstream
overrides:
postgres-operator:
uds-postgres-config:
Expand Down
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
namespace: mattermost
url: https://helm.mattermost.com
gitPath: chart
version: 2.6.58
version: 2.6.59
valuesFiles:
- ../values/common-values.yaml
actions:
Expand Down
2 changes: 1 addition & 1 deletion values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mattermostApp:
image:
repository: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 9.10.1
tag: 9.11.0
initContainerImage:
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
tag: 9.4
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mattermostApp:
image:
repository: mattermost/mattermost-enterprise-edition
tag: 9.10.1
tag: 9.11.1
initContainerImage:
repository: curlimages/curl
tag: 8.9.1
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ components:
- values/upstream-values.yaml
images:
- curlimages/curl:8.9.1
- mattermost/mattermost-enterprise-edition:9.10.1
- mattermost/mattermost-enterprise-edition:9.11.1

- name: mattermost
required: true
Expand All @@ -54,7 +54,7 @@ components:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.10.1
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.11.0

- name: mattermost
required: true
Expand Down

0 comments on commit 6117a20

Please sign in to comment.