From 8860a78f82c09fa37b50eb1bce5ee8c64bbf7ee8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:26:29 +0100 Subject: [PATCH] Release Atlas Operator 2.2.1 (#313) * Pushing charts/atlas-operator-crds/Chart.yaml using GitHub API * Pushing charts/atlas-operator/Chart.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/NOTES.txt using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/_helpers.tpl using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml using GitHub API --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/atlas-operator-crds/Chart.yaml | 4 +- ...atlas.mongodb.com_atlasbackuppolicies.yaml | 34 +- ...tlas.mongodb.com_atlasbackupschedules.yaml | 26 +- .../atlas.mongodb.com_atlasdatabaseusers.yaml | 90 +++--- ...tlas.mongodb.com_atlasdatafederations.yaml | 26 +- .../atlas.mongodb.com_atlasdeployments.yaml | 305 +++++++++--------- ...atlas.mongodb.com_atlasfederatedauths.yaml | 39 ++- .../atlas.mongodb.com_atlasprojects.yaml | 121 +++---- .../atlas.mongodb.com_atlasteams.yaml | 26 +- charts/atlas-operator/Chart.yaml | 6 +- 10 files changed, 356 insertions(+), 321 deletions(-) diff --git a/charts/atlas-operator-crds/Chart.yaml b/charts/atlas-operator-crds/Chart.yaml index fcf8f2f1..00608108 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.2.0 -appVersion: 2.2.0 +version: 2.2.1 +appVersion: 2.2.1 kubeVersion: ">=1.15.0-0" keywords: - mongodb diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml index 2e0e0f1b..83466779 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -24,14 +24,19 @@ spec: description: AtlasBackupPolicy is the Schema for the atlasbackuppolicies API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -43,11 +48,9 @@ spec: items: properties: frequencyInterval: - description: Desired frequency of the new backup policy item - specified by FrequencyType. A value of 1 specifies the first - instance of the corresponding FrequencyType. The only accepted - value you can set for frequency interval with NVMe clusters - is 12. + description: |- + Desired frequency of the new backup policy item specified by FrequencyType. A value of 1 specifies the first instance of the corresponding FrequencyType. + The only accepted value you can set for frequency interval with NVMe clusters is 12. enum: - 1 - 2 @@ -151,10 +154,9 @@ spec: type: object type: array observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer required: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml index 647d54bf..c05e1a9f 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -25,14 +25,19 @@ spec: API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -178,10 +183,9 @@ spec: type: string type: array observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer required: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml index 3c0fbdf5..cd1860ae 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -28,14 +28,19 @@ spec: description: AtlasDatabaseUser is the Schema for the Atlas Database User API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -45,10 +50,11 @@ spec: properties: awsIamType: default: NONE - description: Human-readable label that indicates whether the new database - user authenticates with the Amazon Web Services (AWS) Identity and - Access Management (IAM) credentials associated with the user or - the user's role + description: |- + Human-readable label that indicates whether the new database + user authenticates with the Amazon Web Services (AWS) + Identity and Access Management (IAM) credentials associated with + the user or the user's role enum: - NONE - USER @@ -60,14 +66,14 @@ spec: the user. Default value is 'admin'. type: string deleteAfterDate: - description: DeleteAfterDate is a timestamp in ISO 8601 date and time - format in UTC after which Atlas deletes the user. The specified - date must be in the future and within one week. + description: |- + DeleteAfterDate is a timestamp in ISO 8601 date and time format in UTC after which Atlas deletes the user. + The specified date must be in the future and within one week. type: string labels: - description: Labels is an array containing key-value pairs that tag - and categorize the database user. Each key and value has a maximum - length of 255 characters. + description: |- + Labels is an array containing key-value pairs that tag and categorize the database user. + Each key and value has a maximum length of 255 characters. items: description: LabelSpec contains key-value pairs that tag and categorize the Cluster/DBUser @@ -84,9 +90,11 @@ spec: type: array oidcAuthType: default: NONE - description: Human-readable label that indicates whether the new database - Username with OIDC federated authentication. To create a federated - authentication user, specify the value of IDP_GROUP for this field + description: |- + Human-readable label that indicates whether the new database Username + with OIDC federated authentication. + To create a federated authentication user, specify the value + of IDP_GROUP for this field enum: - NONE - IDP_GROUP @@ -115,21 +123,21 @@ spec: - name type: object roles: - description: Roles is an array of this user's roles and the databases - / collections on which the roles apply. A role allows the user to - perform particular actions on the specified database. + description: |- + Roles is an array of this user's roles and the databases / collections on which the roles apply. A role allows + the user to perform particular actions on the specified database. items: - description: RoleSpec allows the user to perform particular actions - on the specified database. A role on the admin database can include - privileges that apply to the other databases as well. + description: |- + RoleSpec allows the user to perform particular actions on the specified database. + A role on the admin database can include privileges that apply to the other databases as well. properties: collectionName: description: CollectionName is a collection for which the role applies. type: string databaseName: - description: DatabaseName is a database on which the user has - the specified role. A role on the admin database can include + description: |- + DatabaseName is a database on which the user has the specified role. A role on the admin database can include privileges that apply to the other databases. type: string roleName: @@ -146,11 +154,10 @@ spec: description: Scopes is an array of clusters and Atlas Data Lakes that this user has access to. items: - description: ScopeSpec if present a database user only have access - to the indicated resource (Cluster or Atlas Data Lake) if none - is given then it has access to all. It's highly recommended to - restrict the access of the database users only to a limited set - of resources. + description: |- + ScopeSpec if present a database user only have access to the indicated resource (Cluster or Atlas Data Lake) + if none is given then it has access to all. + It's highly recommended to restrict the access of the database users only to a limited set of resources. properties: name: description: Name is a name of the cluster or Atlas Data Lake @@ -169,12 +176,12 @@ spec: type: object type: array username: - description: 'Username is a username for authenticating to MongoDB - Human-readable label that represents the user that authenticates - to MongoDB. The format of this label depends on the method of authentication: + description: |- + Username is a username for authenticating to MongoDB + Human-readable label that represents the user that authenticates to MongoDB. The format of this label depends on the method of authentication: In case of AWS IAM: the value should be AWS ARN for the IAM User/Role; - In case of OIDC: the value should be the Identity Provider ID; In - case of Plain text auth: the value can be anything' + In case of OIDC: the value should be the Identity Provider ID; + In case of Plain text auth: the value can be anything maxLength: 1024 type: string x509Type: @@ -223,10 +230,9 @@ spec: description: UserName is the current name of database user. type: string observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer passwordVersion: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml index 5a929550..01af01b9 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -29,14 +29,19 @@ spec: API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -239,10 +244,9 @@ spec: runs, in . format. type: string observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer required: 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 2c9e2fe5..0e81aa04 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -24,21 +24,26 @@ spec: description: AtlasDeployment is the Schema for the atlasdeployments API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: - description: AtlasDeploymentSpec defines the desired state of AtlasDeployment - Only one of DeploymentSpec, AdvancedDeploymentSpec and ServerlessSpec - should be defined + description: |- + AtlasDeploymentSpec defines the desired state of AtlasDeployment + Only one of DeploymentSpec, AdvancedDeploymentSpec and ServerlessSpec should be defined properties: backupRef: description: Backup schedule for the AtlasDeployment @@ -57,13 +62,14 @@ spec: https://www.mongodb.com/docs/atlas/reference/api/clusters/ properties: backupEnabled: - description: Applicable only for M10+ deployments. Flag that indicates - if the deployment uses Cloud Backups for backups. + description: |- + Applicable only for M10+ deployments. + Flag that indicates if the deployment uses Cloud Backups for backups. type: boolean biConnector: - description: Configuration of BI Connector for Atlas on this deployment. - The MongoDB Connector for Business Intelligence for Atlas (BI - Connector) is only available for M10 and larger deployments. + description: |- + Configuration of BI Connector for Atlas on this deployment. + The MongoDB Connector for Business Intelligence for Atlas (BI Connector) is only available for M10 and larger deployments. properties: enabled: description: Flag that indicates whether or not BI Connector @@ -77,9 +83,9 @@ spec: type: string type: object clusterType: - description: Type of the deployment that you want to create. The - parameter is required if replicationSpecs are set or if Global - Deployments are deployed. + description: |- + Type of the deployment that you want to create. + The parameter is required if replicationSpecs are set or if Global Deployments are deployed. enum: - REPLICASET - SHARDED @@ -98,9 +104,10 @@ spec: type: object type: array diskSizeGB: - description: Capacity, in gigabytes, of the host's root volume. - Increase this number to add capacity, up to a maximum possible - value of 4096 (i.e., 4 TB). This value must be a positive integer. + description: |- + Capacity, in gigabytes, of the host's root volume. + Increase this number to add capacity, up to a maximum possible value of 4096 (i.e., 4 TB). + This value must be a positive integer. The parameter is required if replicationSpecs are configured. maximum: 4096 minimum: 0 @@ -115,9 +122,9 @@ spec: - NONE type: string labels: - description: Collection of key-value pairs that tag and categorize - the deployment. Each key and value has a maximum length of 255 - characters. + description: |- + Collection of key-value pairs that tag and categorize the deployment. + Each key and value has a maximum length of 255 characters. items: description: LabelSpec contains key-value pairs that tag and categorize the Cluster/DBUser @@ -162,9 +169,10 @@ spec: mongoDBVersion: type: string name: - description: Name of the advanced deployment as it appears in - Atlas. After Atlas creates the deployment, you can't change - its name. Can only contain ASCII letters, numbers, and hyphens. + description: |- + Name of the advanced deployment as it appears in Atlas. + After Atlas creates the deployment, you can't change its name. + Can only contain ASCII letters, numbers, and hyphens. pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$ type: string paused: @@ -180,50 +188,42 @@ spec: items: properties: numShards: - description: Positive integer that specifies the number - of shards to deploy in each specified zone. If you set - this value to 1 and clusterType is SHARDED, MongoDB Cloud - deploys a single-shard sharded cluster. Don't create a - sharded cluster with a single shard for production environments. - Single-shard sharded clusters don't provide the same benefits - as multi-shard configurations + description: |- + Positive integer that specifies the number of shards to deploy in each specified zone. + If you set this value to 1 and clusterType is SHARDED, MongoDB Cloud deploys a single-shard sharded cluster. + Don't create a sharded cluster with a single shard for production environments. + Single-shard sharded clusters don't provide the same benefits as multi-shard configurations type: integer regionConfigs: - description: Hardware specifications for nodes set for a - given region. Each regionConfigs object describes the - region's priority in elections and the number and type - of MongoDB nodes that MongoDB Cloud deploys to the region. - Each regionConfigs object must have either an analyticsSpecs - object, electableSpecs object, or readOnlySpecs object. - Tenant clusters only require electableSpecs. Dedicated - clusters can specify any of these specifications, but - must have at least one electableSpecs object within a - replicationSpec. Every hardware specification must use - the same instanceSize. + description: |- + Hardware specifications for nodes set for a given region. + Each regionConfigs object describes the region's priority in elections and the number and type of MongoDB nodes that MongoDB Cloud deploys to the region. + Each regionConfigs object must have either an analyticsSpecs object, electableSpecs object, or readOnlySpecs object. + Tenant clusters only require electableSpecs. Dedicated clusters can specify any of these specifications, but must have at least one electableSpecs object within a replicationSpec. + Every hardware specification must use the same instanceSize. items: properties: analyticsSpecs: properties: diskIOPS: - description: Disk IOPS setting for AWS storage. - Set only if you selected AWS as your cloud service - provider. + description: |- + Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. format: int64 type: integer ebsVolumeType: - description: Disk IOPS setting for AWS storage. - Set only if you selected AWS as your cloud service - provider. + description: |- + Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. enum: - STANDARD - PROVISIONED type: string instanceSize: - description: Hardware specification for the instance - sizes in this region. Each instance size has - a default storage and memory capacity. The instance - size you select applies to all the data-bearing - hosts in your instance size + description: |- + Hardware specification for the instance sizes in this region. + Each instance size has a default storage and memory capacity. + The instance size you select applies to all the data-bearing hosts in your instance size type: string nodeCount: description: Number of nodes of the given type @@ -273,11 +273,10 @@ spec: type: object type: object backingProviderName: - description: 'Cloud service provider on which the - host for a multi-tenant deployment is provisioned. - This setting only works when "providerName" : "TENANT" - and "providerSetting.instanceSizeName" : M2 or M5. - Otherwise it should be equal to "providerName" value' + description: |- + Cloud service provider on which the host for a multi-tenant deployment is provisioned. + This setting only works when "providerName" : "TENANT" and "providerSetting.instanceSizeName" : M2 or M5. + Otherwise it should be equal to "providerName" value enum: - AWS - GCP @@ -286,25 +285,24 @@ spec: electableSpecs: properties: diskIOPS: - description: Disk IOPS setting for AWS storage. - Set only if you selected AWS as your cloud service - provider. + description: |- + Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. format: int64 type: integer ebsVolumeType: - description: Disk IOPS setting for AWS storage. - Set only if you selected AWS as your cloud service - provider. + description: |- + Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. enum: - STANDARD - PROVISIONED type: string instanceSize: - description: Hardware specification for the instance - sizes in this region. Each instance size has - a default storage and memory capacity. The instance - size you select applies to all the data-bearing - hosts in your instance size + description: |- + Hardware specification for the instance sizes in this region. + Each instance size has a default storage and memory capacity. + The instance size you select applies to all the data-bearing hosts in your instance size type: string nodeCount: description: Number of nodes of the given type @@ -312,13 +310,11 @@ spec: type: integer type: object priority: - description: Precedence is given to this region when - a primary election occurs. If your regionConfigs - has only readOnlySpecs, analyticsSpecs, or both, - set this value to 0. If you have multiple regionConfigs - objects (your cluster is multi-region or multi-cloud), - they must have priorities in descending order. The - highest priority is 7 + description: |- + Precedence is given to this region when a primary election occurs. + If your regionConfigs has only readOnlySpecs, analyticsSpecs, or both, set this value to 0. + If you have multiple regionConfigs objects (your cluster is multi-region or multi-cloud), they must have priorities in descending order. + The highest priority is 7 type: integer providerName: enum: @@ -331,25 +327,24 @@ spec: readOnlySpecs: properties: diskIOPS: - description: Disk IOPS setting for AWS storage. - Set only if you selected AWS as your cloud service - provider. + description: |- + Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. format: int64 type: integer ebsVolumeType: - description: Disk IOPS setting for AWS storage. - Set only if you selected AWS as your cloud service - provider. + description: |- + Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. enum: - STANDARD - PROVISIONED type: string instanceSize: - description: Hardware specification for the instance - sizes in this region. Each instance size has - a default storage and memory capacity. The instance - size you select applies to all the data-bearing - hosts in your instance size + description: |- + Hardware specification for the instance sizes in this region. + Each instance size has a default storage and memory capacity. + The instance size you select applies to all the data-bearing hosts in your instance size type: string nodeCount: description: Number of nodes of the given type @@ -357,9 +352,9 @@ spec: type: integer type: object regionName: - description: Physical location of your MongoDB deployment. - The region you choose can affect network latency - for clients accessing your databases. + description: |- + Physical location of your MongoDB deployment. + The region you choose can affect network latency for clients accessing your databases. type: string type: object type: array @@ -455,9 +450,10 @@ spec: type: boolean type: object name: - description: Name of the serverless deployment as it appears in - Atlas. After Atlas creates the deployment, you can't change - its name. Can only contain ASCII letters, numbers, and hyphens. + description: |- + Name of the serverless deployment as it appears in Atlas. + After Atlas creates the deployment, you can't change its name. + Can only contain ASCII letters, numbers, and hyphens. pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$ type: string privateEndpoints: @@ -484,13 +480,15 @@ spec: service provider. properties: autoScaling: - description: Range of instance sizes to which your deployment + description: DEPRECATED FIELD. The value of this field doesn't + take any effect. Range of instance sizes to which your deployment can scale. properties: autoIndexingEnabled: - description: 'Deprecated: This flag is not supported anymore. - Flag that indicates whether autopilot mode for Performance - Advisor is enabled. The default is false.' + description: |- + Deprecated: This flag is not supported anymore. + Flag that indicates whether autopilot mode for Performance Advisor is enabled. + The default is false. type: boolean compute: description: Collection of settings that configure how @@ -525,33 +523,36 @@ spec: type: boolean type: object backingProviderName: - description: 'Cloud service provider on which the host for - a multi-tenant deployment is provisioned. This setting only - works when "providerSetting.providerName" : "TENANT" and - "providerSetting.instanceSizeName" : M2 or M5.' + description: |- + Cloud service provider on which the host for a multi-tenant deployment is provisioned. + This setting only works when "providerSetting.providerName" : "TENANT" and "providerSetting.instanceSizeName" : M2 or M5. enum: - AWS - GCP - AZURE type: string diskIOPS: - description: Disk IOPS setting for AWS storage. Set only if - you selected AWS as your cloud service provider. + description: |- + DEPRECATED FIELD. The value of this field doesn't take any effect. Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. format: int64 type: integer diskTypeName: - description: Type of disk if you selected Azure as your cloud - service provider. + description: DEPRECATED FIELD. The value of this field doesn't + take any effect. Type of disk if you selected Azure as your + cloud service provider. type: string encryptEBSVolume: - description: Flag that indicates whether the Amazon EBS encryption - feature encrypts the host's root volume for both data at - rest within the volume and for data moving between the volume - and the deployment. + description: DEPRECATED FIELD. The value of this field doesn't + take any effect. Flag that indicates whether the Amazon + EBS encryption feature encrypts the host's root volume for + both data at rest within the volume and for data moving + between the volume and the deployment. type: boolean instanceSizeName: - description: Atlas provides different deployment tiers, each - with a default storage capacity and RAM size. The deployment + description: DEPRECATED FIELD. The value of this field doesn't + take any effect. Atlas provides different deployment tiers, + each with a default storage capacity and RAM size. The deployment you select is used for all the data-bearing hosts in your deployment tier. type: string @@ -566,13 +567,14 @@ spec: - SERVERLESS type: string regionName: - description: Physical location of your MongoDB deployment. - The region you choose can affect network latency for clients - accessing your databases. + description: |- + Physical location of your MongoDB deployment. + The region you choose can affect network latency for clients accessing your databases. type: string volumeType: - description: Disk IOPS setting for AWS storage. Set only if - you selected AWS as your cloud service provider. + description: |- + DEPRECATED FIELD. The value of this field doesn't take any effect. Disk IOPS setting for AWS storage. + Set only if you selected AWS as your cloud service provider. enum: - STANDARD - PROVISIONED @@ -654,22 +656,20 @@ spec: your applications use to connect to this cluster. properties: private: - description: Network-peering-endpoint-aware mongodb:// connection - strings for each interface VPC endpoint you configured to connect - to this cluster. Atlas returns this parameter only if you created - a network peering connection to this cluster. + description: |- + Network-peering-endpoint-aware mongodb:// connection strings for each interface VPC endpoint you configured to connect to this cluster. + Atlas returns this parameter only if you created a network peering connection to this cluster. type: string privateEndpoint: - description: Private endpoint connection strings. Each object - describes the connection strings you can use to connect to this - cluster through a private endpoint. Atlas returns this parameter - only if you deployed a private endpoint to all regions to which - you deployed this cluster's nodes. + description: |- + Private endpoint connection strings. + Each object describes the connection strings you can use to connect to this cluster through a private endpoint. + Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes. items: - description: PrivateEndpoint connection strings. Each object - describes the connection strings you can use to connect to - this cluster through a private endpoint. Atlas returns this - parameter only if you deployed a private endpoint to all regions + description: |- + PrivateEndpoint connection strings. Each object describes the connection strings + you can use to connect to this cluster through a private endpoint. + Atlas returns this parameter only if you deployed a private endpoint to all regions to which you deployed this cluster's nodes. properties: connectionString: @@ -705,18 +705,25 @@ spec: string for this private endpoint. type: string type: - description: "Type of MongoDB process that you connect to - with the connection strings \n Atlas returns: \n • MONGOD - for replica sets, or \n • MONGOS for sharded clusters" + description: |- + Type of MongoDB process that you connect to with the connection strings + + + Atlas returns: + + + • MONGOD for replica sets, or + + + • MONGOS for sharded clusters type: string type: object type: array privateSrv: - description: Network-peering-endpoint-aware mongodb+srv:// connection - strings for each interface VPC endpoint you configured to connect - to this cluster. Atlas returns this parameter only if you created - a network peering connection to this cluster. Use this URI format - if your driver supports it. If it doesn't, use connectionStrings.private. + description: |- + Network-peering-endpoint-aware mongodb+srv:// connection strings for each interface VPC endpoint you configured to connect to this cluster. + Atlas returns this parameter only if you created a network peering connection to this cluster. + Use this URI format if your driver supports it. If it doesn't, use connectionStrings.private. type: string standard: description: Public mongodb:// connection string for this cluster. @@ -768,15 +775,14 @@ spec: runs, in . format. type: string mongoURIUpdated: - description: MongoURIUpdated is a timestamp in ISO 8601 date and time - format in UTC when the connection string was last updated. The connection - string changes if you update any of the other values. + description: |- + MongoURIUpdated is a timestamp in ISO 8601 date and time format in UTC when the connection string was last updated. + The connection string changes if you update any of the other values. type: string observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer replicaSets: @@ -835,8 +841,9 @@ spec: type: object type: array stateName: - description: 'StateName is the current state of the cluster. The possible - states are: IDLE, CREATING, UPDATING, DELETING, DELETED, REPAIRING' + description: |- + StateName is the current state of the cluster. + The possible states are: IDLE, CREATING, UPDATING, DELETING, DELETED, REPAIRING type: string required: - conditions diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml index db75750f..8b600200 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -24,22 +24,28 @@ spec: description: AtlasFederatedAuth is the Schema for the Atlasfederatedauth API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object spec: properties: connectionSecretRef: - description: Connection secret with API credentials for configuring - the federation. These credentials must have OrganizationOwner permissions. + description: |- + Connection secret with API credentials for configuring the federation. + These credentials must have OrganizationOwner permissions. properties: name: description: Name is the name of the Kubernetes Resource @@ -58,10 +64,10 @@ spec: type: array domainRestrictionEnabled: default: false - description: Prevent users in the federation from accessing organizations - outside of the federation, and creating new organizations. This - option applies to the entire federation. See more information at - https://www.mongodb.com/docs/atlas/security/federation-advanced-options/#restrict-user-membership-to-the-federation + description: |- + Prevent users in the federation from accessing organizations outside of the federation, and creating new organizations. + This option applies to the entire federation. + See more information at https://www.mongodb.com/docs/atlas/security/federation-advanced-options/#restrict-user-membership-to-the-federation type: boolean enabled: default: false @@ -159,10 +165,9 @@ spec: type: object type: array observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer required: 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 8ce5f238..32cb403a 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -28,14 +28,19 @@ spec: description: AtlasProject is the Schema for the atlasprojects API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -44,11 +49,10 @@ spec: Atlas properties: alertConfigurationSyncEnabled: - description: AlertConfigurationSyncEnabled is a flag that enables/disables - Alert Configurations sync for the current Project. If true - project - alert configurations will be synced according to AlertConfigurations. - If not - alert configurations will not be modified by the operator. - They can be managed through API, cli, UI. + description: |- + AlertConfigurationSyncEnabled is a flag that enables/disables Alert Configurations sync for the current Project. + If true - project alert configurations will be synced according to AlertConfigurations. + If not - alert configurations will not be modified by the operator. They can be managed through API, cli, UI. type: boolean alertConfigurations: description: AlertConfiguration is a list of Alert Configurations @@ -308,13 +312,13 @@ spec: type: boolean type: object cloudProviderAccessRoles: - description: 'CloudProviderAccessRoles is a list of Cloud Provider - Access Roles configured for the current Project. Deprecated: This - configuration was deprecated in favor of CloudProviderIntegrations' + description: |- + CloudProviderAccessRoles is a list of Cloud Provider Access Roles configured for the current Project. + Deprecated: This configuration was deprecated in favor of CloudProviderIntegrations items: - description: 'CloudProviderAccessRole define an integration to a - cloud provider Deprecated: This type is deprecated in favor of - CloudProviderIntegration' + description: |- + CloudProviderAccessRole define an integration to a cloud provider + Deprecated: This type is deprecated in favor of CloudProviderIntegration properties: iamAssumedRoleArn: description: IamAssumedRoleArn is the ARN of the IAM role that @@ -348,10 +352,9 @@ spec: type: object type: array connectionSecretRef: - description: ConnectionSecret is the name of the Kubernetes Secret - which contains the information about the way to connect to Atlas - (organization ID, API keys). The default Operator connection configuration - will be used if not provided. + description: |- + ConnectionSecret is the name of the Kubernetes Secret which contains the information about the way to connect to + Atlas (organization ID, API keys). The default Operator connection configuration will be used if not provided. properties: name: description: Name is the name of the Kubernetes Resource @@ -687,37 +690,37 @@ spec: type: object type: array maintenanceWindow: - description: MaintenanceWindow allows to specify a preferred time - in the week to run maintenance operations. See more information - at https://www.mongodb.com/docs/atlas/reference/api/maintenance-windows/ + description: |- + MaintenanceWindow allows to specify a preferred time in the week to run maintenance operations. See more + information at https://www.mongodb.com/docs/atlas/reference/api/maintenance-windows/ properties: autoDefer: description: Flag indicating whether any scheduled project maintenance should be deferred automatically for one week. type: boolean dayOfWeek: - description: Day of the week when you would like the maintenance - window to start as a 1-based integer. Sunday 1, Monday 2, Tuesday - 3, Wednesday 4, Thursday 5, Friday 6, Saturday 7 + description: |- + Day of the week when you would like the maintenance window to start as a 1-based integer. + Sunday 1, Monday 2, Tuesday 3, Wednesday 4, Thursday 5, Friday 6, Saturday 7 maximum: 7 minimum: 1 type: integer defer: - description: Flag indicating whether the next scheduled project - maintenance should be deferred for one week. Cannot be specified - if startASAP is true + description: |- + Flag indicating whether the next scheduled project maintenance should be deferred for one week. + Cannot be specified if startASAP is true type: boolean hourOfDay: - description: Hour of the day when you would like the maintenance - window to start. This parameter uses the 24-hour clock, where - midnight is 0, noon is 12. + description: |- + Hour of the day when you would like the maintenance window to start. + This parameter uses the 24-hour clock, where midnight is 0, noon is 12. maximum: 23 minimum: 0 type: integer startASAP: - description: Flag indicating whether project maintenance has been - directed to start immediately. Cannot be specified if defer - is true + description: |- + Flag indicating whether project maintenance has been directed to start immediately. + Cannot be specified if defer is true type: boolean type: object name: @@ -841,8 +844,9 @@ spec: type: object type: array projectIpAccessList: - description: ProjectIPAccessList allows to enable the IP Access List - for the Project. See more information at https://docs.atlas.mongodb.com/reference/api/ip-access-list/add-entries-to-access-list/ + description: |- + ProjectIPAccessList allows to enable the IP Access List for the Project. See more information at + https://docs.atlas.mongodb.com/reference/api/ip-access-list/add-entries-to-access-list/ items: properties: awsSecurityGroup: @@ -867,10 +871,10 @@ spec: type: array regionUsageRestrictions: default: NONE - description: RegionUsageRestrictions designate the project's AWS region - when using Atlas for Government. This parameter should not be used - with commercial Atlas. In Atlas for Government, not setting this - field (defaulting to NONE) means the project is restricted to COMMERCIAL_FEDRAMP_REGIONS_ONLY + description: |- + RegionUsageRestrictions designate the project's AWS region when using Atlas for Government. + This parameter should not be used with commercial Atlas. + In Atlas for Government, not setting this field (defaulting to NONE) means the project is restricted to COMMERCIAL_FEDRAMP_REGIONS_ONLY enum: - NONE - GOV_REGIONS_ONLY @@ -1229,10 +1233,10 @@ spec: type: object type: array authModes: - description: AuthModes contains a list of configured authentication - modes "SCRAM" is default authentication method and requires a password - for each user "X509" signifies that self-managed X.509 authentication - is configured + description: |- + AuthModes contains a list of configured authentication modes + "SCRAM" is default authentication method and requires a password for each user + "X509" signifies that self-managed X.509 authentication is configured items: type: string type: array @@ -1323,10 +1327,9 @@ spec: type: object type: array expiredIpAccessList: - description: The list of IP Access List entries that are expired due - to 'deleteAfterDate' being less than the current date. Note, that - this field is updated by the Atlas Operator only after specification - changes + description: |- + The list of IP Access List entries that are expired due to 'deleteAfterDate' being less than the current date. + Note, that this field is updated by the Atlas Operator only after specification changes items: properties: awsSecurityGroup: @@ -1408,9 +1411,9 @@ spec: AWS. type: string vpc: - description: VPC is general purpose field for storing the name - of the VPC. VPC is vpcID for AWS, user networkName for GCP, - and vnetName for Azure. + description: |- + VPC is general purpose field for storing the name of the VPC. + VPC is vpcID for AWS, user networkName for GCP, and vnetName for Azure. type: string required: - id @@ -1419,10 +1422,9 @@ spec: type: object type: array observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer privateEndpoints: @@ -1484,7 +1486,8 @@ spec: type: object type: array prometheus: - description: Prometheus contains the status for Prometheus integration + description: |- + Prometheus contains the status for Prometheus integration including the prometheusDiscoveryURL properties: prometheusDiscoveryURL: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml index 94bd2d1b..12fa15de 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.9.2 + controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null labels: app.kubernetes.io/component: controller @@ -28,14 +28,19 @@ spec: description: AtlasTeam is the Schema for the Atlas Teams API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -91,10 +96,9 @@ spec: description: ID of the team type: string observedGeneration: - description: ObservedGeneration indicates the generation of the resource - specification that the Atlas Operator is aware of. The Atlas Operator - updates this field to the 'metadata.generation' as soon as it starts - reconciliation of the resource. + description: |- + ObservedGeneration indicates the generation of the resource specification that the Atlas Operator is aware of. + The Atlas Operator updates this field to the 'metadata.generation' as soon as it starts reconciliation of the resource. format: int64 type: integer projects: diff --git a/charts/atlas-operator/Chart.yaml b/charts/atlas-operator/Chart.yaml index c936bb8c..d40c6c0f 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.2.0 -appVersion: 2.2.0 +version: 2.2.1 +appVersion: 2.2.1 kubeVersion: ">=1.15.0-0" keywords: - mongodb @@ -19,6 +19,6 @@ maintainers: email: support@mongodb.com dependencies: - name: mongodb-atlas-operator-crds - version: "2.2.0" + version: "2.2.1" repository: "https://mongodb.github.io/helm-charts" condition: mongodb-atlas-operator-crds.enabled