From 68717819f3294058613da2878ff2c89bb3015c26 Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Wed, 30 Jan 2019 15:16:25 -0600 Subject: [PATCH] Added readme (#11016) Signed-off-by: Aaron Ogle --- stable/rocketchat/Chart.yaml | 2 +- stable/rocketchat/README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 stable/rocketchat/README.md diff --git a/stable/rocketchat/Chart.yaml b/stable/rocketchat/Chart.yaml index bb1fc0b832..67e0836b92 100644 --- a/stable/rocketchat/Chart.yaml +++ b/stable/rocketchat/Chart.yaml @@ -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 diff --git a/stable/rocketchat/README.md b/stable/rocketchat/README.md new file mode 100644 index 0000000000..0a0ed3ba84 --- /dev/null +++ b/stable/rocketchat/README.md @@ -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=,mongodb.mongodbPassword= --name my-rocketchat stable/rocketchat +``` + +### If you want to use another image set it like this: +```bash +$ helm install --set mongodb.mongodbUsername=,mongodb.mongodbPassword=,repository= --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=,mongodb.mongodbPassword=,tag=0.74.0 --name my-rocketchat stable/rocketchat +``` + +