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:
2
2
- name: mongodb-enterprise-operator
3
3
repository: https://mongodb.github.io/helm-charts
4
4
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 1
1
apiVersion : v2
2
2
name : mongodb-enterprise-database
3
3
description : MongoDB Kubernetes Enterprise Operator- MongoDB DataBase charts
4
- version : 0.2.0
4
+ version : 0.2.1
5
5
kubeVersion : ' >=1.15-0'
6
6
keywords :
7
7
- mongodb
@@ -14,6 +14,6 @@ maintainers:
14
14
15
15
dependencies :
16
16
- name : mongodb-enterprise-operator
17
- version : " 0.2.* "
17
+ version : " 0.1.6 "
18
18
repository : " https://mongodb.github.io/helm-charts"
19
19
condition : mongodb-enterprise-operator.enabled
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ deployValidationWebhooks: true
15
15
16
16
name : mdbreplset
17
17
type : ReplicaSet
18
- version : 4.4.1 -ent
18
+ version : 4.4.2 -ent
19
19
members : 3
20
20
backup : false
21
21
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ dependencies:
2
2
- name: mongodb-enterprise-operator
3
3
repository: https://mongodb.github.io/helm-charts
4
4
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 1
1
apiVersion : v2
2
2
name : mongodb-enterprise-opsmanager
3
3
description : MongoDB Kubernetes Enterprise Operator - Ops Manager Chart
4
- version : 0.2.1
4
+ version : 0.2.2
5
5
kubeVersion : ' >=1.15-0'
6
6
keywords :
7
7
- opsManager
@@ -15,6 +15,6 @@ maintainers:
15
15
16
16
dependencies :
17
17
- name : mongodb-enterprise-operator
18
- version : " 0.2.* "
18
+ version : " 0.1.6 "
19
19
repository : " https://mongodb.github.io/helm-charts"
20
20
condition : mongodb-enterprise-operator.enabled
Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ deployValidationWebhooks: true # Optional configuration.
30
30
# Deploy Ops Manager backup daemon and set it up.
31
31
# Note: OpLogs DB needs to be provisioned separately
32
32
deployBackupInfrastructure : 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
34
34
provisionInstallersVolumeSize : " 20G"
35
35
# Ops Manager configuration option. For a complete list of options please visit
36
36
# https://docs.opsmanager.mongodb.com/current/reference/configuration
37
37
38
38
configuration :
39
39
# 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"
41
41
" automation.versions.source " : " remote" # [ local| hybrid| remote ]
42
-
42
+
43
43
# passing mms.ignoreInitialUiSetup=true allows to avoid the setup wizard in Ops Manager. Note, that
44
44
# this requires to set some mandatory configuration properties, see
45
45
# https://docs.opsmanager.mongodb.com/current/reference/configuration/index.html#mms.ignoreInitialUiSetup
46
- mms.ignoreInitialUiSetup : " true"
47
-
46
+ mms.ignoreInitialUiSetup : " true"
47
+
48
48
mms.adminEmailAddr :
" [email protected] "
49
49
mms.fromEmailAddr :
" [email protected] "
50
-
50
+
51
51
mms.replyToEmailAddr :
" [email protected] "
52
52
mms.mail.hostname : " email-smtp.us-east-1.amazonaws.com"
53
53
mms.mail.port : " 465"
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : mongodb-enterprise-operator
3
3
description : 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'
6
6
keywords :
7
7
- mongodb
8
8
- database
Original file line number Diff line number Diff line change 93
93
value : {{ .Values.registry.pullPolicy }}
94
94
- name : APPDB_IMAGE_REPOSITORY
95
95
value : {{ .Values.registry.appDb.Image }}
96
+ - name : APPDB_AGENT_VERSION
97
+ value : {{ .Values.registry.appDb.Tag }}
96
98
- name : IMAGE_PULL_POLICY
97
99
value : {{ .Values.registry.pullPolicy }}
98
100
{{- if .Values.registry.imagePullSecrets }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: mongodb-enterprise-operator
19
19
deployment_name : mongodb-enterprise-operator
20
20
21
21
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
22
- version : 1.9.0
22
+ version : 1.9.1
23
23
24
24
# The Custom Resources that will be watched by the Operator.
25
25
# Needs to be changed if only some of the CRDs are installed
@@ -32,26 +32,26 @@ watchNamespace: []
32
32
# - mongodb
33
33
resources :
34
34
limits :
35
- cpu : 300m
35
+ cpu : 1100m
36
36
memory : 1G
37
37
requests :
38
- cpu : 200m
38
+ cpu : 500m
39
39
memory : 200Mi
40
40
41
41
registry :
42
42
# Redhat repository is registry.connect.redhat.com/mongod
43
43
44
44
operator :
45
45
Image : quay.io/mongodb/mongodb-enterprise-operator
46
- Tag : 1.9.0
46
+ Tag : 1.9.1
47
47
48
48
database :
49
49
Image : quay.io/mongodb/mongodb-enterprise-database
50
50
Tag : 2.0.0
51
51
52
52
databaseInit :
53
53
Image : quay.io/mongodb/mongodb-enterprise-init-database
54
- Tag : 1.0.1
54
+ Tag : 1.0.2
55
55
56
56
opsManager :
57
57
Image : quay.io/mongodb/mongodb-enterprise-ops-manager
@@ -62,10 +62,11 @@ registry:
62
62
63
63
appDb :
64
64
Image : quay.io/mongodb/mongodb-enterprise-appdb
65
+ Tag : 10.2.15.5958-1_4.2.11-ent
65
66
66
67
initAppDb :
67
68
Image : quay.io/mongodb/mongodb-enterprise-init-appdb
68
- Tag : 1.0.5
69
+ Tag : 1.0.6
69
70
70
71
imagePullSecrets :
71
72
# TODO: specify for each image and move there?
You can’t perform that action at this time.
0 commit comments