Skip to content

Commit

Permalink
Kubernetes Enterprise Operator Release 1.15.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-build-account authored Feb 11, 2022
1 parent e899ff2 commit 5bebde4
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 40 deletions.
13 changes: 6 additions & 7 deletions charts/enterprise-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
apiVersion: v2
name: enterprise-operator
description: MongoDB Kubernetes Enterprise Operator
version: 1.14.0
version: 1.15.0
kubeVersion: '>=1.16-0'
type: application
keywords:
- mongodb
- database
- nosql
- mongodb
- database
- nosql
icon: https://mongodb-images-new.s3.eu-west-1.amazonaws.com/leaf-green-dark.png
home: https://github.com/mongodb/mongodb-enterprise-kubernetes
maintainers:
- name: MongoDB
email: [email protected]
- name: MongoDB
email: [email protected]
20 changes: 12 additions & 8 deletions charts/enterprise-operator/crds/mongodb.com_mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,21 +581,25 @@ spec:
created already.
type: string
enabled:
description: Enables TLS for this resource. This will make
the operator try to mount a Secret with a defined name (<resource-name>-cert).
This is only used when enabling TLS on a MongoDB resource,
and not on the AppDB, where TLS is configured by setting
`secretRef.Name`.
description: DEPRECATED please enable TLS by setting `security.certsSecretPrefix`
or `security.tls.secretRef.prefix`. Enables TLS for this
resource. This will make the operator try to mount a Secret
with a defined name (<resource-name>-cert). This is only
used when enabling TLS on a MongoDB resource, and not on
the AppDB, where TLS is configured by setting `secretRef.Name`.
type: boolean
secretRef:
description: SecretRef points to a Secret object containing
the certificates to use when enabling TLS.
description: DEPRECATED please use security.certsSecretPrefix
instead SecretRef points to a Secret object containing the
certificates to use when enabling TLS.
properties:
name:
description: DEPRECATED please use security.tls.secretRef.prefix
description: DEPRECATED please use security.certsSecretPrefix
instead
type: string
prefix:
description: DEPRECATED please use security.certsSecretPrefix
instead
type: string
type: object
type: object
Expand Down
20 changes: 12 additions & 8 deletions charts/enterprise-operator/crds/mongodb.com_mongodbmulti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,21 +356,25 @@ spec:
created already.
type: string
enabled:
description: Enables TLS for this resource. This will make
the operator try to mount a Secret with a defined name (<resource-name>-cert).
This is only used when enabling TLS on a MongoDB resource,
and not on the AppDB, where TLS is configured by setting
`secretRef.Name`.
description: DEPRECATED please enable TLS by setting `security.certsSecretPrefix`
or `security.tls.secretRef.prefix`. Enables TLS for this
resource. This will make the operator try to mount a Secret
with a defined name (<resource-name>-cert). This is only
used when enabling TLS on a MongoDB resource, and not on
the AppDB, where TLS is configured by setting `secretRef.Name`.
type: boolean
secretRef:
description: SecretRef points to a Secret object containing
the certificates to use when enabling TLS.
description: DEPRECATED please use security.certsSecretPrefix
instead SecretRef points to a Secret object containing the
certificates to use when enabling TLS.
properties:
name:
description: DEPRECATED please use security.tls.secretRef.prefix
description: DEPRECATED please use security.certsSecretPrefix
instead
type: string
prefix:
description: DEPRECATED please use security.certsSecretPrefix
instead
type: string
type: object
type: object
Expand Down
52 changes: 45 additions & 7 deletions charts/enterprise-operator/crds/mongodb.com_opsmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,29 @@ spec:
type: string
type: object
type: object
automationConfig:
description: AutomationConfigOverride holds any fields that will
be merged on top of the Automation Config that the operator
creates for the AppDB. Currently only the process.disabled field
is recognized.
properties:
processes:
items:
description: OverrideProcess contains fields that we can
override on the AutomationConfig processes.
properties:
disabled:
type: boolean
name:
type: string
required:
- disabled
- name
type: object
type: array
required:
- processes
type: object
cloudManager:
properties:
configMapRef:
Expand Down Expand Up @@ -422,21 +445,26 @@ spec:
the certificates created already.
type: string
enabled:
description: Enables TLS for this resource. This will
make the operator try to mount a Secret with a defined
name (<resource-name>-cert). This is only used when
enabling TLS on a MongoDB resource, and not on the AppDB,
where TLS is configured by setting `secretRef.Name`.
description: DEPRECATED please enable TLS by setting `security.certsSecretPrefix`
or `security.tls.secretRef.prefix`. Enables TLS for
this resource. This will make the operator try to mount
a Secret with a defined name (<resource-name>-cert).
This is only used when enabling TLS on a MongoDB resource,
and not on the AppDB, where TLS is configured by setting
`secretRef.Name`.
type: boolean
secretRef:
description: SecretRef points to a Secret object containing
description: DEPRECATED please use security.certsSecretPrefix
instead SecretRef points to a Secret object containing
the certificates to use when enabling TLS.
properties:
name:
description: DEPRECATED please use security.tls.secretRef.prefix
description: DEPRECATED please use security.certsSecretPrefix
instead
type: string
prefix:
description: DEPRECATED please use security.certsSecretPrefix
instead
type: string
type: object
type: object
Expand Down Expand Up @@ -557,6 +585,16 @@ spec:
- name
type: object
type: array
queryableBackupSecretRef:
description: QueryableBackupSecretRef references the secret which
contains the pem file which is used for queryable backup. This
will be mounted into the Ops Manager pod.
properties:
name:
type: string
required:
- name
type: object
s3OpLogStores:
description: S3OplogStoreConfigs describes the list of s3 oplog
store configs used for backup.
Expand Down
10 changes: 5 additions & 5 deletions charts/enterprise-operator/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ operator:
deployment_name: mongodb-enterprise-operator

# Version of mongodb-enterprise-operator
version: 1.14.0
version: 1.15.0

# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
watchedResources:
Expand All @@ -33,23 +33,23 @@ database:

initDatabase:
name: mongodb-enterprise-init-database
version: 1.0.6
version: 1.0.7

## Ops Manager
opsManager:
name: mongodb-enterprise-ops-manager

initOpsManager:
name: mongodb-enterprise-init-ops-manager
version: 1.0.5
version: 1.0.6

initAppDb:
name: mongodb-enterprise-init-appdb
version: 1.0.8
version: 1.0.9

agent:
name: mongodb-agent
version: 11.0.5.6963-1
version: 11.0.11.7036-1

mongodb:
name: mongodb-enterprise-appdb-database
Expand Down
10 changes: 5 additions & 5 deletions charts/enterprise-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ operator:
deployment_name: mongodb-enterprise-operator

# Version of mongodb-enterprise-operator
version: 1.14.0
version: 1.15.0

# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
watchedResources:
Expand All @@ -41,24 +41,24 @@ database:

initDatabase:
name: mongodb-enterprise-init-database
version: 1.0.6
version: 1.0.7

## Ops Manager
opsManager:
name: mongodb-enterprise-ops-manager

initOpsManager:
name: mongodb-enterprise-init-ops-manager
version: 1.0.5
version: 1.0.6

## Application Database
initAppDb:
name: mongodb-enterprise-init-appdb
version: 1.0.8
version: 1.0.9

agent:
name: mongodb-agent
version: 11.0.5.6963-1
version: 11.0.11.7036-1

mongodb:
name: mongodb-enterprise-appdb-database
Expand Down

0 comments on commit 5bebde4

Please sign in to comment.