Skip to content

Commit

Permalink
update readme to reflect the new helm chart repo (#86)
Browse files Browse the repository at this point in the history
* update readme to reflect the new helm chart repo

* Update charts/mattermost-enterprise-edition/README.md

Co-Authored-By: Stylianos Rigas <[email protected]>
  • Loading branch information
cpanato and stylianosrigas committed May 28, 2019
1 parent aee2d0d commit d5c172f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/mattermost-enterprise-edition/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Mattermost Enterprise server with high availitibity.
name: mattermost-enterprise-edition
version: 0.10.0
version: 0.10.1
appVersion: 5.11.0
keywords:
- mattermost
Expand Down
15 changes: 9 additions & 6 deletions charts/mattermost-enterprise-edition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,24 +165,26 @@ See the [stable/minio configuration settings](https://github.com/helm/charts/tre
After adding the Mattermost repo (see section 1.2) you can install a version of the preferred chart by running:

```bash
helm install --repo https://helm.mattermost.com <chart_name> --version <version_number>
$ helm repo add mattermost https://helm.mattermost.com
$ helm install mattermost/mattermost-enterprise-edition --version <version_number>
```

For example:
```bash
helm install --repo https://helm.mattermost.com mattermost-enterprise-edition --version v0.8.2
$ helm repo add mattermost https://helm.mattermost.com
$ helm install mattermost/mattermost-enterprise-edition --version v0.8.2
```

If no Helm Chart version is specified the latest version will be installed.

To run with your custom `config.yaml`, install using:
```bash
helm install -f config.yaml --repo https://helm.mattermost.com mattermost-enterprise-edition
$ helm install -f config.yaml mattermost/mattermost-enterprise-edition
```

To upgrade an existing release, modify the `config.yaml` with your desired changes and then use:
```bash
helm upgrade -f config.yaml <your-release-name> --repo https://helm.mattermost.com mattermost-enterprise-edition
$ helm upgrade -f config.yaml <your-release-name> mattermost/mattermost-enterprise-edition
```

## 3.1 Uninstalling Mattermost Enterprise Helm Chart
Expand All @@ -193,13 +195,14 @@ If you are done with your deployment and want to delete it, use `helm delete <yo

You can launch the Mattermost push proxy chart with:
```bash
helm install --repo https://helm.mattermost.com mattermost-push-proxy
$ helm repo add mattermost https://helm.mattermost.com
$ helm install mattermost/mattermost-push-proxy
```

To list options for mattermost-push-proxy:

```bash
helm inspect values --repo https://helm.mattermost.com mattermost-push-proxy
$ helm inspect values mattermost/mattermost-push-proxy
```

# 4. Developing
Expand Down

0 comments on commit d5c172f

Please sign in to comment.