Skip to content

Commit e9f5902

Browse files
authored
Merge pull request #19 from mongodb/1.9.1-update
Updating Operator to new version
2 parents a35320e + 61a6288 commit e9f5902

File tree

9 files changed

+26
-23
lines changed

9 files changed

+26
-23
lines changed

charts/ent-operator-database/Chart.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/ent-operator-database/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: mongodb-enterprise-database
33
description: MongoDB Kubernetes Enterprise Operator- MongoDB DataBase charts
4-
version: 0.2.0
4+
version: 0.2.1
55
kubeVersion: '>=1.15-0'
66
keywords:
77
- mongodb
@@ -14,6 +14,6 @@ maintainers:
1414
1515
dependencies:
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

charts/ent-operator-database/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deployValidationWebhooks: true
1515

1616
name: mdbreplset
1717
type: ReplicaSet
18-
version: 4.4.1-ent
18+
version: 4.4.2-ent
1919
members: 3
2020
backup: false
2121

charts/ent-operator-opsmanager/Chart.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/ent-operator-opsmanager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: mongodb-enterprise-opsmanager
33
description: MongoDB Kubernetes Enterprise Operator - Ops Manager Chart
4-
version: 0.2.1
4+
version: 0.2.2
55
kubeVersion: '>=1.15-0'
66
keywords:
77
- opsManager
@@ -15,6 +15,6 @@ maintainers:
1515
1616
dependencies:
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

charts/ent-operator-opsmanager/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
3232
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
3434
provisionInstallersVolumeSize: "20G"
3535
# Ops Manager configuration option. For a complete list of options please visit
3636
# https://docs.opsmanager.mongodb.com/current/reference/configuration
3737

3838
configuration:
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"

charts/ent-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: mongodb-enterprise-operator
33
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'
66
keywords:
77
- mongodb
88
- database

charts/ent-operator/templates/operator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ spec:
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 }}

charts/ent-operator/values.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: mongodb-enterprise-operator
1919
deployment_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
3333
resources:
3434
limits:
35-
cpu: 300m
35+
cpu: 1100m
3636
memory: 1G
3737
requests:
38-
cpu: 200m
38+
cpu: 500m
3939
memory: 200Mi
4040

4141
registry:
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?

0 commit comments

Comments
 (0)