Skip to content

Commit

Permalink
bump to use 5.11.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored and stylianosrigas committed May 21, 2019
1 parent 192ff4c commit 2e96a7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/mattermost-enterprise-edition/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/mattermost-enterprise-edition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-enterprise-edition/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mattermostApp:
replicaCount: 2
image:
repository: mattermost/mattermost-enterprise-edition
tag: 5.10.0
tag: 5.11.0
pullPolicy: IfNotPresent

strategy:
Expand Down

0 comments on commit 2e96a7f

Please sign in to comment.