Skip to content

Commit f41c9a6

Browse files
Release 0.6.1 (#300)
1 parent 67a1a22 commit f41c9a6

10 files changed

+7
-17
lines changed

bundle/manifests/atlas.mongodb.com_atlasclusters.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ spec:
133133
type: string
134134
required:
135135
- name
136-
- namespace
137136
type: object
138137
providerBackupEnabled:
139138
description: Applicable only for M10+ clusters. Flag that indicates if the cluster uses Cloud Backups for backups.

bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ spec:
8080
type: string
8181
required:
8282
- name
83-
- namespace
8483
type: object
8584
roles:
8685
description: Roles is an array of this user's roles and the databases / collections on which the roles apply. A role allows the user to perform particular actions on the specified database.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ metadata:
6767
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
6868
operators.operatorframework.io/builder: operator-sdk-v1.4.2
6969
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
70-
name: mongodb-atlas-kubernetes.v0.6.0
70+
name: mongodb-atlas-kubernetes.v0.6.1
7171
namespace: placeholder
7272
spec:
7373
apiservicedefinitions: {}
@@ -333,7 +333,7 @@ spec:
333333
valueFrom:
334334
fieldRef:
335335
fieldPath: metadata.namespace
336-
image: registry.connect.redhat.com/mongodb/mongodb-atlas-kubernetes-operator:0.6.0
336+
image: registry.connect.redhat.com/mongodb/mongodb-atlas-kubernetes-operator:0.6.1
337337
imagePullPolicy: Always
338338
livenessProbe:
339339
httpGet:
@@ -408,5 +408,5 @@ spec:
408408
maturity: beta
409409
provider:
410410
name: MongoDB, Inc
411-
version: 0.6.0
412-
replaces: mongodb-atlas-kubernetes.v0.5.0
411+
version: 0.6.1
412+
replaces: mongodb-atlas-kubernetes.v0.6.0

deploy/all-in-one.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ spec:
177177
type: string
178178
required:
179179
- name
180-
- namespace
181180
type: object
182181
providerBackupEnabled:
183182
description: Applicable only for M10+ clusters. Flag that indicates
@@ -578,7 +577,6 @@ spec:
578577
type: string
579578
required:
580579
- name
581-
- namespace
582580
type: object
583581
roles:
584582
description: Roles is an array of this user's roles and the databases
@@ -1144,7 +1142,7 @@ spec:
11441142
valueFrom:
11451143
fieldRef:
11461144
fieldPath: metadata.namespace
1147-
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.0
1145+
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.1
11481146
imagePullPolicy: Always
11491147
livenessProbe:
11501148
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ spec:
272272
valueFrom:
273273
fieldRef:
274274
fieldPath: metadata.namespace
275-
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.0
275+
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.1
276276
imagePullPolicy: Always
277277
livenessProbe:
278278
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ spec:
164164
type: string
165165
required:
166166
- name
167-
- namespace
168167
type: object
169168
providerBackupEnabled:
170169
description: Applicable only for M10+ clusters. Flag that indicates
@@ -561,7 +560,6 @@ spec:
561560
type: string
562561
required:
563562
- name
564-
- namespace
565563
type: object
566564
roles:
567565
description: Roles is an array of this user's roles and the databases

deploy/crds/atlas.mongodb.com_atlasclusters.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ spec:
166166
type: string
167167
required:
168168
- name
169-
- namespace
170169
type: object
171170
providerBackupEnabled:
172171
description: Applicable only for M10+ clusters. Flag that indicates

deploy/crds/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ spec:
9191
type: string
9292
required:
9393
- name
94-
- namespace
9594
type: object
9695
roles:
9796
description: Roles is an array of this user's roles and the databases

deploy/namespaced/crds.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ spec:
164164
type: string
165165
required:
166166
- name
167-
- namespace
168167
type: object
169168
providerBackupEnabled:
170169
description: Applicable only for M10+ clusters. Flag that indicates
@@ -561,7 +560,6 @@ spec:
561560
type: string
562561
required:
563562
- name
564-
- namespace
565563
type: object
566564
roles:
567565
description: Roles is an array of this user's roles and the databases

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ spec:
280280
valueFrom:
281281
fieldRef:
282282
fieldPath: metadata.namespace
283-
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.0
283+
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.1
284284
imagePullPolicy: Always
285285
livenessProbe:
286286
httpGet:

0 commit comments

Comments
 (0)