@@ -505,11 +505,36 @@ metadata:
505505506506 ]
507507 }
508+ },
509+ {
510+ "apiVersion": "atlas.mongodb.com/v1",
511+ "kind": "AtlasThirdPartyIntegration",
512+ "metadata": {
513+ "labels": {
514+ "app.kubernetes.io/managed-by": "kustomize",
515+ "app.kubernetes.io/name": "mongodb-atlas-kubernetes"
516+ },
517+ "name": "atlasintegration-sample"
518+ },
519+ "spec": {
520+ "datadog": {
521+ "apiKeySecretRef": {
522+ "name": "secret-ref"
523+ },
524+ "region": "string",
525+ "sendCollectionLatencyMetrics": "string",
526+ "sendDatabaseMetrics": "string"
527+ },
528+ "projectRef": {
529+ "name": "my-atlas-project"
530+ },
531+ "type": "DATADOG"
532+ }
508533 }
509534 ]
510535 capabilities : Full Lifecycle
511536 categories : Database
512- createdAt : " 2025-06-05T08:38:10Z "
537+ createdAt : " 2025-06-25T15:11:57Z "
513538 description : The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
514539 features.operators.openshift.io/disconnected : " false"
515540 features.operators.openshift.io/fips-compliant : " false"
@@ -522,12 +547,12 @@ metadata:
522547 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
523548 repository : https://github.com/mongodb/mongodb-atlas-kubernetes
524549525- containerImage : mongodb/mongodb-atlas-kubernetes-operator:2.8.2
550+ containerImage : mongodb/mongodb-atlas-kubernetes-operator:2.9.0
526551 labels :
527552 operatorframework.io/arch.amd64 : supported
528553 operatorframework.io/arch.arm64 : supported
529554 operatorframework.io/os.linux : supported
530- name : mongodb-atlas-kubernetes.v2.8.2
555+ name : mongodb-atlas-kubernetes.v2.9.0
531556 namespace : placeholder
532557spec :
533558 apiservicedefinitions : {}
@@ -618,6 +643,11 @@ spec:
618643 kind : AtlasTeam
619644 name : atlasteams.atlas.mongodb.com
620645 version : v1
646+ - description : AtlasThirdPartyIntegration is the Schema for the atlas 3rd party integrations API.
647+ displayName : Atlas Third Party Integration
648+ kind : AtlasThirdPartyIntegration
649+ name : atlasthirdpartyintegrations.atlas.mongodb.com
650+ version : v1
621651 description : |
622652 The MongoDB Atlas Operator provides a native integration between the Kubernetes orchestration platform and MongoDB
623653 Atlas — the only multi-cloud document database service that gives you the versatility you need to build sophisticated
@@ -775,7 +805,7 @@ spec:
775805 valueFrom :
776806 fieldRef :
777807 fieldPath : metadata.annotations['olm.targetNamespaces']
778- image : mongodb/mongodb-atlas-kubernetes-operator:2.8.2
808+ image : mongodb/mongodb-atlas-kubernetes-operator:2.9.0
779809 imagePullPolicy : Always
780810 livenessProbe :
781811 httpGet :
@@ -859,5 +889,5 @@ spec:
859889 maturity : beta
860890 provider :
861891 name : MongoDB, Inc
862- version : 2.8.2
863- replaces : mongodb-atlas-kubernetes.v2.8.1
892+ version : 2.9.0
893+ replaces : mongodb-atlas-kubernetes.v2.8.2
0 commit comments