Skip to content

Commit

Permalink
bump MM-te to 5.6.2 (helm#10220)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Jan 2, 2019
1 parent 72dd852 commit a7c5836
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions stable/mattermost-team-edition/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions stable/mattermost-team-edition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/mattermost-team-edition/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7c5836

Please sign in to comment.