UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 305bda24 authored by RENOVATE_BOT's avatar RENOVATE_BOT Committed by Jacob Kershaw
Browse files

Update Ironbank

parent 5e286ad3
No related branches found
No related tags found
1 merge request!276Update Ironbank
......@@ -3,6 +3,11 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [10.0.1-bb.0] - 2024-10-12
### Changed
- gluon updated from 0.5.4 to 0.5.8
- ironbank/opensource/mattermost/mattermost updated from 10.0.0 to 10.0.1
## [10.0.0-bb.4] - 2024-10-01
### Changed
- Removed hardcoded minio matchLabels
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# mattermost
![Version: 10.0.0-bb.4](https://img.shields.io/badge/Version-10.0.0--bb.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.0.0](https://img.shields.io/badge/AppVersion-10.0.0-informational?style=flat-square)
![Version: 10.0.1-bb.0](https://img.shields.io/badge/Version-10.0.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.0.1](https://img.shields.io/badge/AppVersion-10.0.1-informational?style=flat-square)
Deployment of mattermost
## Upstream Release Notes
## Upstream References
### Upstream Release Notes
* This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/* * * upstreamReleaseNotesMarkdown`.
* Example
This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`.
Example:
```yaml
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
......@@ -18,7 +19,6 @@ annotations:
```
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
......@@ -30,11 +30,14 @@ annotations:
Kubernetes: `>=1.12.0-0`
Install Helm
https://helm.sh/docs/intro/install/
## Deployment
* Clone down the repository
* cd into directory
```bash
helm install mattermost chart/
```
......@@ -92,7 +95,7 @@ helm install mattermost chart/
| sso.enable_sign_in_with_email | bool | `false` | |
| sso.enable_sign_in_with_username | bool | `false` | |
| image.name | string | `"registry1.dso.mil/ironbank/opensource/mattermost/mattermost"` | |
| image.tag | string | `"10.0.0"` | |
| image.tag | string | `"10.0.1"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | |
| global.imagePullSecrets[0].name | string | `"private-registry"` | |
| replicaCount | int | `1` | |
......@@ -184,7 +187,7 @@ helm install mattermost chart/
| bbtests.cypress.resources.limits.cpu | string | `"2"` | |
| bbtests.cypress.resources.limits.memory | string | `"1500M"` | |
| waitJob.enabled | bool | `true` | |
| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.6"` | |
| waitJob.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.5"` | |
| waitJob.permissions.apiGroups[0] | string | `"installation.mattermost.com"` | |
| waitJob.permissions.resources[0] | string | `"mattermosts"` | |
......@@ -195,3 +198,4 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in
---
_This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._
......@@ -7,6 +7,6 @@ dependencies:
version: 6.0.3-bb.1
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.5.4
digest: sha256:3178f8e41f0e203fb33890082786742113d4d756c65d57cb3c56de82ffa3802f
generated: "2024-09-13T06:27:51.736345216Z"
version: 0.5.8
digest: sha256:475f694eccb14756ac6a10117464e05f491780fc9b1f88581f476a947c873934
generated: "2024-10-12T06:18:30.170019225Z"
......@@ -2,8 +2,8 @@
apiVersion: v2
name: mattermost
type: application
version: 10.0.0-bb.4
appVersion: 10.0.0
version: 10.0.1-bb.0
appVersion: 10.0.1
description: "Deployment of mattermost"
keywords:
- Mattermost
......@@ -21,14 +21,14 @@ dependencies:
condition: minio.install
repository: oci://registry1.dso.mil/bigbang
- name: gluon
version: 0.5.4
version: 0.5.8
repository: oci://registry1.dso.mil/bigbang
annotations:
bigbang.dev/applicationVersions: |
- Mattermost: 10.0.0
- Mattermost: 10.0.1
helm.sh/images: |
- name: mattermost
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.0.0
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.0.1
- name: minio
condition: minio.install
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z
......
File deleted
File added
......@@ -101,7 +101,7 @@ sso:
# Repo and image tag
image:
name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 10.0.0
tag: 10.0.1
imagePullPolicy: IfNotPresent
global:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment