diff --git a/charts/mattermost-enterprise-edition/Chart.yaml b/charts/mattermost-enterprise-edition/Chart.yaml index db6cbb78..16e18f94 100644 --- a/charts/mattermost-enterprise-edition/Chart.yaml +++ b/charts/mattermost-enterprise-edition/Chart.yaml @@ -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 diff --git a/charts/mattermost-enterprise-edition/README.md b/charts/mattermost-enterprise-edition/README.md index 6d87636c..8b8fcbf5 100644 --- a/charts/mattermost-enterprise-edition/README.md +++ b/charts/mattermost-enterprise-edition/README.md @@ -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 --version +$ helm repo add mattermost https://helm.mattermost.com +$ helm install mattermost/mattermost-enterprise-edition --version ``` 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 --repo https://helm.mattermost.com mattermost-enterprise-edition +$ helm upgrade -f config.yaml mattermost/mattermost-enterprise-edition ``` ## 3.1 Uninstalling Mattermost Enterprise Helm Chart @@ -193,13 +195,14 @@ If you are done with your deployment and want to delete it, use `helm delete