MongoDB Helm Charts repository for Kubernetes
Trial Version of Helm Charts
This repository contains Helm Charts for different MongoDB products.
Charts | Description |
---|---|
atlas-operator | MongoDB Atlas Operator Helm Chart. Start Here! |
atlas-cluster | MongoDB Atlas Cluster Helm Chart. Create Mongo Database resources. |
atlas-operator-crds | MongoDB Atlas Custom Resource Definitions (CRDs) Helm Chart. |
community-operator | MongoDB Community Operator Helm Chart. |
community-operator-crds | MongoDB Community Custom Resource Definitions (CRDs) Helm Chart. |
sample-app | A Sample Front/Back-end application backed by a MongoDB Database. |
- Please note that the
CRD
Charts (Community and Atlas) will be installed, by default, as a dependency by the corresponding Community and Atlas Charts.
Adding the MongoDB Helm Repo
The MongoDB Helm repository can be added using the helm repo add
command, like
in the following example:
$ helm repo add mongodb https://mongodb.github.io/helm-charts
"mongodb" has been added to your repositories
Additional Charts
All of MongoDB Helm charts will be moved into this repository. In the meantime, please find them on their own repositories: