Skip to content

Commit

Permalink
Deprecating Helm 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
prppedro committed Jul 7, 2022
1 parent e2764d2 commit 8d0c002
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ This is helm repository for RocketChat charts. Follow the steps below to start d

## Usage

### Helm3

Be sure you have helm3 binary insalled, add this repository and install rocketchat chart:

```bash
Expand All @@ -14,16 +12,3 @@ $ helm repo add rocketchat https://rocketchat.github.io/helm-charts

And check our rocketchat server helm chart folder for more instructions [here](https://github.com/RocketChat/helm-charts/tree/master/rocketchat)

### Helm2

We still support helm2, this will only work using helm2 binary and tiller deployment running in your k8s cluster:

```bash
$ helm repo add rocketchat https://rocketchat.github.io/helm-charts
```

```bash
$ helm install --set mongodb.mongodbUsername=rocketchat,mongodb.mongodbPassword=changeme,mongodb.mongodbDatabase=rocketchat,mongodb.mongodbRootPassword=root-changeme --name my-rocketchat rocketchat/rocketchat --version 3.0.0
```


0 comments on commit 8d0c002

Please sign in to comment.