Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bundle/manifests/atlas.mongodb.com_atlasbackuppolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
4 changes: 2 additions & 2 deletions bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
4 changes: 2 additions & 2 deletions bundle/manifests/atlas.mongodb.com_atlasdeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -804,5 +804,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
7 changes: 4 additions & 3 deletions bundle/manifests/atlas.mongodb.com_atlasprojects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ spec:
Currently only AWS is supported.
type: string
required:
- iamAssumedRoleArn
- providerName
type: object
type: array
Expand All @@ -74,6 +73,8 @@ spec:
- name
type: object
encryptionAtRest:
description: EncryptionAtRest allows to set encryption for AWS, Azure
and GCP providers
properties:
awsKms:
description: AwsKms specifies AWS KMS configuration details and
Expand Down Expand Up @@ -765,5 +766,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ metadata:
}
}
]
capabilities: Basic Install
capabilities: Full Lifecycle
categories: Database
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.2.0
name: mongodb-atlas-kubernetes.v1.2.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
name: mongodb-atlas-kubernetes.v1.3.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -420,7 +420,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:1.2.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -495,5 +495,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 1.2.0
replaces: mongodb-atlas-kubernetes.v1.1.0
version: 1.3.0
replaces: mongodb-atlas-kubernetes.v1.2.0
Loading