Bump version to 5.4.0 (#8522)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2018-10-17 20:49:04 -07:00
committed by k8s-ci-robot
parent feb78d8bcc
commit 003cd0bd13
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: Mattermost Team Edition server.
name: mattermost-team-edition
version: 1.1.2
appVersion: 5.3.1
version: 1.2.0
appVersion: 5.4.0
keywords:
- mattermost
- communication
+1 -1
View File
@@ -46,7 +46,7 @@ The following table lists the configurable parameters of the Mattermost Team Edi
Parameter | Description | Default
--- | --- | ---
`image.repository` | container image repository | `mattermost/mattermost-team-edition`
`image.tag` | container image tag | `5.3.1`
`image.tag` | container image tag | `5.4.0`
`revisionHistoryLimit` | How many old ReplicaSets for Mattermost Deployment you want to retain | `1`
`config.SiteUrl` | The URL that users will use to access Mattermost. ie `https://mattermost.mycompany.com` | ``
`config.SiteName` | Name of service shown in login screens and UI | `Mattermost`
+1 -1
View File
@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: mattermost/mattermost-team-edition
tag: 5.3.1
tag: 5.4.0
imagePullPolicy: IfNotPresent
## How many old ReplicaSets for Mattermost Deployment you want to retain