Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Apr 4, 2024
1 parent 49f725f commit 1b3f13f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ components:
namespace: mattermost
url: https://helm.mattermost.com
gitPath: chart
version: 2.6.49
version: 2.6.40
valuesFiles:
- ../values/common-values.yaml
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"labels": ["package-deps"],
"commitMessageTopic": "package-deps",
"matchDatasources": ["docker", "helm", "git-tags"]
},
{
"groupName": "Mattermost Package Dependencies",
"labels": ["package-deps"],
"commitMessageTopic": "package-deps",
"matchPackageNames": ["mattermost/mattermost-enterprise-edition"],
"allowedVersions": "/^\\d+\\.\\d+\\.\\d+$/"
}
]
}
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.6.1
tag: 9.4.1
initContainerImage:
repository: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal
tag: 9.3
2 changes: 1 addition & 1 deletion values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mattermostApp:
image:
repository: mattermost/mattermost-enterprise-edition
tag: 9.6.1
tag: 9.4.1
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ components:
- values/upstream-values.yaml
images:
- appropriate/curl:latest
- mattermost/mattermost-enterprise-edition:9.6.1
- mattermost/mattermost-enterprise-edition:9.4.1

- name: mattermost
required: true
Expand All @@ -51,4 +51,4 @@ components:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.6.1
- registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.4.1

0 comments on commit 1b3f13f

Please sign in to comment.