* 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>
* 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
* [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>
* [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
* 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>