Skip to content

Commit 4211352

Browse files
authored
CLOUDP-339233: Fix v2.10.0 tag to update deploy and helm-charts (#2604)
* CLOUDP-339233: Fix v2.10.10 tag to update deploy and helm-charts * Fix up suggestions * Fix releases chart versions as well Signed-off-by: jose.vazquez <[email protected]> --------- Signed-off-by: jose.vazquez <[email protected]>
1 parent cfedfa2 commit 4211352

File tree

17 files changed

+78
-18
lines changed

17 files changed

+78
-18
lines changed

deploy/all-in-one.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,9 @@ spec:
16091609
Can only contain ASCII letters, numbers, and hyphens.
16101610
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
16111611
type: string
1612+
x-kubernetes-validations:
1613+
- message: Name cannot be modified after deployment creation
1614+
rule: self == oldSelf
16121615
paused:
16131616
description: Flag that indicates whether the deployment should
16141617
be paused.
@@ -2326,6 +2329,12 @@ spec:
23262329
- name
23272330
- providerSettings
23282331
type: object
2332+
upgradeToDedicated:
2333+
description: |2-
2334+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2335+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2336+
This flag is ignored if the cluster is already dedicated.
2337+
type: boolean
23292338
type: object
23302339
x-kubernetes-validations:
23312340
- message: must define only one project reference through externalProjectRef
@@ -4562,6 +4571,9 @@ spec:
45624571
description: Name is the name of the Project that is created in Atlas
45634572
by the Operator if it doesn't exist yet.
45644573
type: string
4574+
x-kubernetes-validations:
4575+
- message: Name cannot be modified after project creation
4576+
rule: self == oldSelf
45654577
networkPeers:
45664578
description: NetworkPeers is a list of Network Peers configured for
45674579
the current Project.
@@ -6874,7 +6886,7 @@ spec:
68746886
valueFrom:
68756887
fieldRef:
68766888
fieldPath: metadata.namespace
6877-
image: mongodb/mongodb-atlas-kubernetes-operator:2.9.1
6889+
image: docker.io/mongodb/mongodb-atlas-kubernetes-operator:2.10.0
68786890
imagePullPolicy: Always
68796891
livenessProbe:
68806892
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ spec:
228228
valueFrom:
229229
fieldRef:
230230
fieldPath: metadata.namespace
231-
image: mongodb/mongodb-atlas-kubernetes-operator:2.9.1
231+
image: docker.io/mongodb/mongodb-atlas-kubernetes-operator:2.10.0
232232
imagePullPolicy: Always
233233
livenessProbe:
234234
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,9 @@ spec:
15721572
Can only contain ASCII letters, numbers, and hyphens.
15731573
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
15741574
type: string
1575+
x-kubernetes-validations:
1576+
- message: Name cannot be modified after deployment creation
1577+
rule: self == oldSelf
15751578
paused:
15761579
description: Flag that indicates whether the deployment should
15771580
be paused.
@@ -2289,6 +2292,12 @@ spec:
22892292
- name
22902293
- providerSettings
22912294
type: object
2295+
upgradeToDedicated:
2296+
description: |2-
2297+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2298+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2299+
This flag is ignored if the cluster is already dedicated.
2300+
type: boolean
22922301
type: object
22932302
x-kubernetes-validations:
22942303
- message: must define only one project reference through externalProjectRef
@@ -4501,6 +4510,9 @@ spec:
45014510
description: Name is the name of the Project that is created in Atlas
45024511
by the Operator if it doesn't exist yet.
45034512
type: string
4513+
x-kubernetes-validations:
4514+
- message: Name cannot be modified after project creation
4515+
rule: self == oldSelf
45044516
networkPeers:
45054517
description: NetworkPeers is a list of Network Peers configured for
45064518
the current Project.

deploy/crds/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ spec:
197197
Can only contain ASCII letters, numbers, and hyphens.
198198
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
199199
type: string
200+
x-kubernetes-validations:
201+
- message: Name cannot be modified after deployment creation
202+
rule: self == oldSelf
200203
paused:
201204
description: Flag that indicates whether the deployment should
202205
be paused.
@@ -914,6 +917,12 @@ spec:
914917
- name
915918
- providerSettings
916919
type: object
920+
upgradeToDedicated:
921+
description: |2-
922+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
923+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
924+
This flag is ignored if the cluster is already dedicated.
925+
type: boolean
917926
type: object
918927
x-kubernetes-validations:
919928
- message: must define only one project reference through externalProjectRef

deploy/crds/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,9 @@ spec:
746746
description: Name is the name of the Project that is created in Atlas
747747
by the Operator if it doesn't exist yet.
748748
type: string
749+
x-kubernetes-validations:
750+
- message: Name cannot be modified after project creation
751+
rule: self == oldSelf
749752
networkPeers:
750753
description: NetworkPeers is a list of Network Peers configured for
751754
the current Project.

deploy/namespaced/crds.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,9 @@ spec:
15721572
Can only contain ASCII letters, numbers, and hyphens.
15731573
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
15741574
type: string
1575+
x-kubernetes-validations:
1576+
- message: Name cannot be modified after deployment creation
1577+
rule: self == oldSelf
15751578
paused:
15761579
description: Flag that indicates whether the deployment should
15771580
be paused.
@@ -2289,6 +2292,12 @@ spec:
22892292
- name
22902293
- providerSettings
22912294
type: object
2295+
upgradeToDedicated:
2296+
description: |2-
2297+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2298+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2299+
This flag is ignored if the cluster is already dedicated.
2300+
type: boolean
22922301
type: object
22932302
x-kubernetes-validations:
22942303
- message: must define only one project reference through externalProjectRef
@@ -4501,6 +4510,9 @@ spec:
45014510
description: Name is the name of the Project that is created in Atlas
45024511
by the Operator if it doesn't exist yet.
45034512
type: string
4513+
x-kubernetes-validations:
4514+
- message: Name cannot be modified after project creation
4515+
rule: self == oldSelf
45044516
networkPeers:
45054517
description: NetworkPeers is a list of Network Peers configured for
45064518
the current Project.

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ spec:
230230
valueFrom:
231231
fieldRef:
232232
fieldPath: metadata.namespace
233-
image: mongodb/mongodb-atlas-kubernetes-operator:2.9.1
233+
image: docker.io/mongodb/mongodb-atlas-kubernetes-operator:2.10.0
234234
imagePullPolicy: Always
235235
livenessProbe:
236236
httpGet:

deploy/openshift/crds.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,9 @@ spec:
15721572
Can only contain ASCII letters, numbers, and hyphens.
15731573
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
15741574
type: string
1575+
x-kubernetes-validations:
1576+
- message: Name cannot be modified after deployment creation
1577+
rule: self == oldSelf
15751578
paused:
15761579
description: Flag that indicates whether the deployment should
15771580
be paused.
@@ -2289,6 +2292,12 @@ spec:
22892292
- name
22902293
- providerSettings
22912294
type: object
2295+
upgradeToDedicated:
2296+
description: |2-
2297+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2298+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2299+
This flag is ignored if the cluster is already dedicated.
2300+
type: boolean
22922301
type: object
22932302
x-kubernetes-validations:
22942303
- message: must define only one project reference through externalProjectRef
@@ -4501,6 +4510,9 @@ spec:
45014510
description: Name is the name of the Project that is created in Atlas
45024511
by the Operator if it doesn't exist yet.
45034512
type: string
4513+
x-kubernetes-validations:
4514+
- message: Name cannot be modified after project creation
4515+
rule: self == oldSelf
45044516
networkPeers:
45054517
description: NetworkPeers is a list of Network Peers configured for
45064518
the current Project.

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ spec:
229229
valueFrom:
230230
fieldRef:
231231
fieldPath: metadata.namespace
232-
image: mongodb/mongodb-atlas-kubernetes-operator:2.9.1
232+
image: docker.io/mongodb/mongodb-atlas-kubernetes-operator:2.10.0
233233
imagePullPolicy: Always
234234
livenessProbe:
235235
httpGet:

helm-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.9.1
6-
appVersion: 2.9.1
5+
version: 2.10.0
6+
appVersion: 2.10.0
77
kubeVersion: ">=1.15.0-0"
88
keywords:
99
- mongodb

0 commit comments

Comments
 (0)