UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • big-bang/product/packages/mattermost
  • jmcclintock/mattermost
2 results
Show changes
Commits on Source (12)
......@@ -3,6 +3,10 @@
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).
---
## [v9.2.3-bb.0] - 2023-12-01
### Changed
- ironbank/opensource/mattermost/mattermost updated from v9.2.2 to v9.2.3
## [9.2.2-bb.0] - 2023-11-15
### Changed
- ironbank/opensource/mattermost/mattermost updated from 9.2.1 to v9.2.2
......
# mattermost
![Version: 9.2.2-bb.0](https://img.shields.io/badge/Version-9.2.2--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v9.2.2](https://img.shields.io/badge/AppVersion-v9.2.2-informational?style=flat-square)
![Version: v9.2.3-bb.0](https://img.shields.io/badge/Version-v9.2.3--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v9.2.3](https://img.shields.io/badge/AppVersion-v9.2.3-informational?style=flat-square)
Deployment of mattermost
......@@ -60,7 +60,11 @@ 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 | `"v9.2.2"` | |
<<<<<<< HEAD
| image.tag | string | `"8.1.2"` | |
=======
| image.tag | string | `"v9.2.3"` | |
>>>>>>> 4d15b1c28327a3b8941c78a38cc0c08e1b0c9ec2
| 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.2.2-bb.0
appVersion: v9.2.2
version: v9.2.3-bb.0
appVersion: v9.2.3
description: "Deployment of mattermost"
keywords:
- Mattermost
......@@ -25,10 +25,17 @@ dependencies:
repository: oci://registry1.dso.mil/bigbang
annotations:
bigbang.dev/applicationVersions: |
- Mattermost: v9.2.2
<<<<<<< HEAD
- Mattermost: 8.1.2
helm.sh/images: |
- name: mattermost
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:v9.2.2
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:8.1.2
=======
- Mattermost: v9.2.3
helm.sh/images: |
- name: mattermost
image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:v9.2.3
>>>>>>> 4d15b1c28327a3b8941c78a38cc0c08e1b0c9ec2
- name: minio
condition: minio.install
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2023-11-06T22-26-08Z
......
......@@ -57,7 +57,7 @@ sso:
# Repo and image tag
image:
name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost
tag: v9.2.2
tag: v9.2.3
imagePullPolicy: IfNotPresent
global:
......