Commit Graph
166 Commits
Author SHA1 Message Date
Bitnami Containers 2c930401b1 [bitnami/mongodb] Release 11.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-04-05 16:19:08 +00:00
Bitnami Containers 15e4f8d06c [bitnami/mongodb] Release 11.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-04-02 07:59:32 +00:00
Bitnami Containers a6e8ef3cb1 [bitnami/mongodb] Release 11.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-03-28 07:55:11 +00:00
Bitnami Containers ad92c81b28 [bitnami/mongodb] Release 11.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-03-27 07:59:54 +00:00
Bitnami Containers e87c6b5cfd [bitnami/mongodb] Release 11.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-03-16 20:36:44 +00:00
7d9d4a38a1 [bitnami/mongodb] feat: Check replicaset status when persistence is not detected (#9387)
* [bitnami/mongodb] feat:  Check replicaset status when persistence is not detected

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

* Apply requested changes

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

* Typo

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

* ahh braces

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

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-03-11 18:02:44 +01:00
Bitnami Containers 820c436bc0 [bitnami/mongodb] Release 11.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-03-02 20:59:26 +00:00
Bitnami Containers d997058e6f [bitnami/mongodb] Release 11.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-02-27 10:49:09 +00:00
Bitnami Containers 5de4fe8011 [bitnami/mongodb] Release 11.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-02-01 20:22:19 +00:00
282d315386 [bitnami/mongodb*] New major version using 0.30.X for the exporter (#8818)
* [bitnami/mongodb*] New major version using 0.30.X for the exporter

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-01-27 19:36:51 +01:00
Bitnami Containers ef0367cebe [bitnami/mongodb] Release 10.31.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-01-11 08:13:42 +00:00
7cd5728f46 [bitnami/mongodb] Fixed NodePort External Access (#8515)
* fix(): Fixed NodePort External Access

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-01-06 00:38:40 +01:00
Bitnami Containers 9fe8ea7dc6 [bitnami/mongodb] Release 10.30.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2022-01-04 06:26:47 +00:00
Bitnami Containers bd5647d778 [bitnami/mongodb] Release 10.30.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-29 03:21:51 +00:00
Bitnami Containers 70d0e55da7 [bitnami/mongodb] Release 10.30.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-27 17:28:31 +00:00
Marcos Bjoerkelund ed8306ab16 Revert "[bitnami/mongodb] Fix deprecated 'IP Address in the DNS Name field on certificate' when using tls (#8416)"
This reverts commit 275b91ad43.
2021-12-17 11:54:35 +01:00
ElioandGitHub 275b91ad43 [bitnami/mongodb] Fix deprecated 'IP Address in the DNS Name field on certificate' when using tls (#8416) 2021-12-17 10:49:10 +01:00
ElioandGitHub e7caceca2c Fixed tls.extraDnsNames example (#8352) 2021-12-09 15:13:13 +01:00
Massimiliano GiovagnoliandGitHub 3bcf0b6f9e bitnami/mongodb: enable to configure topology spread constraints (#8222)
* feat(mongodb): enable to configure topology spread constraints

* build: bump the chart minor version to 4.5.0
2021-12-07 16:18:09 +01:00
Miguel Ángel Cabrera MiñagorriandGitHub 7f29d4edcb [bitnami/mongodb] Fix default replicaSetConfigurationSettings.configuration (#8295) 2021-12-02 14:23:51 +01:00
Bitnami Containers 76dcbd5c58 [bitnami/mongodb] Release 10.30.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-12-01 15:12:23 +00:00
Carlos Rodríguez HernándezandGitHub eafb5bd5a2 [bitnami/several] Replace HTTP by HTTPS when possible (#8259)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-29 09:58:33 +01:00
46b1e90ec9 [bitnami/mongodb] Added ability to configure run-time replica set configuration settings (#7042)
* added ability to specify rs.conf settings

* updates in accordance to contrib guidlines prior to creating PR

* refectored much safer logic but untested

* improved success logging

* removed unused function

* more better logging

* starting to test and fixing duff typos

* fixed leading while

* changed while to bash [[]]

* fixed cstring comparison operators

* post testing logging typo fix

* better positive logging

* fixed couter log typo

* fixed a few BASH string sub, and moved settings into associative array

* removed white space

* improved variable name

* set replicaSetConfigurationSettings commented values are the mongo doc defaults

* minor typo

* minor chart dev tag change to keep internal build process happy

* re-based and updated chart version

* updated chart version

* updated chart version again

* fixed rogue indentation

* updated readme

* updated Chart and added parameter meta data for readme generation

* added metadata and chart LF and version update

* fixed metadata section

* re-added LF at end of chart

* removed timestamp from stdout in replicasetConfigurationSettings.sh, bumped chart version

* rebased and ready to go!

Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com>
2021-11-26 17:01:14 +01:00
d762894315 [bitnami/mongodb] Add medium option for non-persisted. (#8238)
* [bitnami/mongodb] Add medium option for non-persisted.

* Update bitnami/mongodb/templates/standalone/dep-sts.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* Update bitnami/mongodb/templates/replicaset/statefulset.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* Update bitnami/mongodb/templates/hidden/statefulset.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

* Update bitnami/mongodb/Chart.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
2021-11-26 10:24:29 +01:00
Rico BergerandGitHub 48c50df740 Add value for tlsMode (#8214) 2021-11-23 11:36:42 +01:00
4d8106fc73 [bitnami/mongodb] Add support for several custom users/dbs (#7930)
* [bitnami/mongodb] Add support for several custom users/dbs

Signed-off-by: juan131 <juanariza@vmware.com>

* Split export commands

Signed-off-by: juan131 <juanariza@vmware.com>

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-11-02 09:42:23 +01:00
Bitnami Containers f4d7b00f5f [bitnami/mongodb] Release 10.28.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-28 14:34:55 +00:00
Pablo GalegoandGitHub 30e694657e [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7950)
* [bitnami/kube-prometheus] Mark PSP as deprecated

* [bitnami/kube-state-metrics] Mark PSP as deprecated

* [bitnami/metallb] Mark PSP as deprecated

* [bitnami/mongodb] Mark PSP as deprecated

* [bitnami/nginx-ingress-controller] Mark PSP as deprecated

* [bitnami/node-exporter] Mark PSP as deprecated

* [bitnami/metallb] Update README after sync with master
2021-10-28 09:30:22 +02:00
Bitnami Containers 77be157ac7 [bitnami/mongodb] Release 10.28.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-27 03:19:30 +00:00
Bitnami Containers f7b280361d [bitnami/mongodb] Release 10.28.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-25 10:57:52 +00:00
Carlos Rodríguez HernándezandGitHub 9711a33c6e [bitnami/several] Change pullPolicy for bitnami-shell image (#7852)
* [bitnami/several] Change pullPolicy for bitnami-shell image
* Add rolling tag check in the NOTES.txt
* Fix non-standard names
* Use macro when defined
* Update Chart.yaml
* Fix typo
2021-10-19 14:38:37 +02:00
Bitnami Containers ddef47ab1d [bitnami/mongodb] Release 10.28.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-14 04:36:15 +00:00
Bitnami Containers eb69d9d2cf [bitnami/mongodb] Release 10.27.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-12 20:37:36 +00:00
c76bc81c91 [bitnami/mongodb] fix extraDnsNames (#7717)
* fix extradns

* Change location of comment

* running the readme-generator

* Update values.yaml

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-10-06 11:11:00 +02:00
b22f271183 bitnami/mongodb - Add extra dns names for auto tls. (#7627)
* added extraDnsNames option to .values.tls

* correct value name

* doc

* add README doc

* version

* doc in values

* update versioning

from

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>

* generating readme table

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>

* Update bitnami/mongodb/templates/standalone/dep-sts.yaml

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>

* indent and values.yaml doc

* Update bitnami/mongodb/values.yaml

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>

Co-authored-by: Ibone González Mauraza <gibone@vmware.com>
2021-10-05 16:18:50 +02:00
Bitnami Containers b4d29c021c [bitnami/mongodb] Release 10.26.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-09-19 22:58:09 +00:00
ThiloandGitHub 2ec31edee1 [bitnami/mongodb] Allow configuration of credentials for the metrics exporter (#7311)
* Add configurable credentials for metrics exporter

* Rearrange if clauses

* Rearrange if clauses

* Bump chart version once more

* Only check if metrics username exists

* Add automatic password generation

* Make linter happy

* Update comment for values and connection string

* Version bump
2021-09-17 13:22:09 +01:00
d7ef3be579 [bitnami/mongodb] Configurable admin/root user name (#7229)
* Configurable admin/root user name

* Adjust exporter uri

* Update bitnami/mongodb/values.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Adding readme metadata

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
2021-09-13 15:55:10 +02:00
Bitnami Containers 7118531d2c [bitnami/mongodb] Release 10.25.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-09-01 15:25:28 +00:00
MixITGitandGitHub 1b78083de8 [bitnami/mongodb] Add runtimeClassName support (#7362) 2021-09-01 07:35:23 -07:00
MalenczukandGitHub 28417f38df [bitnami/mongodb] Add relabelings / metricRelabelings to ServiceMonitor (#7352) 2021-08-31 11:04:26 +02:00
Bitnami Containers daf22c13e3 [bitnami/mongodb] Release 10.23.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-08-25 18:27:07 +00:00
Bitnami Containers 593efdff66 [bitnami/mongodb] Release 10.23.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-08-24 18:04:19 +00:00
Bitnami Containers b6dea8a7e8 [bitnami/mongodb] Release 10.23.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-08-11 01:51:26 +00:00
Javier J. Salmerón-GarcíaandGitHub 249ae8fe07 [bitnami/mongodb] Clarify externalAccess parameter (#7135) 2021-08-04 11:25:54 +02:00
Bitnami Containers 658b1afe41 [bitnami/mongodb] Release 10.23.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-08-01 22:32:20 +00:00
Bitnami Containers f07bf4e39a [bitnami/mongodb] Release 10.23.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-07-30 11:40:00 +00:00
Carlos Rodríguez HernándezandGitHub 6340bff66f [bitnami/several] Bump version and update READMEs (#7069)
* [bitnami/several] Bump version and update READMEs

* Replace TM with &trade;

* Replace R with &reg;

* Fix version
2021-07-27 17:41:53 +02:00
Pablo GalegoandGitHub 90c81ac55e [bitnami/several] Fix default values and regenerate README (#7045)
* Remove nil values from kong to mariadb-galera and mongodb

* Bump kube-prometheus

* logstash: set livenessprobe and readinessprobe missing values

* Bump charts' patch versions

* logstash: remove debug file commited by mistake
2021-07-26 13:36:46 +02:00
Bitnami Containers ddc5dbef66 [bitnami/mongodb] Release 10.23.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-07-24 22:18:41 +00:00