From db5e6e0202e97c7d86230bded19f208080ceeef2 Mon Sep 17 00:00:00 2001 From: George Kechagias Date: Wed, 16 Nov 2022 10:04:25 +0200 Subject: [PATCH 01/11] Readme: Fix broken URL to values.yaml (#380) --- charts/mattermost-operator/Chart.yaml | 2 +- charts/mattermost-operator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mattermost-operator/Chart.yaml b/charts/mattermost-operator/Chart.yaml index a1e64634..426ac301 100644 --- a/charts/mattermost-operator/Chart.yaml +++ b/charts/mattermost-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: mattermost-operator description: A Helm chart for Mattermost Operator type: application -version: 0.3.2 +version: 0.3.3 appVersion: 1.18.0 keywords: - operator diff --git a/charts/mattermost-operator/README.md b/charts/mattermost-operator/README.md index 9bde6802..69142fd8 100644 --- a/charts/mattermost-operator/README.md +++ b/charts/mattermost-operator/README.md @@ -27,7 +27,7 @@ helm repo add mattermost https://helm.mattermost.com # 2. Configuration -To start, copy [mattermost-operator/charts/mattermost-operator/values.yaml](https://github.com/mattermost/mattermost-operator/blob/master/charts/mattermost-operator/values.yaml) and name it `config.yaml`. This will be your configuration file for the Mattermost Operator chart. You can use the default values that will deploy Mattermost-Operator, Mysql-Operator and Minio-Operator together (use of mysql and minio operators is not suggested for production environments) or update accordingly. +To start, copy [mattermost-helm/charts/mattermost-operator/values.yaml](https://github.com/mattermost/mattermost-helm/blob/master/charts/mattermost-operator/values.yaml) and name it `config.yaml`. This will be your configuration file for the Mattermost Operator chart. You can use the default values that will deploy Mattermost-Operator, Mysql-Operator and Minio-Operator together (use of mysql and minio operators is not suggested for production environments) or update accordingly. # 3. Install From 753937f7b1eea4f4b29bbcde220dbfc30bb93ff5 Mon Sep 17 00:00:00 2001 From: mattermod Date: Fri, 18 Nov 2022 15:36:35 +0000 Subject: [PATCH 02/11] Bump mattermost-enterprise-edition App Version to 7.5.0 --- charts/mattermost-enterprise-edition/Chart.yaml | 4 ++-- charts/mattermost-enterprise-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-enterprise-edition/Chart.yaml b/charts/mattermost-enterprise-edition/Chart.yaml index d3d0024b..d8804228 100644 --- a/charts/mattermost-enterprise-edition/Chart.yaml +++ b/charts/mattermost-enterprise-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Enterprise server with high availitibity. name: mattermost-enterprise-edition type: application -version: 2.6.13 -appVersion: 7.4.0 +version: 2.6.14 +appVersion: 7.5.0 keywords: - mattermost - communication diff --git a/charts/mattermost-enterprise-edition/values.yaml b/charts/mattermost-enterprise-edition/values.yaml index 61346452..5b40fd8d 100644 --- a/charts/mattermost-enterprise-edition/values.yaml +++ b/charts/mattermost-enterprise-edition/values.yaml @@ -125,7 +125,7 @@ mattermostApp: replicaCount: 2 image: repository: mattermost/mattermost-enterprise-edition - tag: 7.4.0@sha256:8696029b7282e85b8f060822b0cf88b652251b918aa52b30c9047e445bd304a9 + tag: 7.5.0@sha256:d382bc031b8a7a73f9997036441832c82da30d081b4f11bdfb9ad0b7b06a5c20 pullPolicy: IfNotPresent strategy: From 55b36f7d14378118824b302f5f5d0ee2cf30f14d Mon Sep 17 00:00:00 2001 From: mattermod Date: Fri, 18 Nov 2022 15:36:36 +0000 Subject: [PATCH 03/11] Bump mattermost-team-edition App Version to 7.5.0 --- charts/mattermost-team-edition/Chart.yaml | 4 ++-- charts/mattermost-team-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-team-edition/Chart.yaml b/charts/mattermost-team-edition/Chart.yaml index 2a1b5994..a8e9b2c5 100644 --- a/charts/mattermost-team-edition/Chart.yaml +++ b/charts/mattermost-team-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Team Edition server. type: application name: mattermost-team-edition -version: 6.6.13 -appVersion: 7.4.0 +version: 6.6.14 +appVersion: 7.5.0 keywords: - mattermost - communication diff --git a/charts/mattermost-team-edition/values.yaml b/charts/mattermost-team-edition/values.yaml index 2a2d6ef5..09347389 100644 --- a/charts/mattermost-team-edition/values.yaml +++ b/charts/mattermost-team-edition/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: mattermost/mattermost-team-edition - tag: 7.4.0@sha256:e4ea2764d9843dcdd88629de198766198c18ce686614d7acc6595e7d35353f3c + tag: 7.5.0@sha256:5ac266f5c1712e80bfe4533ecd26cd7e4ca77dc5b5e38e093b3151265571b028 imagePullPolicy: IfNotPresent initContainerImage: From 5dd458db8d529fe0fcd8f53e0129f857ce7a96a7 Mon Sep 17 00:00:00 2001 From: mattermod Date: Fri, 18 Nov 2022 15:50:35 +0000 Subject: [PATCH 04/11] Bump mattermost-enterprise-edition App Version to 7.5.1 --- charts/mattermost-enterprise-edition/Chart.yaml | 4 ++-- charts/mattermost-enterprise-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-enterprise-edition/Chart.yaml b/charts/mattermost-enterprise-edition/Chart.yaml index d8804228..59340fdf 100644 --- a/charts/mattermost-enterprise-edition/Chart.yaml +++ b/charts/mattermost-enterprise-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Enterprise server with high availitibity. name: mattermost-enterprise-edition type: application -version: 2.6.14 -appVersion: 7.5.0 +version: 2.6.15 +appVersion: 7.5.1 keywords: - mattermost - communication diff --git a/charts/mattermost-enterprise-edition/values.yaml b/charts/mattermost-enterprise-edition/values.yaml index 5b40fd8d..7ba19834 100644 --- a/charts/mattermost-enterprise-edition/values.yaml +++ b/charts/mattermost-enterprise-edition/values.yaml @@ -125,7 +125,7 @@ mattermostApp: replicaCount: 2 image: repository: mattermost/mattermost-enterprise-edition - tag: 7.5.0@sha256:d382bc031b8a7a73f9997036441832c82da30d081b4f11bdfb9ad0b7b06a5c20 + tag: 7.5.1@sha256:6f7dd8306ee867de71ac31bf8ca090e7370dd4a9e15bc67fa4d61d1c0aca0f6d pullPolicy: IfNotPresent strategy: From 8386e1dfcbb593208d805b77efa01d788bec8f28 Mon Sep 17 00:00:00 2001 From: mattermod Date: Fri, 18 Nov 2022 15:50:37 +0000 Subject: [PATCH 05/11] Bump mattermost-team-edition App Version to 7.5.1 --- charts/mattermost-team-edition/Chart.yaml | 4 ++-- charts/mattermost-team-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-team-edition/Chart.yaml b/charts/mattermost-team-edition/Chart.yaml index a8e9b2c5..a0121d50 100644 --- a/charts/mattermost-team-edition/Chart.yaml +++ b/charts/mattermost-team-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Team Edition server. type: application name: mattermost-team-edition -version: 6.6.14 -appVersion: 7.5.0 +version: 6.6.15 +appVersion: 7.5.1 keywords: - mattermost - communication diff --git a/charts/mattermost-team-edition/values.yaml b/charts/mattermost-team-edition/values.yaml index 09347389..a45bf6b3 100644 --- a/charts/mattermost-team-edition/values.yaml +++ b/charts/mattermost-team-edition/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: mattermost/mattermost-team-edition - tag: 7.5.0@sha256:5ac266f5c1712e80bfe4533ecd26cd7e4ca77dc5b5e38e093b3151265571b028 + tag: 7.5.1@sha256:5f97e0e2017a6f979369765274414dc03811ecdb86fc6fde67146755f3959369 imagePullPolicy: IfNotPresent initContainerImage: From 7f528a2731a85133a2d02c3b180429a9fcfe41ad Mon Sep 17 00:00:00 2001 From: mattermod Date: Wed, 21 Dec 2022 15:28:33 +0000 Subject: [PATCH 06/11] Bump mattermost-enterprise-edition App Version to 7.5.2 --- charts/mattermost-enterprise-edition/Chart.yaml | 4 ++-- charts/mattermost-enterprise-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-enterprise-edition/Chart.yaml b/charts/mattermost-enterprise-edition/Chart.yaml index 59340fdf..c9377ee7 100644 --- a/charts/mattermost-enterprise-edition/Chart.yaml +++ b/charts/mattermost-enterprise-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Enterprise server with high availitibity. name: mattermost-enterprise-edition type: application -version: 2.6.15 -appVersion: 7.5.1 +version: 2.6.16 +appVersion: 7.5.2 keywords: - mattermost - communication diff --git a/charts/mattermost-enterprise-edition/values.yaml b/charts/mattermost-enterprise-edition/values.yaml index 7ba19834..6c2d572d 100644 --- a/charts/mattermost-enterprise-edition/values.yaml +++ b/charts/mattermost-enterprise-edition/values.yaml @@ -125,7 +125,7 @@ mattermostApp: replicaCount: 2 image: repository: mattermost/mattermost-enterprise-edition - tag: 7.5.1@sha256:6f7dd8306ee867de71ac31bf8ca090e7370dd4a9e15bc67fa4d61d1c0aca0f6d + tag: 7.5.2@sha256:d6ec07fb1c77fb3f3b2bd6e3e5789b5beec910c822984295c0e2ff72a3b599a8 pullPolicy: IfNotPresent strategy: From 46685c215b04c094112706dfdb7072e065928ac5 Mon Sep 17 00:00:00 2001 From: mattermod Date: Wed, 21 Dec 2022 15:28:35 +0000 Subject: [PATCH 07/11] Bump mattermost-team-edition App Version to 7.5.2 --- charts/mattermost-team-edition/Chart.yaml | 4 ++-- charts/mattermost-team-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-team-edition/Chart.yaml b/charts/mattermost-team-edition/Chart.yaml index a0121d50..50603b06 100644 --- a/charts/mattermost-team-edition/Chart.yaml +++ b/charts/mattermost-team-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Team Edition server. type: application name: mattermost-team-edition -version: 6.6.15 -appVersion: 7.5.1 +version: 6.6.16 +appVersion: 7.5.2 keywords: - mattermost - communication diff --git a/charts/mattermost-team-edition/values.yaml b/charts/mattermost-team-edition/values.yaml index a45bf6b3..9af138c1 100644 --- a/charts/mattermost-team-edition/values.yaml +++ b/charts/mattermost-team-edition/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: mattermost/mattermost-team-edition - tag: 7.5.1@sha256:5f97e0e2017a6f979369765274414dc03811ecdb86fc6fde67146755f3959369 + tag: 7.5.2@sha256:fb9cf6722f9c21bae5a26f65aca6c84f816edf922658cafdbd475fa8b1a4d5cf imagePullPolicy: IfNotPresent initContainerImage: From 0448ca84fdb998fcccc0c06c128deb77c273c2ec Mon Sep 17 00:00:00 2001 From: mattermod Date: Mon, 16 Jan 2023 13:43:54 +0000 Subject: [PATCH 08/11] Bump mattermost-enterprise-edition App Version to 7.7.0 --- charts/mattermost-enterprise-edition/Chart.yaml | 4 ++-- charts/mattermost-enterprise-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-enterprise-edition/Chart.yaml b/charts/mattermost-enterprise-edition/Chart.yaml index c9377ee7..45ca39d0 100644 --- a/charts/mattermost-enterprise-edition/Chart.yaml +++ b/charts/mattermost-enterprise-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Enterprise server with high availitibity. name: mattermost-enterprise-edition type: application -version: 2.6.16 -appVersion: 7.5.2 +version: 2.6.17 +appVersion: 7.7.0 keywords: - mattermost - communication diff --git a/charts/mattermost-enterprise-edition/values.yaml b/charts/mattermost-enterprise-edition/values.yaml index 6c2d572d..26438025 100644 --- a/charts/mattermost-enterprise-edition/values.yaml +++ b/charts/mattermost-enterprise-edition/values.yaml @@ -125,7 +125,7 @@ mattermostApp: replicaCount: 2 image: repository: mattermost/mattermost-enterprise-edition - tag: 7.5.2@sha256:d6ec07fb1c77fb3f3b2bd6e3e5789b5beec910c822984295c0e2ff72a3b599a8 + tag: 7.7.0@sha256:9e0bd3491e1888884f4db92a0fd0a8055d4fa0989b4c4760775de7f153f85819 pullPolicy: IfNotPresent strategy: From b3fa806a1c918b5f20dbcfbbde524121bd788c25 Mon Sep 17 00:00:00 2001 From: mattermod Date: Mon, 16 Jan 2023 13:43:56 +0000 Subject: [PATCH 09/11] Bump mattermost-team-edition App Version to 7.7.0 --- charts/mattermost-team-edition/Chart.yaml | 4 ++-- charts/mattermost-team-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-team-edition/Chart.yaml b/charts/mattermost-team-edition/Chart.yaml index 50603b06..6f20a732 100644 --- a/charts/mattermost-team-edition/Chart.yaml +++ b/charts/mattermost-team-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Team Edition server. type: application name: mattermost-team-edition -version: 6.6.16 -appVersion: 7.5.2 +version: 6.6.17 +appVersion: 7.7.0 keywords: - mattermost - communication diff --git a/charts/mattermost-team-edition/values.yaml b/charts/mattermost-team-edition/values.yaml index 9af138c1..86f73790 100644 --- a/charts/mattermost-team-edition/values.yaml +++ b/charts/mattermost-team-edition/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: mattermost/mattermost-team-edition - tag: 7.5.2@sha256:fb9cf6722f9c21bae5a26f65aca6c84f816edf922658cafdbd475fa8b1a4d5cf + tag: 7.7.0@sha256:5a199bd763b2939bf6d0975d482aed64bf29564f2a852674c2263f2d3d52d1ac imagePullPolicy: IfNotPresent initContainerImage: From c4dcb45a16acb600aedf99a0e11d341bf787dabc Mon Sep 17 00:00:00 2001 From: mattermod Date: Tue, 24 Jan 2023 08:36:21 +0000 Subject: [PATCH 10/11] Bump mattermost-enterprise-edition App Version to 7.7.1 --- charts/mattermost-enterprise-edition/Chart.yaml | 4 ++-- charts/mattermost-enterprise-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-enterprise-edition/Chart.yaml b/charts/mattermost-enterprise-edition/Chart.yaml index 45ca39d0..57b82480 100644 --- a/charts/mattermost-enterprise-edition/Chart.yaml +++ b/charts/mattermost-enterprise-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Enterprise server with high availitibity. name: mattermost-enterprise-edition type: application -version: 2.6.17 -appVersion: 7.7.0 +version: 2.6.18 +appVersion: 7.7.1 keywords: - mattermost - communication diff --git a/charts/mattermost-enterprise-edition/values.yaml b/charts/mattermost-enterprise-edition/values.yaml index 26438025..384cab6d 100644 --- a/charts/mattermost-enterprise-edition/values.yaml +++ b/charts/mattermost-enterprise-edition/values.yaml @@ -125,7 +125,7 @@ mattermostApp: replicaCount: 2 image: repository: mattermost/mattermost-enterprise-edition - tag: 7.7.0@sha256:9e0bd3491e1888884f4db92a0fd0a8055d4fa0989b4c4760775de7f153f85819 + tag: 7.7.1@sha256:d66f763d17a04c02916c425c03e67310925ff0e2ffccb14382a9044b116c39c6 pullPolicy: IfNotPresent strategy: From 758f1201fc5001ebd8a3659d2d7379d048f15260 Mon Sep 17 00:00:00 2001 From: mattermod Date: Tue, 24 Jan 2023 08:36:22 +0000 Subject: [PATCH 11/11] Bump mattermost-team-edition App Version to 7.7.1 --- charts/mattermost-team-edition/Chart.yaml | 4 ++-- charts/mattermost-team-edition/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mattermost-team-edition/Chart.yaml b/charts/mattermost-team-edition/Chart.yaml index 6f20a732..23effab0 100644 --- a/charts/mattermost-team-edition/Chart.yaml +++ b/charts/mattermost-team-edition/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: Mattermost Team Edition server. type: application name: mattermost-team-edition -version: 6.6.17 -appVersion: 7.7.0 +version: 6.6.18 +appVersion: 7.7.1 keywords: - mattermost - communication diff --git a/charts/mattermost-team-edition/values.yaml b/charts/mattermost-team-edition/values.yaml index 86f73790..8a39cf3a 100644 --- a/charts/mattermost-team-edition/values.yaml +++ b/charts/mattermost-team-edition/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. image: repository: mattermost/mattermost-team-edition - tag: 7.7.0@sha256:5a199bd763b2939bf6d0975d482aed64bf29564f2a852674c2263f2d3d52d1ac + tag: 7.7.1@sha256:94d382c9cb06f0d0194bbebb9e20f285b29338c3cd0d46444b3e46b9fd16913d imagePullPolicy: IfNotPresent initContainerImage: