Skip to content
Closed
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 charts/atlas-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mongodb-atlas-operator-crds
description: MongoDB Atlas Operator CRDs - Helm chart for installing and upgrading Custom Resource Definitions (CRDs) for the Atlas Operator.
type: application
version: 2.11.1
appVersion: 2.11.1
version: 2.10.0
appVersion: 2.10.0
kubeVersion: ">=1.15.0-0"
keywords:
- mongodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ spec:
- SHARDED
- GEOSHARDED
type: string
configServerManagementMode:
description: Config Server Management Mode for creating or updating
a sharded cluster.
enum:
- ATLAS_MANAGED
- FIXED_TO_DEDICATED
type: string
customZoneMapping:
items:
properties:
Expand Down Expand Up @@ -208,9 +201,6 @@ spec:
Can only contain ASCII letters, numbers, and hyphens.
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
type: string
x-kubernetes-validations:
- message: Name cannot be modified after deployment creation
rule: self == oldSelf
paused:
description: Flag that indicates whether the deployment should
be paused.
Expand Down Expand Up @@ -928,12 +918,6 @@ spec:
- name
- providerSettings
type: object
upgradeToDedicated:
description: |2-
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
This flag is ignored if the cluster is already dedicated.
type: boolean
type: object
x-kubernetes-validations:
- message: must define only one project reference through externalProjectRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,6 @@ spec:
type: object
type: object
type: array
severityOverride:
description: SeverityOverride optionally overrides the default
severity level for an alert.
enum:
- INFO
- WARNING
- ERROR
- CRITICAL
type: string
threshold:
description: Threshold causes an alert to be triggered.
properties:
Expand Down Expand Up @@ -759,9 +750,6 @@ spec:
description: Name is the name of the Project that is created in Atlas
by the Operator if it doesn't exist yet.
type: string
x-kubernetes-validations:
- message: Name cannot be modified after project creation
rule: self == oldSelf
networkPeers:
description: NetworkPeers is a list of Network Peers configured for
the current Project.
Expand Down Expand Up @@ -1237,9 +1225,6 @@ spec:
description: When the alert was closed. Only present if the
status is CLOSED.
type: string
severityOverride:
description: Severity of the alert.
type: string
sourceTypeName:
description: For alerts of the type BACKUP, the type of server
being backed up.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down Expand Up @@ -431,4 +432,4 @@ status:
kind: ""
plural: ""
conditions: null
storedVersions: null
storedVersions: null
6 changes: 3 additions & 3 deletions charts/atlas-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: mongodb-atlas-operator
description: |-
MongoDB Atlas Operator - a Helm chart for installing and upgrading Atlas Operator: the official Kubernetes operator allowing to manage MongoDB Atlas resources from Kubernetes
type: application
version: 2.11.1
appVersion: 2.11.1
version: 2.10.0
appVersion: 2.10.0
kubeVersion: ">=1.15.0-0"
keywords:
- mongodb
Expand All @@ -19,6 +19,6 @@ maintainers:
email: [email protected]
dependencies:
- name: mongodb-atlas-operator-crds
version: "2.11.1"
version: "2.10.0"
repository: "https://mongodb.github.io/helm-charts"
condition: mongodb-atlas-operator-crds.enabled
2 changes: 0 additions & 2 deletions charts/atlas-operator/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
- atlasstreaminstances
- atlasteams
- atlasthirdpartyintegrations
- atlasorgsettings
verbs:
- create
- delete
Expand Down Expand Up @@ -68,7 +67,6 @@
- atlasstreaminstances/status
- atlasteams/status
- atlasthirdpartyintegrations/status
- atlasorgsettings/status
verbs:
- get
- patch
Expand Down
Loading