mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Added readme (#11016)
Signed-off-by: Aaron Ogle <aaron@geekgonecrazy.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
38d43e34cc
commit
68717819f3
@@ -1,5 +1,5 @@
|
||||
name: rocketchat
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
appVersion: 0.73.2
|
||||
description: Prepare to take off with the ultimate chat platform, experience the next
|
||||
level of team communications
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
# Rocket.Chat
|
||||
|
||||
[Rocket.Chat](https://rocket.chat/) is free, unlimited and open source. Replace email, HipChat & Slack with the ultimate team chat software solution.
|
||||
|
||||
## Notes on installation and recommended settings
|
||||
|
||||
- This chart installs rocketchat chart (stable/rocketchat)
|
||||
- This chart installs mongodb chart (stable/mongodb)
|
||||
- Authentication for mongodb is enabled by default (usePassword : true)
|
||||
|
||||
### Please set your own mongodbUsername and mongodbPassword like this:
|
||||
```bash
|
||||
$ helm install --set mongodb.mongodbUsername=<your_username_here>,mongodb.mongodbPassword=<your_password_here> --name my-rocketchat stable/rocketchat
|
||||
```
|
||||
|
||||
### If you want to use another image set it like this:
|
||||
```bash
|
||||
$ helm install --set mongodb.mongodbUsername=<your_username_here>,mongodb.mongodbPassword=<your_password_here>,repository=<your_image> --name my-rocketchat stable/rocketchat
|
||||
```
|
||||
|
||||
### If you want to install another version of rocket.chat image you can set the version like this:
|
||||
```bash
|
||||
$ helm install --set mongodb.mongodbUsername=<your_username_here>,mongodb.mongodbPassword=<your_password_here>,tag=0.74.0 --name my-rocketchat stable/rocketchat
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user