diff --git a/upstreamed/mongodb/Chart.yaml b/upstreamed/mongodb/Chart.yaml index ce28224c00..d750be14c4 100644 --- a/upstreamed/mongodb/Chart.yaml +++ b/upstreamed/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 7.2.9 +version: 7.2.10 appVersion: 4.0.12 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/upstreamed/mongodb/values-production.yaml b/upstreamed/mongodb/values-production.yaml index e62fa0052d..68d4693112 100644 --- a/upstreamed/mongodb/values-production.yaml +++ b/upstreamed/mongodb/values-production.yaml @@ -332,30 +332,36 @@ readinessProbe: initConfigMap: {} # name: "init-config-map" -# Entries for the MongoDB config file +## Entries for the MongoDB config file. For documentation of all options, see: +## http://docs.mongodb.org/manual/reference/configuration-options/ +## configmap: -# # Where and how to store data. +# # where and how to store data. # storage: -# dbPath: /opt/bitnami/mongodb/data/db +# dbPath: /bitnami/mongodb/data/db # journal: # enabled: true -# #engine: -# #wiredTiger: +# directoryPerDB: false # # where to write logging data. # systemLog: # destination: file +# quiet: false # logAppend: true +# logRotate: reopen # path: /opt/bitnami/mongodb/logs/mongodb.log +# verbosity: 0 # # network interfaces # net: # port: 27017 -# bindIp: 0.0.0.0 # unixDomainSocket: # enabled: true # pathPrefix: /opt/bitnami/mongodb/tmp +# ipv6: false +# bindIpAll: true # # replica set options -# replication: -# replSetName: replicaset +# #replication: +# #replSetName: replicaset +# #enableMajorityReadConcern: true # # process management options # processManagement: # fork: false @@ -365,8 +371,8 @@ configmap: # enableLocalhostAuthBypass: true # # security options # security: -# authorization: enabled -# keyFile: /opt/bitnami/mongodb/conf/keyfile +# authorization: disabled +# #keyFile: /opt/bitnami/mongodb/conf/keyfile ## Prometheus Exporter / Metrics ## diff --git a/upstreamed/mongodb/values.yaml b/upstreamed/mongodb/values.yaml index a981f5bd08..f5fc4b2e17 100644 --- a/upstreamed/mongodb/values.yaml +++ b/upstreamed/mongodb/values.yaml @@ -43,7 +43,7 @@ image: ## # fullnameOverride: - ## Init containers parameters: +## Init containers parameters: ## volumePermissions: Change the owner and group of the persistent volume mountpoint to runAsUser:fsGroup values from the securityContext section. ## volumePermissions: @@ -334,30 +334,36 @@ readinessProbe: initConfigMap: {} # name: "init-config-map" -# Entries for the MongoDB config file +## Entries for the MongoDB config file. For documentation of all options, see: +## http://docs.mongodb.org/manual/reference/configuration-options/ +## configmap: -# # Where and how to store data. +# # where and how to store data. # storage: -# dbPath: /opt/bitnami/mongodb/data/db +# dbPath: /bitnami/mongodb/data/db # journal: # enabled: true -# #engine: -# #wiredTiger: +# directoryPerDB: false # # where to write logging data. # systemLog: # destination: file +# quiet: false # logAppend: true +# logRotate: reopen # path: /opt/bitnami/mongodb/logs/mongodb.log +# verbosity: 0 # # network interfaces # net: # port: 27017 -# bindIp: 0.0.0.0 # unixDomainSocket: # enabled: true # pathPrefix: /opt/bitnami/mongodb/tmp +# ipv6: false +# bindIpAll: true # # replica set options # #replication: -# # replSetName: replicaset +# #replSetName: replicaset +# #enableMajorityReadConcern: true # # process management options # processManagement: # fork: false @@ -367,7 +373,7 @@ configmap: # enableLocalhostAuthBypass: true # # security options # security: -# authorization: enabled +# authorization: disabled # #keyFile: /opt/bitnami/mongodb/conf/keyfile ## Prometheus Exporter / Metrics