Commit Graph

20 Commits

Author SHA1 Message Date
Django
caaf351a2e [bitnami/mongodb] Add arbitrary securityContext configuration to improve security (#3718) 2020-09-21 12:01:07 +02:00
binboum
c4c878369f [bitnami/mongodb] Additional URI options of the MongoDB Exporter (#3590)
Signed-off-by: Maxence Laude <maxence@laude.pro>
2020-09-07 10:01:37 +02:00
Andrés Bono
e24e044e30 [bitnami/mongodb] Add notes to upgrade to 9.0.0 (#3511) 2020-08-25 14:04:17 +02:00
Marcos Bjoerkelund
350f6653bf [bitnami/mongodb] Fix default values for pdb.minAvailable/maxUnavailable (#3336) 2020-08-05 17:28:07 +02:00
Andrés Bono
3d7ab406fe [bitnami/*] Fix TL;DR typo in READMEs (#3280)
* Fix TL;DR typo in READMEs

Signed-off-by: Andrés Bono <andresbono@vmware.com>
2020-07-30 18:31:32 +02:00
Stephan
ed275c5f87 [bitnami/mongodb] Allow disabling the MongoDB Arbiter (#3165)
* [bitnami/mongodb] Allow disabling the arbiter

* [bitnami/mongodb] Bump Chart version to 8.1.4

* [bitnami/mongodb] Document replicaset operation models

* [bitnami/mongodb] Introduce mongodb.arbiter.enabled

* [bitnami/mongodb] Minor changes in conditions and README

Co-authored-by: Andrés Bono <andresbono@vmware.com>
2020-07-22 11:22:49 +02:00
Juan Ariza Toledano
0336cb351a [bitnami/mongodb] Allow custom port names (#3109)
Signed-off-by: juan131 <juanariza@vmware.com>
2020-07-14 12:09:33 +02:00
Juan Ariza Toledano
a55ce7b2c3 [bitnami/mongodb] Refactor MongoDB exposure (#2918)
* [bitnami/mongodb] Refactor MongoDB exposure

Signed-off-by: juan131 <juanariza@vmware.com>
2020-06-30 18:59:47 +02:00
Carlos Rodríguez Hernández
c315cb078a [bitnami/several] Add instructions about how to use different branches (#2785)
* [bitnami/several] Add instructions about how to use different branches

* Fix typo
2020-06-09 09:05:44 +02:00
Daniel Arteaga
c7751eb576 update bitnami/common to be compatible with helm v2.12+ (#2615) 2020-05-19 13:18:15 +02:00
golgoth31
da5be265f7 [bitnami/mongodb] add storageClass field for secondary in persistence (#2407)
* [bitnami/mongodb] add storageClass definition for secondaries

* bump mongodb chart version

* [bitnami/mongodb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-04 09:27:05 +02:00
cking-vonix
d30368c298 [bitnami/mongodb] Corrected conditional check for clusterDomain and revert defaults (#2477)
* [bitnami/mongodb] Corrected conditional check for clusterDomain

In PR #2340 a conditional was added for the clusterDomain but it
incorrectly references replicaSet.clusterDomain in the conditional
when the documentation and existing value was simply clusterDomain.

Previous default restored, if no clusterDomain is desired you can
simply set to false.

* Update Chart.yaml

* [bitnami/mongodb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-01 12:56:14 +02:00
Antonio B
49858447ae [bitnami/mongodb] clusterDomain values forces to use only FQDN (#2340)
* [bitnami/mongodb] Allow dns resolution by service name and namespace

* Update documentation and values

* Update value in readme

* Upgrade chart version

* [bitnami/mongodb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Antonio Berben <antonio.berben@pan-net.eu>
Co-authored-by: Daniel Arteaga <darteaga@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-23 17:22:30 +02:00
golgoth31
be173dc85d [bitnami/mongodb] add nodeSelector option for secondary statefulset (#2398)
* [bitnami/mongodb] add nodeSelector option for secondary statefulset

* [bitnami/mongodb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-23 12:14:12 +02:00
golgoth31
01cb35c8b1 [bitnami/mongodb] allow arbiter to run on a different nodeSelector (#2370)
* [bitnami/mongodb] add nodeselector option for Arbiter

* [bitnami/mongodb] add entry to README

* update after review

* [bitnami/mongodb] use nindent for nodeSelectorArbiter

* [bitnami/mongodb] bump chart version

* [bitnami/mongodb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-23 09:12:19 +02:00
benjamin-wright
055679aac7 [bitnami/mongodb] adding local and global namespace overrides for mongodb (#2351)
* update to allow parent charts to override the namespace in the mongodb chart

* correct readme mistake

* add global namespace overrides

* reuse mongodb.namespace template

* add global namespace override to production values.yaml

* first of the review updates

* minor version bump

* remove redundant local namespaceOverride, can just use the global with fewer edge-cases

* typo in .values

* [bitnami/mongodb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Ben Wright <benjamin.wright@nielsen.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com>
2020-04-22 09:49:49 +02:00
Jeroen Overschie
be41ed7ee9 [bitnami/mongodb] Fix minor spelling error 'enalbed' (#2129)
* Fix minor spelling error 'enalbed'

Cheers! ✌

* Bump chart version 🚀

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2020-03-25 10:12:30 +01:00
Javier J. Salmerón-García
d9fcba3a3d [bitnami/mongodb] Allow using existingClaim in the cluster primary node (#2101)
* [bitnami/mongodb] Allow using existingClaim in the cluster primary node

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>

* Small fix

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com>
2020-03-24 10:33:15 +01:00
Sven
20312fc012 Add serviceAccount.create and serviceAccount.name to mongodb chart (#2106)
* [bitnami/mongodb] Add serviceAccount.create and serviceAccount.name to mongodb chart 

Signed-off-by: Sven Tschui <sventschui@gmail.com>
2020-03-23 09:35:00 +01:00
Carlos Rodríguez Hernández
a0e44f7d6a Move charts from upstreamed folder to bitnami (#2032)
* Move charts from upstreamed folder to bitnami

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove root .helmignore

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump charts version

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove file added by error

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update Chart.yaml
2020-03-11 17:11:37 +01:00