* Only render yaml keys that are lists when there are actual values for them
* Bump chart version
* Fix condition on volumeMounts for init cluster job
* Remove extra newline
* Fix volumeclaim selector
* Make linter happy
Co-authored-by: Andrés Bono <andresbono@vmware.com>
Add the /bin/sh -cx command in front of the "chown" stuff to avoid "file
not found" and similar errors. Similar to how it's done in the Postgres
chart.
Signed-off-by: Thorsten Klein <iwilltry42@gmail.com>
* Set metrics exporter CA certificate env variable
Add the REDIS_EXPORTER_TLS_CA_CERT_FILE environment variable to the prometheus exporter
https://github.com/oliver006/redis_exporter/issues/387 has been resolved
* Bump redis chart version to 11.3.0
* Set metrics exporter CA certificate env variable
Add the REDIS_EXPORTER_TLS_CA_CERT_FILE environment variable to the prometheus exporter
https://github.com/oliver006/redis_exporter/issues/387 has been resolved
* Bump redis-cluster chart version to 3.3.0
* allow custom values for liveness and readiness probe
* end file in newline
* remove trailing spaces
* add enabled flag to livenessProbe and readinessProbe
Co-authored-by: Bonadio, Michael <bonadm1@nationwide.com>
extra manifests declared with the `extraDeploy` value used to be defined in a single List manifest.
the issue with this setup, is that if you want to define a Job to be used as a Helm hook, it won't work - because Helm only look at top-level manifests to find the hook annotations.
this PR changes the implementation of extra manifests, by rendering top-level manifests instead of wrapping them inside a List.
charts users don't need to change anything in their values.yaml
* ghost: support priorityClassName
* Apply suggestions from code review
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* 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>
* Changes to add loadBalancerIP option to service
* Improve condition
* Add commets to values files
* Remove trailing spaces
* Update bitnami/zookeeper/values-production.yaml
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Update bitnami/zookeeper/values.yaml
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Update bitnami/zookeeper/README.md
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Update bitnami/zookeeper/templates/svc.yaml
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>