DEPRECATED: The MongoDB Enterprise Kubernetes Operator is now deprecated in favor of a new replacement Operator available here mongodb/mongodb-kubernetes with official documentation here. Existing versions of the Enterprise Kubernetes Operator remain supported until end of life dates listed here: official support lifecycle.
For more information on this decision - what it means and entails - see the announcement and our public documentation.
This repository contains Helm Charts for different MongoDB products.
The following Charts are supported by MongoDB.
| Charts | Description |
|---|---|
| mongodb-kubernetes | MongoDB Controllers for Kubernetes Helm Chart |
| enterprise-operator | (DEPRECATED - use mongodb-kubernetes instead) MongoDB Enterprise Kubernetes Operator Helm Chart. |
| enterprise-database | MongoDB Enterprise Kubernetes Database Helm Chart. |
| atlas-operator | MongoDB Atlas Operator Helm Chart. |
| atlas-deployment | MongoDB Atlas Deployment Helm Chart. Create Mongo Database resources. |
| atlas-operator-crds | MongoDB Atlas Custom Resource Definitions (CRDs) Helm Chart. |
The following Helm Charts are not supported by MongoDB.
| Charts | Description |
|---|---|
| community-operator | (DEPRECATED - use mongodb-kubernetes instead) MongoDB Community Operator Helm Chart. |
| community-operator-crds | (DEPRECATED - use mongodb-kubernetes instead) 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
CRDCharts (Community and Atlas) will be installed, by default, as a dependency by the corresponding Community and Atlas Charts.
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
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).
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.