diff --git a/charts/atlas-operator-crds/Chart.yaml b/charts/atlas-operator-crds/Chart.yaml index db2acf1c..49781dd4 100644 --- a/charts/atlas-operator-crds/Chart.yaml +++ b/charts/atlas-operator-crds/Chart.yaml @@ -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 diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml index 659df7d6..ee50f424 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml @@ -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: @@ -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. @@ -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 diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml index b9ca3f65..142cd75d 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml @@ -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: @@ -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. @@ -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. diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml index e7ddec2a..edc417d5 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml @@ -1,3 +1,4 @@ +--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: @@ -431,4 +432,4 @@ status: kind: "" plural: "" conditions: null - storedVersions: null + storedVersions: null \ No newline at end of file diff --git a/charts/atlas-operator/Chart.yaml b/charts/atlas-operator/Chart.yaml index 0cedff2c..7087e517 100644 --- a/charts/atlas-operator/Chart.yaml +++ b/charts/atlas-operator/Chart.yaml @@ -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 @@ -19,6 +19,6 @@ maintainers: email: support@mongodb.com 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 diff --git a/charts/atlas-operator/rbac.yaml b/charts/atlas-operator/rbac.yaml index f9e5bb41..6deda9b3 100644 --- a/charts/atlas-operator/rbac.yaml +++ b/charts/atlas-operator/rbac.yaml @@ -38,7 +38,6 @@ - atlasstreaminstances - atlasteams - atlasthirdpartyintegrations - - atlasorgsettings verbs: - create - delete @@ -68,7 +67,6 @@ - atlasstreaminstances/status - atlasteams/status - atlasthirdpartyintegrations/status - - atlasorgsettings/status verbs: - get - patch