bump MM-te to 5.6.2 (#10220)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2019-01-02 09:03:18 -08:00
committed by Kubernetes Prow Robot
parent 72dd8525bc
commit a7c58360bf
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: Mattermost Team Edition server.
name: mattermost-team-edition
version: 2.1.2
appVersion: 5.6.1
version: 2.1.3
appVersion: 5.6.2
keywords:
- mattermost
- communication
+2 -2
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.6.1`
`image.tag` | container image tag | `5.6.2`
`image.imagePullPolicy` | container image pull policy | `IfNotPresent`
`initContainerImage.repository` | init container image repository | `appropriate/curl`
`initContainerImage.tag` | init container image tag | `latest`
@@ -78,7 +78,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```bash
$ helm install --name my-release \
--set image.tag=5.6.1 \
--set image.tag=5.6.2 \
--set mysql.mysqlUser=sampleUser \
--set mysql.mysqlPassword=samplePassword \
stable/mattermost-team-edition
+1 -1
View File
@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: mattermost/mattermost-team-edition
tag: 5.6.1
tag: 5.6.2
imagePullPolicy: IfNotPresent
initContainerImage: