* added objectstorageConfig to the sidecar container
* Bumped version and added documentation of the added values.
* Fixed indentation of environment variables
* Rename ConfigMap to Secret and added to production-values
* Fixed missing space
* Added the contour helm chart
* Update bitnami/contour/Chart.yaml
Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
* Update bitnami/contour/README.md
Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
* Update bitnami/contour/values.yaml
Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
* Update bitnami/contour/values.yaml
Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
* Update bitnami/contour/README.md
Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Added the option to template inside the configInline Attribute for better handling of the namespace
* added template to the documentation
* Updated contour to 1.3.0
* Bumped the contour chart
* Fixed contour templating
* Better defaults
* Fixed values.yaml
* bumped chart version and appVersion
* Bumped the Chart version and added helm v2 support and some flags for the helm v2 support
* Update appVersion
* Update image tag
* Change command line to support the new Contour release.
* Bumped version
* Fixed templating
* Update values.yaml
* Fixed template.
* fixed template
* fixed the labeling use the uid 1001 from bitnami user
* added some service templating capabilities
* setting a good default
* Update envoy tag
* Fix several issues
* Add values-production
* [bitnami/contour] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/zookeeper] Configure max session timeout as standard env var in helm chart
* merge master and update chart version
* merge master and update chart version
* [bitnami/zookeeper] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/spark] Improve NOTES.txt to use the proper jar example
* [bitnami/spark] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* [bitnami/redmine] Inject Root CA into image
Add a certificate authority into the redmine image. Required for ldaps
authentication.
Signed-off-by: Joseph Ball <joseph.ball@packetsolutions.io>
* [bitnami/redmine] Add custom certificate into pod
Insert a custom certificate into the pod, allowing for a trusted
connection using a loadbalancer, or between the ingress and the pod.
Signed-off-by: Joseph Ball <joseph.ball@packetsolutions.io>
* [bitnami/redmine] Update certificate image to use bitnami schema
Change image from alpine to minideb. Init container will test to see if
apk package manager is available for user to change source image.
Signed-off-by: Joseph Ball <joseph.ball@packetsolutions.io>
* [bitnami/redmine] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
Skipping this verification as discourse does not seem to be passing the tests although
deploying (installation stage is presumably taking too much time)
Signed-off-by: joancafom <jcarmona@bitnami.com>
* Disable service links
Service links create environment variable with the `_PORT`. these environment variable can easily conflict with the `REDIS_PORT` environment variable needed by redis.
service links are not used in this deployment and can be removed (this is commons and probably a wrong default in kubernetes).