UNCLASSIFIED

Commit ce6e1735 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

Merge branch '7-update-mattermost-to-5-33-3' into 'main'

Resolve "Update Mattermost to 5.34.2"

See merge request !20
parents 804e1274 45ebc164
Pipeline #255497 passed with stages
in 3 minutes and 44 seconds
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
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). 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).
--- ---
## [0.1.5-bb.0] - 2021-05-06
### Changed
- Updated to 5.34.2
- Cleaned up values and test-values
## [0.1.4-bb.0] - 2021-04-23 ## [0.1.4-bb.0] - 2021-04-23
### Added ### Added
- Added Elastic Search declaritive coniguration. - Added Elastic Search declaritive coniguration.
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "0.1.4-bb.0" version: "0.1.5-bb.0"
appVersion: "5.32.1" appVersion: "5.34.2"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
- Mattermost - Mattermost
......
...@@ -29,12 +29,12 @@ sso: ...@@ -29,12 +29,12 @@ sso:
# Repo and image tag # Repo and image tag
image: image:
name: registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost name: registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost
tag: 5.32.1 tag: 5.34.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
global: global:
imagePullSecrets: [] imagePullSecrets:
# - name: private-registry - name: private-registry
# Mattermost instance desired replicas # Mattermost instance desired replicas
replicaCount: 3 replicaCount: 3
...@@ -109,8 +109,8 @@ minio: ...@@ -109,8 +109,8 @@ minio:
accessKey: minio accessKey: minio
secretKey: minio#123 # default key, change this! secretKey: minio#123 # default key, change this!
imagePullSecrets: [] imagePullSecrets:
# - name: private-registry - name: private-registry
postgresql: postgresql:
install: false install: false
...@@ -120,8 +120,8 @@ postgresql: ...@@ -120,8 +120,8 @@ postgresql:
repository: "opensource/postgres/postgresql11" repository: "opensource/postgres/postgresql11"
tag: "11.10" tag: "11.10"
pullSecrets: [] pullSecrets:
# - private-registry - private-registry
postgresqlUsername: "mattermost" postgresqlUsername: "mattermost"
postgresqlPassword: "bigbang" # default password, change this! postgresqlPassword: "bigbang" # default password, change this!
......
istio: istio:
enabled: true enabled: true
global:
imagePullSecrets:
- name: private-registry-mil
minio: minio:
install: true install: true
imagePullSecrets:
- name: private-registry-mil
postgresql: postgresql:
install: true install: true
image:
pullSecrets:
- private-registry-mil
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment