* Update README.md
Since extraVolumes and extraVolumeMounts were added to the chart template it is now easier do deploy the chart under a sub-uri. This might be helpful to the community.
* Update Chart.yaml
bumped chart version
* Update README.md
moved "sub-uri" instructions to "Instalation details"
* Update README.md
* [metrics-server] Fix wrong template helper usage
* [metrics-server] Bump Chart version
* [metrics-server] Using include instead of template directive
Similar to auth.existingPasswordSecret, this evaluates auth.existingErlangSecret as a template
Co-authored-by: Adrian Astley <adrian.astley@activision.com>
* [bitnami/kafka] Use autoDiscovery values for NodePort external access
If externalAccess is enabled and the service is NodePort the `EXTERNAL_ACCESS_IP` value is not used when writing the `setup.sh` script.
* Bump Chart version
* Update bitnami/kafka/Chart.yaml
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
Co-authored-by: Kerins, Marc <Marc.Kerins@bluvector.io>
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
* [bitnami/redis-cluster] Add priorityClassName to initJob and updateJob
* [bitnami/redis-cluster] missing starting space in comment
* Apply suggestions from code review
Set `priorityClassName` to `nil` instead of commented in the values files
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
* [bitnami/spring-cloud-dataflow] Support extraVolume and extraVolumeMounts (#4534)
* remove extraVolume and extraVolumeMount from default
* [bitnami/spring-cloud-dataflow] update README.md
* [bitnami/spring-cloud-dataflow] update comments in values
* Reorder HPA to prevent GitOps Diff
Since kubernetes automatically re-order HPA manifests to have memory before CPU, when using GitOps engines like ArgoCD we always get OutOfSync objects.
* Update hpa.yaml
* Update hpa.yaml
* Update Chart.yaml
* [bitnami/node] Major version. Adapt Chart to apiVersion: v2
* Bump Node version to 14
* Add bitnami/commons
* Add labels and annotations standardizations
* Add standardizations
* Add more standardizations
* Update README
* Update dependencies once released new common and mongodb
* Add MongoDB common subchart validation
* fix: dbsecret only for mongodb
* Update bitnami/commons version
* Use latest mongodb as subchart
* [bitnami/node] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: joancafom <jcarmona@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* Introduce kubernetes-event-exporter chart
* Set loglevel to error for production
* Update description inside Chart.yaml
* Add basic README for kubernetes-event-exporter
* Use bitnami container builds
* add the bitnami container repo
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Fix typo in README
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Same naming style across all bitnami charts
* Define initContainers in a single line
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Use new standard for pod and container SecurityContext
* Implement commonAnnotations and commonLabels
* Delete the values-production.yaml
* Divide params table in smaller ones
* Use string 'v0.9' for appVersion
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* Add documentation for `image.pullSecrets`
* Use minideb based container image (instead scratch)
* Fix labels, add extraDeploy and changes related to apiVersion: v2
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>