UNCLASSIFIED

Commit 45ebc164 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

Resolve "Update Mattermost to 5.34.2"

parent 804e1274
......@@ -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).
---
## [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
### Added
- Added Elastic Search declaritive coniguration.
......
......@@ -2,8 +2,8 @@
apiVersion: v2
name: mattermost
type: application
version: "0.1.4-bb.0"
appVersion: "5.32.1"
version: "0.1.5-bb.0"
appVersion: "5.34.2"
description: "Deployment of mattermost"
keywords:
- Mattermost
......
......@@ -29,12 +29,12 @@ sso:
# Repo and image tag
image:
name: registry.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost/mattermost
tag: 5.32.1
tag: 5.34.2
imagePullPolicy: IfNotPresent
global:
imagePullSecrets: []
# - name: private-registry
imagePullSecrets:
- name: private-registry
# Mattermost instance desired replicas
replicaCount: 3
......@@ -109,8 +109,8 @@ minio:
accessKey: minio
secretKey: minio#123 # default key, change this!
imagePullSecrets: []
# - name: private-registry
imagePullSecrets:
- name: private-registry
postgresql:
install: false
......@@ -120,8 +120,8 @@ postgresql:
repository: "opensource/postgres/postgresql11"
tag: "11.10"
pullSecrets: []
# - private-registry
pullSecrets:
- private-registry
postgresqlUsername: "mattermost"
postgresqlPassword: "bigbang" # default password, change this!
......
istio:
enabled: true
global:
imagePullSecrets:
- name: private-registry-mil
minio:
install: true
imagePullSecrets:
- name: private-registry-mil
postgresql:
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