Home

Awesome

MongoDB Helm Charts repository for Kubernetes

This repository contains Helm Charts for different MongoDB products.

Supported Charts

The following Charts are supported by MongoDB.

ChartsDescription
enterprise-operatorMongoDB Enterprise Kubernetes Operator Helm Chart.
enterprise-databaseMongoDB Enterprise Kubernetes Database Helm Chart.
atlas-operatorMongoDB Atlas Operator Helm Chart.
atlas-deploymentMongoDB Atlas Deployment Helm Chart. Create Mongo Database resources.
atlas-operator-crdsMongoDB Atlas Custom Resource Definitions (CRDs) Helm Chart.

Unsupported Charts

The following Helm Charts are not supported by MongoDB.

ChartsDescription
community-operatorMongoDB Community Operator Helm Chart.
community-operator-crdsMongoDB Community Custom Resource Definitions (CRDs) Helm Chart.
sample-appA Sample Front/Back-end application backed by a MongoDB Database.

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

Contribute

Please file issues before filing PRs. For PRs to be accepted, contributors must sign our CLA.

Reviewers, please ensure that the CLA has been signed by referring to the contributors tool (internal link).

License

These helm charts are available under the Apache 2 license. Please refer to the github repos of the software that the charts install for additional license information.