From 45ebc1640cb4681e3445b9f598c37e24ec0880a4 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Tue, 11 May 2021 21:56:52 +0000 Subject: [PATCH] Resolve "Update Mattermost to 5.34.2" --- CHANGELOG.md | 6 ++++++ chart/Chart.yaml | 4 ++-- chart/values.yaml | 14 +++++++------- tests/test-values.yml | 9 --------- 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e372004..f04687d 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 d9a77fb..f3a7748 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 f10de22..67ed032 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 4c67f50..cf64ee1 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 -- GitLab