Skip to content

Commit c84089f

Browse files
Release test-0.0.0
1 parent b05573e commit c84089f

File tree

12 files changed

+93
-12
lines changed

12 files changed

+93
-12
lines changed

bundle/manifests/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,12 @@ spec:
918918
- name
919919
- providerSettings
920920
type: object
921+
upgradeToDedicated:
922+
description: |2-
923+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
924+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
925+
This flag is ignored if the cluster is already dedicated.
926+
type: boolean
921927
type: object
922928
x-kubernetes-validations:
923929
- message: must define only one project reference through externalProjectRef

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ metadata:
534534
]
535535
capabilities: Full Lifecycle
536536
categories: Database
537-
createdAt: "2025-07-02T13:39:49Z"
537+
createdAt: "2025-07-14T21:47:19Z"
538538
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
539539
features.operators.openshift.io/disconnected: "false"
540540
features.operators.openshift.io/fips-compliant: "false"
@@ -547,12 +547,12 @@ metadata:
547547
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
548548
repository: https://github.com/mongodb/mongodb-atlas-kubernetes
549549
support: support@mongodb.com
550-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.9.1
550+
containerImage: docker.io/andrpac/mongodb-atlas-kubernetes-operator:test-0.0.0
551551
labels:
552552
operatorframework.io/arch.amd64: supported
553553
operatorframework.io/arch.arm64: supported
554554
operatorframework.io/os.linux: supported
555-
name: mongodb-atlas-kubernetes.v2.9.1
555+
name: mongodb-atlas-kubernetes.v0.0.0
556556
namespace: placeholder
557557
spec:
558558
apiservicedefinitions: {}
@@ -808,7 +808,7 @@ spec:
808808
valueFrom:
809809
fieldRef:
810810
fieldPath: metadata.annotations['olm.targetNamespaces']
811-
image: mongodb/mongodb-atlas-kubernetes-operator:2.9.1
811+
image: docker.io/andrpac/mongodb-atlas-kubernetes-operator:test-0.0.0
812812
imagePullPolicy: Always
813813
livenessProbe:
814814
httpGet:
@@ -892,5 +892,5 @@ spec:
892892
maturity: beta
893893
provider:
894894
name: MongoDB, Inc
895-
version: 2.9.1
896-
replaces: mongodb-atlas-kubernetes.v2.9.0
895+
version: 0.0.0
896+
replaces: mongodb-atlas-kubernetes.v2.9.1

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
77
kind: Kustomization
88
images:
99
- name: controller
10-
newName: mongodb/mongodb-atlas-kubernetes-operator
11-
newTag: 2.9.1
10+
newName: docker.io/andrpac/mongodb-atlas-kubernetes-operator
11+
newTag: test-0.0.0

deploy/all-in-one.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,6 +2326,12 @@ spec:
23262326
- name
23272327
- providerSettings
23282328
type: object
2329+
upgradeToDedicated:
2330+
description: |2-
2331+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2332+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2333+
This flag is ignored if the cluster is already dedicated.
2334+
type: boolean
23292335
type: object
23302336
x-kubernetes-validations:
23312337
- message: must define only one project reference through externalProjectRef
@@ -6874,7 +6880,7 @@ spec:
68746880
valueFrom:
68756881
fieldRef:
68766882
fieldPath: metadata.namespace
6877-
image: mongodb/mongodb-atlas-kubernetes-operator:2.9.1
6883+
image: docker.io/andrpac/mongodb-atlas-kubernetes-operator:test-0.0.0
68786884
imagePullPolicy: Always
68796885
livenessProbe:
68806886
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/andrpac/mongodb-atlas-kubernetes-operator:test-0.0.0
232232
imagePullPolicy: Always
233233
livenessProbe:
234234
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,12 @@ spec:
22892289
- name
22902290
- providerSettings
22912291
type: object
2292+
upgradeToDedicated:
2293+
description: |2-
2294+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2295+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2296+
This flag is ignored if the cluster is already dedicated.
2297+
type: boolean
22922298
type: object
22932299
x-kubernetes-validations:
22942300
- message: must define only one project reference through externalProjectRef

deploy/crds/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,12 @@ spec:
914914
- name
915915
- providerSettings
916916
type: object
917+
upgradeToDedicated:
918+
description: |2-
919+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
920+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
921+
This flag is ignored if the cluster is already dedicated.
922+
type: boolean
917923
type: object
918924
x-kubernetes-validations:
919925
- message: must define only one project reference through externalProjectRef

deploy/namespaced/crds.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,12 @@ spec:
22892289
- name
22902290
- providerSettings
22912291
type: object
2292+
upgradeToDedicated:
2293+
description: |2-
2294+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2295+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2296+
This flag is ignored if the cluster is already dedicated.
2297+
type: boolean
22922298
type: object
22932299
x-kubernetes-validations:
22942300
- message: must define only one project reference through externalProjectRef

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/andrpac/mongodb-atlas-kubernetes-operator:test-0.0.0
234234
imagePullPolicy: Always
235235
livenessProbe:
236236
httpGet:

deploy/openshift/crds.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,12 @@ spec:
22892289
- name
22902290
- providerSettings
22912291
type: object
2292+
upgradeToDedicated:
2293+
description: |2-
2294+
upgradeToDedicated, when set to true, triggers the migration from a Flex to a
2295+
Dedicated cluster. The user MUST provide the new dedicated cluster configuration.
2296+
This flag is ignored if the cluster is already dedicated.
2297+
type: boolean
22922298
type: object
22932299
x-kubernetes-validations:
22942300
- message: must define only one project reference through externalProjectRef

0 commit comments

Comments
 (0)