From 2e96a7f63e5f36df80a151a0d6010047090e76c7 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 21 May 2019 10:13:04 +0200 Subject: [PATCH] bump to use 5.11.0 (#82) --- charts/mattermost-enterprise-edition/Chart.yaml | 4 ++-- charts/mattermost-enterprise-edition/README.md | 6 +++--- charts/mattermost-enterprise-edition/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/mattermost-enterprise-edition/Chart.yaml b/charts/mattermost-enterprise-edition/Chart.yaml index 97baa65f..db6cbb78 100644 --- a/charts/mattermost-enterprise-edition/Chart.yaml +++ b/charts/mattermost-enterprise-edition/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Mattermost Enterprise server with high availitibity. name: mattermost-enterprise-edition -version: 0.9.1 -appVersion: 5.10.0 +version: 0.10.0 +appVersion: 5.11.0 keywords: - mattermost - communication diff --git a/charts/mattermost-enterprise-edition/README.md b/charts/mattermost-enterprise-edition/README.md index 117894b2..6d87636c 100644 --- a/charts/mattermost-enterprise-edition/README.md +++ b/charts/mattermost-enterprise-edition/README.md @@ -15,7 +15,7 @@ To install the Mattermost Team Edition Helm chart in a GitLab Helm chart deploym You need a running Kubernetes cluster v1.8+. If you do not have one, find options and installation instructions here: -https://kubernetes.io/docs/setup/pick-right-solution/ +https://kubernetes.io/docs/setup/pick-right-solution/ ## 1.2 Helm @@ -54,7 +54,7 @@ To learn more about the Mattermost configuration file, see https://docs.mattermo ## 2.1 Required Settings -At minimum there are two settings you must update: +At minimum there are two settings you must update: * `global.siteURL` - set this to the URL your users will use to access Mattermost, e.g. `https://mattermost.example.com` * `global.mattermostLicense` - set this to the contents of your license file @@ -65,7 +65,7 @@ Without these two settings, Mattermost will not run correctly. To set the Mattermost application version, update: -* `mattermostApp.image.tag` - set this to the Mattermost server version you wish to install (e.g. `5.9.0`) +* `mattermostApp.image.tag` - set this to the Mattermost server version you wish to install (e.g. `5.11.0`) ## 2.3 Ingress diff --git a/charts/mattermost-enterprise-edition/values.yaml b/charts/mattermost-enterprise-edition/values.yaml index e4091e33..3c82345d 100644 --- a/charts/mattermost-enterprise-edition/values.yaml +++ b/charts/mattermost-enterprise-edition/values.yaml @@ -92,7 +92,7 @@ mattermostApp: replicaCount: 2 image: repository: mattermost/mattermost-enterprise-edition - tag: 5.10.0 + tag: 5.11.0 pullPolicy: IfNotPresent strategy: