Skip to content

evermind/rocketchat-helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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
$ helm install --set mongodb.mongodbUsername=rocketchat,mongodb.mongodbPassword=changeme,mongodb.mongodbDatabase=rocketchat,mongodb.mongodbRootPassword=root-changeme my-rocketchat rocketchat/rocketchat

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published