danielwegener / helm-charts-1

Future home of helm3 chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm-charts

This is helm repository for RocketChat charts. Follow the steps below to start deploying any of them in your Kubernetes cluster.

Usage

Helm3

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

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

And check our rocketchat server helm chart folder for more instructions here

Helm2

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

$ helm repo add rocketchat https://rocketchat.github.io/helm-charts
$ 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

About

Future home of helm3 chart


Languages

Language:Mustache 100.0%