-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from mongodb/1.9.1-update
Updating Operator to new version
- Loading branch information
Showing
9 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
name: mongodb-enterprise-database | ||
description: MongoDB Kubernetes Enterprise Operator- MongoDB DataBase charts | ||
version: 0.2.0 | ||
version: 0.2.1 | ||
kubeVersion: '>=1.15-0' | ||
keywords: | ||
- mongodb | ||
|
@@ -14,6 +14,6 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: mongodb-enterprise-operator | ||
version: "0.2.*" | ||
version: "0.1.6" | ||
repository: "https://mongodb.github.io/helm-charts" | ||
condition: mongodb-enterprise-operator.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
name: mongodb-enterprise-opsmanager | ||
description: MongoDB Kubernetes Enterprise Operator - Ops Manager Chart | ||
version: 0.2.1 | ||
version: 0.2.2 | ||
kubeVersion: '>=1.15-0' | ||
keywords: | ||
- opsManager | ||
|
@@ -15,6 +15,6 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: mongodb-enterprise-operator | ||
version: "0.2.*" | ||
version: "0.1.6" | ||
repository: "https://mongodb.github.io/helm-charts" | ||
condition: mongodb-enterprise-operator.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,24 +30,24 @@ deployValidationWebhooks: true # Optional configuration. | |
# Deploy Ops Manager backup daemon and set it up. | ||
# Note: OpLogs DB needs to be provisioned separately | ||
deployBackupInfrastructure: true | ||
# Provision Volume that will store MongoDB installers. Use with Version.source: local | ||
# Provision Volume that will store MongoDB installers. Use with Version.source: local | ||
provisionInstallersVolumeSize: "20G" | ||
# Ops Manager configuration option. For a complete list of options please visit | ||
# https://docs.opsmanager.mongodb.com/current/reference/configuration | ||
|
||
configuration: | ||
# for fully air-gapped environemnts choose "local" | ||
# to proxy mongodb installers download via Ops Manager choose "remote" | ||
# to proxy mongodb installers download via Ops Manager choose "remote" | ||
"automation.versions.source": "remote" # [ local| hybrid| remote ] | ||
|
||
# passing mms.ignoreInitialUiSetup=true allows to avoid the setup wizard in Ops Manager. Note, that | ||
# this requires to set some mandatory configuration properties, see | ||
# https://docs.opsmanager.mongodb.com/current/reference/configuration/index.html#mms.ignoreInitialUiSetup | ||
mms.ignoreInitialUiSetup: "true" | ||
mms.ignoreInitialUiSetup: "true" | ||
|
||
mms.adminEmailAddr: "[email protected]" | ||
mms.fromEmailAddr: "[email protected]" | ||
|
||
mms.replyToEmailAddr: "[email protected]" | ||
mms.mail.hostname: "email-smtp.us-east-1.amazonaws.com" | ||
mms.mail.port: "465" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters