Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mattermost package dependencies #127

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,8 @@
build/
.DS_Store
*.tar.zst
test/tf/public-ec2-instance/.tool-versions
zarf-sbom

# Terraform
test/tf/public-ec2-instance/.test-data
test/tf/public-ec2-instance/.terraform
terraform.tfstate
terraform.tfstate.backup
.terraform.lock.hcl

# SOPS stuff that should never be committed to the repo
secret-sops-gpg.yaml

# Tests
node_modules/
.playwright/
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/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mattermostApp:
image:
repository: cgr.dev/du-uds-defenseunicorns/mattermost
tag: 9.10.1
tag: 9.11.0
initContainerImage:
repository: cgr.dev/du-uds-defenseunicorns/curl-fips
tag: 8.9.1
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.0
initContainerImage:
repository: curlimages/curl
tag: 8.9.1
6 changes: 3 additions & 3 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.0

- 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 All @@ -69,4 +69,4 @@ components:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/curl-fips:8.9.1
- cgr.dev/du-uds-defenseunicorns/mattermost:9.10.1
- cgr.dev/du-uds-defenseunicorns/mattermost:9.11.0