Skip to content

Commit b5ee8cb

Browse files
[autogenerated] update AKO helm-charts CLOUDP-355439__Backport_signatures_fix_to_tag_2_9_1_ by @josvazg
1 parent 3c71aea commit b5ee8cb

File tree

6 files changed

+7
-39
lines changed

6 files changed

+7
-39
lines changed

charts/atlas-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mongodb-atlas-operator-crds
33
description: MongoDB Atlas Operator CRDs - Helm chart for installing and upgrading Custom Resource Definitions (CRDs) for the Atlas Operator.
44
type: application
5-
version: 2.11.1
6-
appVersion: 2.11.1
5+
version: 2.9.1
6+
appVersion: 2.9.1
77
kubeVersion: ">=1.15.0-0"
88
keywords:
99
- mongodb

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,6 @@ 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
127120
customZoneMapping:
128121
items:
129122
properties:
@@ -208,9 +201,6 @@ spec:
208201
Can only contain ASCII letters, numbers, and hyphens.
209202
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
210203
type: string
211-
x-kubernetes-validations:
212-
- message: Name cannot be modified after deployment creation
213-
rule: self == oldSelf
214204
paused:
215205
description: Flag that indicates whether the deployment should
216206
be paused.
@@ -928,12 +918,6 @@ spec:
928918
- name
929919
- providerSettings
930920
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
937921
type: object
938922
x-kubernetes-validations:
939923
- message: must define only one project reference through externalProjectRef

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,6 @@ 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
299290
threshold:
300291
description: Threshold causes an alert to be triggered.
301292
properties:
@@ -759,9 +750,6 @@ spec:
759750
description: Name is the name of the Project that is created in Atlas
760751
by the Operator if it doesn't exist yet.
761752
type: string
762-
x-kubernetes-validations:
763-
- message: Name cannot be modified after project creation
764-
rule: self == oldSelf
765753
networkPeers:
766754
description: NetworkPeers is a list of Network Peers configured for
767755
the current Project.
@@ -1237,9 +1225,6 @@ spec:
12371225
description: When the alert was closed. Only present if the
12381226
status is CLOSED.
12391227
type: string
1240-
severityOverride:
1241-
description: Severity of the alert.
1242-
type: string
12431228
sourceTypeName:
12441229
description: For alerts of the type BACKUP, the type of server
12451230
being backed up.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: apiextensions.k8s.io/v1
23
kind: CustomResourceDefinition
34
metadata:
@@ -431,4 +432,4 @@ status:
431432
kind: ""
432433
plural: ""
433434
conditions: null
434-
storedVersions: null
435+
storedVersions: null

charts/atlas-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: mongodb-atlas-operator
33
description: |-
44
MongoDB Atlas Operator - a Helm chart for installing and upgrading Atlas Operator: the official Kubernetes operator allowing to manage MongoDB Atlas resources from Kubernetes
55
type: application
6-
version: 2.11.1
7-
appVersion: 2.11.1
6+
version: 2.9.1
7+
appVersion: 2.9.1
88
kubeVersion: ">=1.15.0-0"
99
keywords:
1010
- mongodb
@@ -19,6 +19,6 @@ maintainers:
1919
2020
dependencies:
2121
- name: mongodb-atlas-operator-crds
22-
version: "2.11.1"
22+
version: "2.9.1"
2323
repository: "https://mongodb.github.io/helm-charts"
2424
condition: mongodb-atlas-operator-crds.enabled

charts/atlas-operator/rbac.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
- atlasstreaminstances
3939
- atlasteams
4040
- atlasthirdpartyintegrations
41-
- atlasorgsettings
4241
verbs:
4342
- create
4443
- delete
@@ -68,7 +67,6 @@
6867
- atlasstreaminstances/status
6968
- atlasteams/status
7069
- atlasthirdpartyintegrations/status
71-
- atlasorgsettings/status
7270
verbs:
7371
- get
7472
- patch

0 commit comments

Comments
 (0)