diff --git a/README.md b/README.md index 0eaabe9ad6..9a569d2f3d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ -# MongoDB Atlas Operator (trial version) +# MongoDB Atlas Operator (Beta) [![MongoDB Atlas Operator](https://github.com/mongodb/mongodb-atlas-kubernetes/workflows/Test/badge.svg)](https://github.com/mongodb/mongodb-atlas-kubernetes/actions/workflows/test.yml?query=branch%3Amain) [![MongoDB Atlas Go Client](https://img.shields.io/badge/Powered%20by%20-go--client--mongodb--atlas-%2313AA52)](https://github.com/mongodb/go-client-mongodb-atlas) The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas — the only multi-cloud document database service that gives you the versatility you need to build sophisticated and resilient applications that can adapt to changing customer demands and market trends. -> Current Status: *trial version*. The Operator gives users the ability to provision +> Current Status: *Beta*. +> The Operator gives users the ability to provision > Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information -> into applications deployed to Kubernetes. More features like private endpoints, backup management, LDAP/X.509 authentication, etc. -> are yet to come. +> into applications deployed to Kubernetes or via Private Endpoints on AWS or Azure. +> More features like private endpoints, backup management, LDAP/X.509 authentication, etc. are yet to come. The full documentation for the Operator can be found [here](https://docs.atlas.mongodb.com/atlas-operator/) diff --git a/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml b/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml index 554cb5bec2..5b0898af31 100644 --- a/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml +++ b/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml @@ -94,11 +94,9 @@ spec: The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas — the only multi-cloud document database service that gives you the versatility you need to build sophisticated and resilient applications that can adapt to changing customer demands and market trends. - > Current Status: *trial version*. The Operator gives users the ability to provision + > Current Status: *Beta*. The Operator gives users the ability to provision > Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information - > into applications deployed to Kubernetes. More features like private endpoints, backup management, LDAP/X.509 authentication, etc. - > are yet to come. - + > into applications deployed to Kubernetes. ## Quick Start guide ### Step 1. Deploy Kubernetes operator by clicking Install button. diff --git a/config/manifests/bases/mongodb-atlas-kubernetes.clusterserviceversion.yaml b/config/manifests/bases/mongodb-atlas-kubernetes.clusterserviceversion.yaml index eb3ca203ba..ba8e3a27cb 100644 --- a/config/manifests/bases/mongodb-atlas-kubernetes.clusterserviceversion.yaml +++ b/config/manifests/bases/mongodb-atlas-kubernetes.clusterserviceversion.yaml @@ -32,11 +32,9 @@ spec: The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB Atlas — the only multi-cloud document database service that gives you the versatility you need to build sophisticated and resilient applications that can adapt to changing customer demands and market trends. - > Current Status: *trial version*. The Operator gives users the ability to provision + > Current Status: *Beta*. The Operator gives users the ability to provision > Atlas projects, clusters and database users using Kubernetes Specifications and bind connection information - > into applications deployed to Kubernetes. More features like private endpoints, backup management, LDAP/X.509 authentication, etc. - > are yet to come. - + > into applications deployed to Kubernetes. ## Quick Start guide ### Step 1. Deploy Kubernetes operator by clicking Install button.