diff --git a/CHANGELOG.md b/CHANGELOG.md index e372004eff42ed8e4b6203331a51f350d9e52b7a..f04687ddd8953b5ea099032dff8a18517768c679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d9a77fb99e24668e9f1e5bdfc66c40b4416b17d5..f3a7748902ca1668ca24b3465cfd75651028a411 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index f10de223bc3698be83eaa5d3b57b6d9207fe5c3b..67ed032aca4e71c44692922394470bad472cbeb9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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! diff --git a/tests/test-values.yml b/tests/test-values.yml index 4c67f50fcfd87ab38c08513254aa3ab2dc66fc13..cf64ee1bae88b1b8a438e25b4863c9fcfbf5b41c 100644 --- a/tests/test-values.yml +++ b/tests/test-values.yml @@ -1,17 +1,8 @@ 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