Commit Graph

131 Commits

Author SHA1 Message Date
modularTaco
6282c06401 [bitname/mongodb] fixed comment in values.yaml (#5650)
* fixed comment in values

* bump chart version

Co-authored-by: modularTaco <none>
2021-03-02 13:28:33 +01:00
Juan Ariza Toledano
71fb99f541 [bitnami/*] Use common macro to define RBAC apiVersion (#5585) 2021-02-22 17:37:32 +01:00
Hamdi Fourati
5c0ef02c34 Fix typo in values documentation (#5540) 2021-02-19 09:53:08 +01:00
Javier J. Salmerón-García
532f1c2a57 [bitnami/mongodb] Add metrics.containerPort (#5480) 2021-02-12 16:34:35 +01:00
Bitnami Containers
c45e80e65b [bitnami/mongodb] Release 10.6.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-12 00:53:03 +00:00
Miguel Ruiz
5f095734f9 [bitnami/*] Add notice regarding parameters immutability after chart installation (#4853)
* Add notice regarding parameters immutability after chart installation

* Revert changes on Mongo and Memcached README.md
2021-02-10 13:10:57 +01:00
Bitnami Containers
34562aa790 [bitnami/mongodb] Release 10.6.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-10 09:15:28 +00:00
Juan José Martos
56f2088426 Add registered icon to all the MongoDB references (#5426)
* Add registered icon to all the MongoDB references

* Bump versions of charts

* Bump versions of charts

* remove changes for kubeapps

Co-authored-by: jotamartos <jotamartos@vmware.com>
2021-02-09 16:14:49 +01:00
jackieskeate
74f2fd8f16 [bitnami/mongodb] Add optional parameters to configure service names used for mongo and arbiter services (#5384)
* Update headless-svc.yaml

Updated headless-svc.yaml to pull in the new servicename parameter.

* Update _helpers.tpl

* Update values.yaml

* Update statefulset.yaml

* Update statefulset.yaml

* Update statefulset.yaml

* Update headless-svc.yaml

* Update _helpers.tpl

* Update _helpers.tpl

Added default mongo arbiter service name which can be overridden.

* Update values.yaml

Added Arbiter service name parameter

* Update headless-svc.yaml

Updated to use the mongodb.arbiterservicename parameter

* Update statefulset.yaml

Updated to use the new mongodb.arbiterservicename parameter

* Update values.yaml

Renamed "servicename" parameter to "name" in line with template changes.

* Update Chart.yaml

Bumped version

* Update README.md

Added new service name parameters to README

* Update _helpers.tpl

Fixed indentation to make it consistent

* Update Chart.yaml

Removed blank line

* Update README.md

Updated service.name to service.nameOverride and arbiter.service.name to arbiter.service.nameOverride

* Update _helpers.tpl

Updated service.name parameters to service.nameOverride

* Update values.yaml

Updated new 'name' parameters to 'nameOverride'

* Update _helpers.tpl

Updated definition for mongodb.servicename to be mongodb.service.nameOverride
Updated definition for mongodb.arbiterservicename to be mongodb.arbiter.service.nameOverride

* Update headless-svc.yaml

Updated mongodb.arbiterservicename to mongodb.arbiter.service.name

* Update headless-svc.yaml

mongodb.arbiter.service.nameOverride

* Update statefulset.yaml

Updated mongodb.arbiterservicename to be mongodb.arbiter.service.nameOverride

* Update statefulset.yaml

Updated mongodb.servicename to be mongodb.service.nameOverride
Updated mongodb.arbiterservicename to be mongodb.arbiter.service.nameOverride

* Update headless-svc.yaml

Updated mongodb.servicenameOverride to mongodb.service.nameOverride

* Update statefulset.yaml

Updated mongodb.servicename to be mongodb.service.nameOverride
2021-02-05 11:50:37 +01:00
Bitnami Containers
03b8b530e9 [bitnami/mongodb] Release 10.6.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-02-05 03:56:47 +00:00
Daniel Arteaga
03eb8fca31 [bitnami/mongodb] fix: remove unnecesary hook (#5324)
Signed-off-by: darteaga <darteaga@vmware.com>
2021-01-29 10:25:15 +01:00
Javier J. Salmerón-García
18fd4ce975 [bitnami/mongodb] Add hostAliases (#5271) 2021-01-28 09:58:25 +01:00
Bitnami Containers
9fb3d9dff4 [bitnami/mongodb] Release 10.5.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-01-26 20:11:36 +00:00
Bitnami Containers
444de39ddc [bitnami/mongodb] Release 10.5.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-01-22 12:36:18 +00:00
Yasser Saleemi
d10986573a [bitnami/mongodb] Enable psp for mongodb (#5020)
* [bitnami/mongodb] Add ability to use PodSecurityPolicy

In clusters that have PSP enabled, a PSP resource in required otherwise things
like using volumes won't work.

This commit enables a pretty straight forward PSP to be used and easily modified
if required.

The default is to not create a PSP resource

* [bitnami/mongodb] Use predefined PSP for ease of use

Give basic options and use a predefined PSP for simple and quick usage. But
retain the ability for the user to use full spec

* Update bitnami/mongodb/templates/psp.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* Fail if psp create is true but not rbac

As suggested in comment https://github.com/bitnami/charts/pull/5020#discussion_r560125253

RBAC is needed for PSP to work, so, fail and show error if
podSecurityPolicy.create is true and rbac.create is false

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
2021-01-20 16:07:48 +01:00
Carlos Rodríguez Hernández
ccadbf3b4f [bitnami/mongodb] Drop values-production.yaml support (#5119) 2021-01-19 17:56:07 +01:00
Carlos Rodríguez Hernández
c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
Francisco de Paz Galán
430c331dec [bitnami/mongodb] Add serviceAccount annotations (#4968)
* [bitnami/mongodb] Add serviceAccount annotations

Signed-off-by: fdepaz <fdepaz@bitnami.com>

* Bump minor version
2021-01-14 16:50:13 +01:00
Benoît Chauvet
be82fa7327 [bitnami/mongodb] Make VolumePermission init container consistent with persistence.subPath value (#4938) 2021-01-12 17:15:23 +01:00
Benoît Chauvet
a9668ba408 [bitnami/mongodb] Make readiness probe only validate usable instance (#4937)
* [bitnami/mongodb] Make readiness probe only validate usable mongodb instance

* Fix probe when TLS enabled

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-01-12 15:48:13 +01:00
Benoît Chauvet
79889dc9fd Fix probe error messages (#4876)
* [bitnami/mongodb] Add parameter to liveness and readiness probes to remove error messages in logs

* [bitnami/mongodb-sharded] Add parameter to liveness and readiness probes to remove error messages in logs
2021-01-10 20:05:09 +01:00
Benoît Chauvet
b009a5807f [bitnami/mongodb] Add helpful information about some variable validity (#4902)
* [bitnami/mongodb] Add helpful information about some variable validity

* Update Chart.yaml

Co-authored-by: Andrés Bono <andresbono@vmware.com>
2021-01-07 13:33:51 +01:00
Toby Archer
e1b22435d7 Fix metrics readinessProbe and livenessProbe in standalone deployment (#4880) 2021-01-04 09:33:39 +01:00
Berkay Tekin Öz
8097014602 Fix metrics readinessProbe and livenessProbe since --test flag is removed in mongo-exporter (#4823) 2020-12-23 12:06:16 +01:00
Bitnami Containers
ed25600c2b [bitnami/mongodb] Release 10.3.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-12-22 12:27:05 +00:00
Bitnami Containers
b21f43ddad [bitnami/mongodb] Release 10.3.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-12-15 12:46:26 +00:00
Matthias Lohr
e2b744e838 allow selector definitions for volumeClaimTemplates (#4715) 2020-12-14 11:38:35 +01:00
Devesh Kumar
7225d59bc6 Added support for custom CA (#4690) 2020-12-14 10:21:11 +01:00
bl-ue
49adc63b67 [bitnami/*] fix typos (#4699)
* Fix typos

* Update bitnami/airflow/README.md

* fix minor typo

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
2020-12-14 09:17:49 +01:00
benjamin-wright
c750ddd205 [bitnami/mongodb] add existingSecret for tls certificates (#4687) 2020-12-11 15:18:50 +01:00
Juan Ariza Toledano
2826c125b4 [bitnami/*] Update dependencies (#4694) 2020-12-11 13:05:27 +01:00
lerminou
52229733f8 [bitnami/mongodb] Register targetPod in global context (#4642) 2020-12-08 13:47:14 +01:00
Ryan Dawson
44910ca2a8 [bitnami/mongodb] ensure password is handled as string (#4488)
* ensure password is handled as string

* no need to toString on autogenerated

* version bump after rebase
2020-12-01 11:15:51 +01:00
Carlos Rodríguez Hernández
4a93e2a663 [bitnami/mongodb] Bump bitnami/common subchart version (#4507) 2020-11-26 19:33:28 +01:00
Carlos Rodríguez Hernández
aaf0545acd [bitnami/mongodb] Use common validations (#4498)
* [bitnami/mongodb] Use common validations

* Update dependencies once released new common
2020-11-26 17:42:18 +01:00
Juan Ariza Toledano
f5abfb8e42 [bitnami/*] Affinity based on common presets (v) (#4494) 2020-11-26 13:36:02 +01:00
Mohamed Nadjib MAMI
72ca4e994d [bitnami/mongodb] External static LoadBalancer IPs added to the SSL certificate SANs (#4249) 2020-11-18 12:10:57 +01:00
Bitnami Containers
03dfb8d4de [bitnami/mongodb] Release 10.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-17 00:54:04 +00:00
franklin432
b357fc61af [bitnami/mongodb] Metrics container will not take TLS settings when cluster is TLS enabled (#4233) 2020-11-16 11:35:09 +01:00
Bitnami Containers
8fdca59e14 [bitnami/mongodb] Release 10.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-11-13 13:59:39 +00:00
Carlos Rodríguez Hernández
487e50ece8 [bitnami/mongodb] Fix prometheus rules (#4339)
* [bitnami/mongodb] Fix prometheus rules

* Improve doc
2020-11-13 09:15:21 +01:00
Carlos Rodríguez Hernández
ef817205d8 [bitnami/mongodb] Major version. Adapt Chart to apiVersion: v2 (#4296)
* [bitnami/mongodb] Major version. Adapt Chart to apiVersion: v2

* [bitnami/mongodb] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-11-11 00:56:52 +01:00
Miguel Ángel Cabrera Miñagorri
111391dcc2 [bitnami/mongodb] Fix README.md issue (#4164) 2020-11-03 10:07:03 +01:00
Michele
2f94dccd10 fix: add multiline string indicator in example data (#4153)
Co-authored-by: Michele Mondelli <michele.mondelli@bonsaimeme.com>
2020-10-30 10:22:45 +01:00
franklin432
97a6b8613a bitnami/mongodb TLS cert generation (#3959)
* chanign

* adding TLS settings

* adding the ability to generate certs upon chart install for TLS usage

* adding the ability to generate certs upon chart install for TLS usage. Changed version

* adding the ability to generate certs upon chart install for TLS usage

* removing white spaces

* removing white spaces

* adding the ability to generate certs upon chart install for TLS usage

* making PR comment changes

* making PR comment changes

* making PR comment changes

* making PR changes

* adding tls to arbiter settings

* adding tls settings to replicaset, arbiter and standalone instead of to the values-production and values yaml file

* adding tls settings to replicaset, arbiter and standalone instead of to the values-production and values yaml file

* adding TLS settings to replicaset, arbiter and standalone instead of to the values-production and values yaml file

* made no changes

* made no changes to bitnami/moodle

* making modifications from reviewers comments

* making modifications from reviewers comments

* making modifications from reviewers comments

* making changes from reviewers additional comments

* making changes from reviewers additional comments

* making changes from reviewers additional comments

* adding reviewer changes

* adding latest changes from reviewers additional comments

Co-authored-by: Frank Pinto fmpinto <fmpinto@ip-10-114-23-236.evoforge.org>
Co-authored-by: EC2 Default User <ec2-user@ip-172-31-48-60.ec2.internal>
2020-10-29 11:17:01 +01:00
Juan Ariza Toledano
c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01:00
Dmitry Makovey
4bd0268633 [bitnami/mongodb] document auth.existingSecret keys (#4099)
* Update README.md

document `auth.existingSecret` keys

* version bump to get past linter

Linter is complaining about un-bumped chart version
2020-10-26 12:50:49 +01:00
Bitnami Containers
6585677e51 [bitnami/mongodb] Release 9.2.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-21 17:12:14 +00:00
Miguel Ángel Cabrera Miñagorri
9c93bc8ff4 [bitnami/mongodb] Fix typo in external access namespace (#3965) 2020-10-09 11:28:07 +02:00
Miguel Ángel Cabrera Miñagorri
d0d595691e [bitnami/mongodb] Fix mongodb external access (#3937)
* [bitnami/mongodb] Fix namespace in external access services

* [bitnami/mongodb] Fix namespace in external access services
2020-10-08 11:34:02 +02:00