File tree Expand file tree Collapse file tree 9 files changed +26
-23
lines changed Expand file tree Collapse file tree 9 files changed +26
-23
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ dependencies:
22- name: mongodb-enterprise-operator
33 repository: https://mongodb.github.io/helm-charts
44 version: 0.1.6
5- digest: sha256:ba002699e7c9943839f72e7b5cc0d25c698a2a5ac57692bd2c03743d5b7579ff
6- generated: "2020-10-30T14:42:31.774989Z "
5+ digest: sha256:d0d0f657fdc6794087081898553ab4ba598f05a385f0bd290b634cbc95a47d43
6+ generated: "2021-01-22T11:51:40.757772Z "
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : mongodb-enterprise-database
33description : MongoDB Kubernetes Enterprise Operator- MongoDB DataBase charts
4- version : 0.2.0
4+ version : 0.2.1
55kubeVersion : ' >=1.15-0'
66keywords :
77- mongodb
@@ -14,6 +14,6 @@ maintainers:
14141515dependencies :
1616 - name : mongodb-enterprise-operator
17- version : " 0.2.* "
17+ version : " 0.1.6 "
1818 repository : " https://mongodb.github.io/helm-charts"
1919 condition : mongodb-enterprise-operator.enabled
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ deployValidationWebhooks: true
1515
1616name : mdbreplset
1717type : ReplicaSet
18- version : 4.4.1 -ent
18+ version : 4.4.2 -ent
1919members : 3
2020backup : false
2121
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ dependencies:
22- name: mongodb-enterprise-operator
33 repository: https://mongodb.github.io/helm-charts
44 version: 0.1.6
5- digest: sha256:ba002699e7c9943839f72e7b5cc0d25c698a2a5ac57692bd2c03743d5b7579ff
6- generated: "2020-10-30T14:22:12.761262Z "
5+ digest: sha256:d0d0f657fdc6794087081898553ab4ba598f05a385f0bd290b634cbc95a47d43
6+ generated: "2021-01-22T11:52:14.332382Z "
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : mongodb-enterprise-opsmanager
33description : MongoDB Kubernetes Enterprise Operator - Ops Manager Chart
4- version : 0.2.1
4+ version : 0.2.2
55kubeVersion : ' >=1.15-0'
66keywords :
77- opsManager
@@ -15,6 +15,6 @@ maintainers:
15151616dependencies :
1717 - name : mongodb-enterprise-operator
18- version : " 0.2.* "
18+ version : " 0.1.6 "
1919 repository : " https://mongodb.github.io/helm-charts"
2020 condition : mongodb-enterprise-operator.enabled
Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ deployValidationWebhooks: true # Optional configuration.
3030# Deploy Ops Manager backup daemon and set it up.
3131# Note: OpLogs DB needs to be provisioned separately
3232deployBackupInfrastructure : true
33- # Provision Volume that will store MongoDB installers. Use with Version.source: local
33+ # Provision Volume that will store MongoDB installers. Use with Version.source: local
3434provisionInstallersVolumeSize : " 20G"
3535# Ops Manager configuration option. For a complete list of options please visit
3636# https://docs.opsmanager.mongodb.com/current/reference/configuration
3737
3838configuration :
3939 # for fully air-gapped environemnts choose "local"
40- # to proxy mongodb installers download via Ops Manager choose "remote"
40+ # to proxy mongodb installers download via Ops Manager choose "remote"
4141 " automation.versions.source " : " remote" # [ local| hybrid| remote ]
42-
42+
4343 # passing mms.ignoreInitialUiSetup=true allows to avoid the setup wizard in Ops Manager. Note, that
4444 # this requires to set some mandatory configuration properties, see
4545 # https://docs.opsmanager.mongodb.com/current/reference/configuration/index.html#mms.ignoreInitialUiSetup
46- mms.ignoreInitialUiSetup : " true"
47-
46+ mms.ignoreInitialUiSetup : " true"
47+
4848 mms.adminEmailAddr :
" [email protected] " 4949 mms.fromEmailAddr :
" [email protected] " 50-
50+
5151 mms.replyToEmailAddr :
" [email protected] " 5252 mms.mail.hostname : " email-smtp.us-east-1.amazonaws.com"
5353 mms.mail.port : " 465"
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : mongodb-enterprise-operator
33description : MongoDB Kubernetes Enterprise Operator deployment
4- version : 0.2 .0
5- kubeVersion : ' >=1.15 -0'
4+ version : 0.3 .0
5+ kubeVersion : ' >=1.16 -0'
66keywords :
77- mongodb
88- database
Original file line number Diff line number Diff line change 9393 value : {{ .Values.registry.pullPolicy }}
9494 - name : APPDB_IMAGE_REPOSITORY
9595 value : {{ .Values.registry.appDb.Image }}
96+ - name : APPDB_AGENT_VERSION
97+ value : {{ .Values.registry.appDb.Tag }}
9698 - name : IMAGE_PULL_POLICY
9799 value : {{ .Values.registry.pullPolicy }}
98100{{- if .Values.registry.imagePullSecrets }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: mongodb-enterprise-operator
1919deployment_name : mongodb-enterprise-operator
2020
2121# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
22- version : 1.9.0
22+ version : 1.9.1
2323
2424# The Custom Resources that will be watched by the Operator.
2525# Needs to be changed if only some of the CRDs are installed
@@ -32,26 +32,26 @@ watchNamespace: []
3232# - mongodb
3333resources :
3434 limits :
35- cpu : 300m
35+ cpu : 1100m
3636 memory : 1G
3737 requests :
38- cpu : 200m
38+ cpu : 500m
3939 memory : 200Mi
4040
4141registry :
4242 # Redhat repository is registry.connect.redhat.com/mongod
4343
4444 operator :
4545 Image : quay.io/mongodb/mongodb-enterprise-operator
46- Tag : 1.9.0
46+ Tag : 1.9.1
4747
4848 database :
4949 Image : quay.io/mongodb/mongodb-enterprise-database
5050 Tag : 2.0.0
5151
5252 databaseInit :
5353 Image : quay.io/mongodb/mongodb-enterprise-init-database
54- Tag : 1.0.1
54+ Tag : 1.0.2
5555
5656 opsManager :
5757 Image : quay.io/mongodb/mongodb-enterprise-ops-manager
@@ -62,10 +62,11 @@ registry:
6262
6363 appDb :
6464 Image : quay.io/mongodb/mongodb-enterprise-appdb
65+ Tag : 10.2.15.5958-1_4.2.11-ent
6566
6667 initAppDb :
6768 Image : quay.io/mongodb/mongodb-enterprise-init-appdb
68- Tag : 1.0.5
69+ Tag : 1.0.6
6970
7071 imagePullSecrets :
7172 # TODO: specify for each image and move there?
You can’t perform that action at this time.
0 commit comments