Skip to content

Commit

Permalink
Release 0.6.1 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 3, 2021
1 parent 67a1a22 commit f41c9a6
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 17 deletions.
1 change: 0 additions & 1 deletion bundle/manifests/atlas.mongodb.com_atlasclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ spec:
type: string
required:
- name
- namespace
type: object
providerBackupEnabled:
description: Applicable only for M10+ clusters. Flag that indicates if the cluster uses Cloud Backups for backups.
Expand Down
1 change: 0 additions & 1 deletion bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ spec:
type: string
required:
- name
- namespace
type: object
roles:
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
operators.operatorframework.io/builder: operator-sdk-v1.4.2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: mongodb-atlas-kubernetes.v0.6.0
name: mongodb-atlas-kubernetes.v0.6.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -333,7 +333,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: registry.connect.redhat.com/mongodb/mongodb-atlas-kubernetes-operator:0.6.0
image: registry.connect.redhat.com/mongodb/mongodb-atlas-kubernetes-operator:0.6.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -408,5 +408,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 0.6.0
replaces: mongodb-atlas-kubernetes.v0.5.0
version: 0.6.1
replaces: mongodb-atlas-kubernetes.v0.6.0
4 changes: 1 addition & 3 deletions deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ spec:
type: string
required:
- name
- namespace
type: object
providerBackupEnabled:
description: Applicable only for M10+ clusters. Flag that indicates
Expand Down Expand Up @@ -578,7 +577,6 @@ spec:
type: string
required:
- name
- namespace
type: object
roles:
description: Roles is an array of this user's roles and the databases
Expand Down Expand Up @@ -1144,7 +1142,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.0
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterwide/clusterwide-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.0
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 0 additions & 2 deletions deploy/clusterwide/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ spec:
type: string
required:
- name
- namespace
type: object
providerBackupEnabled:
description: Applicable only for M10+ clusters. Flag that indicates
Expand Down Expand Up @@ -561,7 +560,6 @@ spec:
type: string
required:
- name
- namespace
type: object
roles:
description: Roles is an array of this user's roles and the databases
Expand Down
1 change: 0 additions & 1 deletion deploy/crds/atlas.mongodb.com_atlasclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ spec:
type: string
required:
- name
- namespace
type: object
providerBackupEnabled:
description: Applicable only for M10+ clusters. Flag that indicates
Expand Down
1 change: 0 additions & 1 deletion deploy/crds/atlas.mongodb.com_atlasdatabaseusers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ spec:
type: string
required:
- name
- namespace
type: object
roles:
description: Roles is an array of this user's roles and the databases
Expand Down
2 changes: 0 additions & 2 deletions deploy/namespaced/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ spec:
type: string
required:
- name
- namespace
type: object
providerBackupEnabled:
description: Applicable only for M10+ clusters. Flag that indicates
Expand Down Expand Up @@ -561,7 +560,6 @@ spec:
type: string
required:
- name
- namespace
type: object
roles:
description: Roles is an array of this user's roles and the databases
Expand Down
2 changes: 1 addition & 1 deletion deploy/namespaced/namespaced-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.0
image: mongodb/mongodb-atlas-kubernetes-operator:0.6.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit f41c9a6

Please sign in to comment.