Skip to content

Commit 49b6e00

Browse files
Release 2.3.1
1 parent 74fb724 commit 49b6e00

File tree

11 files changed

+86
-10
lines changed

11 files changed

+86
-10
lines changed

bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,13 @@ spec:
185185
maxLength: 1024
186186
type: string
187187
x509Type:
188+
default: NONE
188189
description: X509Type is X.509 method by which the database authenticates
189190
the provided username
191+
enum:
192+
- NONE
193+
- MANAGED
194+
- CUSTOMER
190195
type: string
191196
required:
192197
- projectRef

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ metadata:
168168
]
169169
capabilities: Full Lifecycle
170170
categories: Database
171-
createdAt: "2024-05-09T16:42:27Z"
171+
createdAt: "2024-06-10T11:59:18Z"
172172
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
173173
features.operators.openshift.io/disconnected: "false"
174174
features.operators.openshift.io/fips-compliant: "false"
@@ -179,12 +179,12 @@ metadata:
179179
features.operators.openshift.io/token-auth-gcp: "false"
180180
operators.operatorframework.io/builder: operator-sdk-v1.34.1
181181
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
182-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
182+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
183183
labels:
184184
operatorframework.io/arch.amd64: supported
185185
operatorframework.io/arch.arm64: supported
186186
operatorframework.io/os.linux: supported
187-
name: mongodb-atlas-kubernetes.v2.3.0
187+
name: mongodb-atlas-kubernetes.v2.3.1
188188
namespace: placeholder
189189
spec:
190190
apiservicedefinitions: {}
@@ -562,7 +562,7 @@ spec:
562562
valueFrom:
563563
fieldRef:
564564
fieldPath: metadata.annotations['olm.targetNamespaces']
565-
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
565+
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
566566
imagePullPolicy: Always
567567
livenessProbe:
568568
httpGet:
@@ -646,5 +646,5 @@ spec:
646646
maturity: beta
647647
provider:
648648
name: MongoDB, Inc
649-
version: 2.3.0
650-
replaces: mongodb-atlas-kubernetes.v2.2.2
649+
version: 2.3.1
650+
replaces: mongodb-atlas-kubernetes.v2.3.0

deploy/all-in-one.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,13 @@ spec:
560560
maxLength: 1024
561561
type: string
562562
x509Type:
563+
default: NONE
563564
description: X509Type is X.509 method by which the database authenticates
564565
the provided username
566+
enum:
567+
- NONE
568+
- MANAGED
569+
- CUSTOMER
565570
type: string
566571
required:
567572
- projectRef
@@ -4862,7 +4867,7 @@ spec:
48624867
valueFrom:
48634868
fieldRef:
48644869
fieldPath: metadata.namespace
4865-
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
4870+
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
48664871
imagePullPolicy: Always
48674872
livenessProbe:
48684873
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ spec:
386386
valueFrom:
387387
fieldRef:
388388
fieldPath: metadata.namespace
389-
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
389+
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
390390
imagePullPolicy: Always
391391
livenessProbe:
392392
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,13 @@ spec:
539539
maxLength: 1024
540540
type: string
541541
x509Type:
542+
default: NONE
542543
description: X509Type is X.509 method by which the database authenticates
543544
the provided username
545+
enum:
546+
- NONE
547+
- MANAGED
548+
- CUSTOMER
544549
type: string
545550
required:
546551
- projectRef

deploy/crds/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,13 @@ spec:
181181
maxLength: 1024
182182
type: string
183183
x509Type:
184+
default: NONE
184185
description: X509Type is X.509 method by which the database authenticates
185186
the provided username
187+
enum:
188+
- NONE
189+
- MANAGED
190+
- CUSTOMER
186191
type: string
187192
required:
188193
- projectRef

deploy/namespaced/crds.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,13 @@ spec:
539539
maxLength: 1024
540540
type: string
541541
x509Type:
542+
default: NONE
542543
description: X509Type is X.509 method by which the database authenticates
543544
the provided username
545+
enum:
546+
- NONE
547+
- MANAGED
548+
- CUSTOMER
544549
type: string
545550
required:
546551
- projectRef

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ spec:
392392
valueFrom:
393393
fieldRef:
394394
fieldPath: metadata.namespace
395-
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
395+
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
396396
imagePullPolicy: Always
397397
livenessProbe:
398398
httpGet:

deploy/openshift/crds.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,13 @@ spec:
539539
maxLength: 1024
540540
type: string
541541
x509Type:
542+
default: NONE
542543
description: X509Type is X.509 method by which the database authenticates
543544
the provided username
545+
enum:
546+
- NONE
547+
- MANAGED
548+
- CUSTOMER
544549
type: string
545550
required:
546551
- projectRef

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ spec:
391391
valueFrom:
392392
fieldRef:
393393
fieldPath: metadata.namespace
394-
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
394+
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
395395
imagePullPolicy: Always
396396
livenessProbe:
397397
httpGet:

0 commit comments

Comments
 (0)