From 003cd0bd132ee6fafe51d3ac7074412971f06717 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 18 Oct 2018 05:49:04 +0200 Subject: [PATCH] Bump version to 5.4.0 (#8522) Signed-off-by: cpanato --- stable/mattermost-team-edition/Chart.yaml | 4 ++-- stable/mattermost-team-edition/README.md | 2 +- stable/mattermost-team-edition/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/mattermost-team-edition/Chart.yaml b/stable/mattermost-team-edition/Chart.yaml index 38a86fcf9c..a37ca89022 100644 --- a/stable/mattermost-team-edition/Chart.yaml +++ b/stable/mattermost-team-edition/Chart.yaml @@ -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 diff --git a/stable/mattermost-team-edition/README.md b/stable/mattermost-team-edition/README.md index 1e552c9e05..f526607729 100644 --- a/stable/mattermost-team-edition/README.md +++ b/stable/mattermost-team-edition/README.md @@ -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` diff --git a/stable/mattermost-team-edition/values.yaml b/stable/mattermost-team-edition/values.yaml index f39fc71701..22d5289e71 100644 --- a/stable/mattermost-team-edition/values.yaml +++ b/stable/mattermost-team-edition/values.yaml @@ -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