Skip to content

Commit 3f1b8ca

Browse files
committed
update helm charts
1 parent 37d2456 commit 3f1b8ca

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

helm-charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ spec:
117117
- SHARDED
118118
- GEOSHARDED
119119
type: string
120+
configServerManagementMode:
121+
description: Config Server Management Mode for creating or updating
122+
a sharded cluster.
123+
enum:
124+
- ATLAS_MANAGED
125+
- FIXED_TO_DEDICATED
126+
type: string
120127
customZoneMapping:
121128
items:
122129
properties:
@@ -201,6 +208,9 @@ spec:
201208
Can only contain ASCII letters, numbers, and hyphens.
202209
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
203210
type: string
211+
x-kubernetes-validations:
212+
- message: Name cannot be modified after deployment creation
213+
rule: self == oldSelf
204214
paused:
205215
description: Flag that indicates whether the deployment should
206216
be paused.
@@ -918,6 +928,12 @@ spec:
918928
- name
919929
- providerSettings
920930
type: object
931+
upgradeToDedicated:
932+
description: |2-
933+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
934+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
935+
This flag is ignored if the cluster is already dedicated.
936+
type: boolean
921937
type: object
922938
x-kubernetes-validations:
923939
- message: must define only one project reference through externalProjectRef

helm-charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,15 @@ spec:
287287
type: object
288288
type: object
289289
type: array
290+
severityOverride:
291+
description: SeverityOverride optionally overrides the default
292+
severity level for an alert.
293+
enum:
294+
- INFO
295+
- WARNING
296+
- ERROR
297+
- CRITICAL
298+
type: string
290299
threshold:
291300
description: Threshold causes an alert to be triggered.
292301
properties:
@@ -750,6 +759,9 @@ spec:
750759
description: Name is the name of the Project that is created in Atlas
751760
by the Operator if it doesn't exist yet.
752761
type: string
762+
x-kubernetes-validations:
763+
- message: Name cannot be modified after project creation
764+
rule: self == oldSelf
753765
networkPeers:
754766
description: NetworkPeers is a list of Network Peers configured for
755767
the current Project.
@@ -1225,6 +1237,9 @@ spec:
12251237
description: When the alert was closed. Only present if the
12261238
status is CLOSED.
12271239
type: string
1240+
severityOverride:
1241+
description: Severity of the alert.
1242+
type: string
12281243
sourceTypeName:
12291244
description: For alerts of the type BACKUP, the type of server
12301245
being backed up.

helm-charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasthirdpartyintegrations.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: apiextensions.k8s.io/v1
32
kind: CustomResourceDefinition
43
metadata:
@@ -432,4 +431,4 @@ status:
432431
kind: ""
433432
plural: ""
434433
conditions: null
435-
storedVersions: null
434+
storedVersions: null

0 commit comments

Comments
 (0)