Skip to content

Commit

Permalink
bump mm-te to 5.8.0 (helm#11460)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Feb 22, 2019
1 parent 4e1a782 commit bf10057
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.2
appVersion: 5.7.1
version: 2.3.0
appVersion: 5.8.0
keywords:
- mattermost
- communication
Expand Down
2 changes: 1 addition & 1 deletion 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.7.1`
`image.tag` | container image tag | `5.8.0`
`image.imagePullPolicy` | container image pull policy | `IfNotPresent`
`initContainerImage.repository` | init container image repository | `appropriate/curl`
`initContainerImage.tag` | init container image tag | `latest`
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.7.1
tag: 5.8.0
imagePullPolicy: IfNotPresent

initContainerImage:
Expand Down

0 comments on commit bf10057

Please sign in to comment.