Skip to content

Commit

Permalink
update mattermost release (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Jul 16, 2019
1 parent 2b3ad4b commit 00ff1eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/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: 3.5.0
appVersion: 5.12.0
version: 3.5.1
appVersion: 5.12.4
keywords:
- mattermost
- communication
Expand Down
4 changes: 2 additions & 2 deletions charts/mattermost-team-edition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Parameter | Description
--- | --- | ---
`configJSON` | The `config.json` configuration to be used by the mattermost server. The values you provide will by using Helm's merging behavior override individual default values only. See the [example configuration](#example-configuration) and the [Mattermost documentation](https://docs.mattermost.com/administration/config-settings.html) for details. | See `configJSON` in [values.yaml](https://github.com/helm/charts/blob/master/stable/mattermost-team-edition/values.yaml)
`image.repository` | Container image repository | `mattermost/mattermost-team-edition`
`image.tag` | Container image tag | `5.12.0`
`image.tag` | Container image tag | `5.12.4`
`image.imagePullPolicy` | Container image pull policy | `IfNotPresent`
`initContainerImage.repository` | Init container image repository | `appropriate/curl`
`initContainerImage.tag` | Init container image tag | `latest`
Expand All @@ -81,7 +81,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm

```bash
$ helm install --name my-release \
--set image.tag=5.12.0 \
--set image.tag=5.12.4 \
--set mysql.mysqlUser=sampleUser \
--set mysql.mysqlPassword=samplePassword \
mattermost/mattermost-team-edition
Expand Down
2 changes: 1 addition & 1 deletion charts/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.12.0
tag: 5.12.4
imagePullPolicy: IfNotPresent

initContainerImage:
Expand Down

0 comments on commit 00ff1eb

Please sign in to comment.