UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit da8b672c authored by bigbang bot's avatar bigbang bot Committed by Jacob Kershaw
Browse files

Update registry1.dso.mil/ironbank/opensource/mattermost/mattermost Docker tag to v9.9.0

parent c83c5286
No related branches found
No related tags found
1 merge request!233Update registry1.dso.mil/ironbank/opensource/mattermost/mattermost Docker tag to v9.9.0
......@@ -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).
---
## [9.9.0-bb.0] - 2024-06-18
### Changed
- ironbank/opensource/mattermost/mattermost updated from 9.8.1 to 9.9.0
- postgresql chart newline change (DOS -> UNIX newlines)
## [9.8.1-bb.0] - 2024-06-05
### Changed
- ironbank/opensource/mattermost/mattermost updated from 9.8.0 to 9.8.1
......
# mattermost
![Version: 9.8.1-bb.0](https://img.shields.io/badge/Version-9.8.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.8.1](https://img.shields.io/badge/AppVersion-9.8.1-informational?style=flat-square)
![Version: 9.9.0-bb.0](https://img.shields.io/badge/Version-9.9.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.9.0](https://img.shields.io/badge/AppVersion-9.9.0-informational?style=flat-square)
Deployment of mattermost
......@@ -78,7 +78,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 | `"9.8.1"` | |
| image.tag | string | `"9.9.0"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | |
| global.imagePullSecrets[0].name | string | `"private-registry"` | |
| replicaCount | int | `1` | |
......
......@@ -2,8 +2,8 @@
apiVersion: v2
name: mattermost
type: application
version: 9.8.1-bb.0
appVersion: 9.8.1
version: 9.9.0-bb.0
appVersion: 9.9.0
description: "Deployment of mattermost"
keywords:
- Mattermost
......@@ -25,10 +25,10 @@ dependencies:
repository: oci://registry1.dso.mil/bigbang
annotations:
bigbang.dev/applicationVersions: |
- Mattermost: 9.8.1
- Mattermost: 9.9.0
helm.sh/images: |
- name: mattermost
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.8.1
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:9.9.0
- name: minio
condition: minio.install
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-03-30T09-41-56Z
......
No preview for this file type
......@@ -95,7 +95,7 @@ sso:
# Repo and image tag
image:
name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: 9.8.1
tag: 9.9.0
imagePullPolicy: IfNotPresent
global:
......
......@@ -2,7 +2,7 @@
Mattermost is a Big Bang built chart. As a result there is no `Kptfile` to handle any automatic updates from upstream. The below details the steps required to update to a new version of the Mattermost package.
1. Review the [upstream changelog](https://docs.mattermost.com/install/self-managed-changelog.html) for the update you are going to, as well as any versions skipped over between the last BB release and this one. Note any breaking changes and new features.
1. Review the [upstream changelog](https://docs.mattermost.com/deploy/mattermost-changelog.html) for the update you are going to, as well as any versions skipped over between the last BB release and this one. Note any breaking changes and new features.
2. Modify the `image.tag` value in `chart/values.yaml` to point to the newest version of Mattermost.
......
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