* [stable/phpmyadmin] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Fix nodeSelector issue
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add podannotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/phpmyadmin] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/prestashop] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/prestashop] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/prestashop] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Fix podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Remove podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/orangehrm] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/magento] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/magento] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/magento] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Fix podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/joomla] Add apache-exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Move podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/joomla] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/joomla] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
`.Values.rabbitmq.nodePort` is only used for `NodePort`-type
services. For ClusterIP and LoadBalancer it's the usual amqpPort.
Also fixed a typo on `rabbitmq.nodePort` in the README.
Regression introduced by #7910.
Signed-off-by: Thomas Riccardi <thomas@deepomatic.com>
* Add pod and service labels support
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
* Add documentation for new values
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
* Add version bump
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
* Move the label logic to a helper template and add serviceAccount support
Signed-off-by: Gavin Mogan <git@gavinmogan.com>
* [stable/mediawiki] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/mediawiki] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/mediawiki] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Lint
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* stable/jaeger-operator: Allowed chart to be a dependency of a chart containing CRDs
Signed-off-by: Christopher King <chris@coyfox.net>
* stable/jaeger-operator: Bumped Chart version to 1.0.2
Signed-off-by: Christopher King <chris@coyfox.net>
* stable/mongodb: adds podLabels to values.yaml
Signed-off-by: Michael Hill <mhill@betterview.net>
* stable/mongodb: updated version patch
Signed-off-by: Michael Hill <mhill@betterview.net>
* stable/mongodb: bump minor version instead of patch
Signed-off-by: Michael Hill <mhill@betterview.net>
* stable/rabbitmq: adds podLabels to values.yaml
Signed-off-by: Michael Hill <mhill@betterview.net>
* stable/rabbitmq: updated patch version number
Signed-off-by: Michael Hill <mhill@betterview.net>
* stable/rabbitmq: bump minor version instead of patch
Signed-off-by: Michael Hill <mhill@betterview.net>
* Bumped appversion and Jenkins version for enhanced security
Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>
* changed hardcoded version to lts
Signed-off-by: Hugo van der Zwaag <hugovdzwaag@hotmail.com>
* Upgrade to openebs 0.7.1
Includes changes to:
- Change the image tags to 0.7.1
- Add a Node-Disk-Manager daemonset introduced in 0.7 for disk management
- Add ENV var for Cstor based storage engine
- Update values.yaml wrt to above changes
- Updated README and Chart.yaml
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
* update deployment and RBAC APIs to v1
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
In several places, the empty default for tolerations was an object
where it should have been an array, for nodeSelectors the opposite,
should be an object but was specified in an array, and for one
case of resources, the empty object was just missing.
Updated these all to what they should be, which has eliminated
errors like the following when running:
```
2018/10/27 00:46:18 warning: cannot overwrite table with non table for tolerations (map[])
2018/10/27 00:46:18 warning: destination for nodeSelector is a table. Ignoring non-table value []
2018/10/27 00:46:18 warning: destination for nodeSelector is a table. Ignoring non-table value []
2018/10/27 00:46:18 warning: destination for resources is a table. Ignoring non-table value <nil>
2018/10/27 00:46:18 warning: cannot overwrite table with non table for tolerations (map[])
2018/10/27 00:46:18 warning: destination for nodeSelector is a table. Ignoring non-table value []
```
Signed-off-by: Joe Hohertz <joe@viafoura.com>
* [stable/postgresql] Fix NOTES.txt render error when service type is LoadBalancer
Signed-off-by: tompizmor <tompizmor@gmail.com>
* Delete wrong line
Signed-off-by: tompizmor <tompizmor@gmail.com>
* [incubator/elastic-stack] Add filebeat to elastic-stack
Signed-off-by: Dmitry Zykov <i@dmizyk.com>
* remove trailing space
Signed-off-by: Dmitry Zykov <i@dmizyk.com>
* regenerate requirements.lock
Signed-off-by: Dmitry Zykov <i@dmizyk.com>
* add new line character at the end of file Chart.yaml
Signed-off-by: Dmitry Zykov <i@dmizyk.com>
* Volume mount the config map to preconfigure the server even if persistence is disabled.
* The value for .Values.server.persistence.enabled should be used for volume mounting GoCD related directories such as config, db, etc.
Preconfiguring the GoCD server is should be done even if persistence is not enabled. (#8579)
Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
* Update changelog.
Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
* support for clusterIP services with specific cluster IP or None for headless service.
Signed-off-by: Arvind Gupta <guptaarvindk@gmail.com>
* - added support for statefulsets, while keeping backward compatibility for deploymnet usage.
- fixed issues from previous PR
- bumped up minor version.
Signed-off-by: Arvind Gupta <guptaarvindk@gmail.com>
* Add fluentd-elasticsearch and elasticsearch-exporter to elastic-stack
Update repository for elasticseach and elasticsearch-curator
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
* Increment minor version
Signed-off-by: Pete Brown <pete.brown@powerhrg.com>
The most important part of this PR is the fix for the ES config which was broken because it was cut off by the Splunk config.
It also adds the tls options to the http and fluentd output plugin as well as a shared_secret option to the fluentd forwarder output plugin. Also http_user/password options are added to the http backend. All options have backwards compatible defauts.
Signed-off-by: Thorsten Kunz <thorsten.kunz@flexarc.com>
* Fix regression when using passwords with spaces
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
* Changes from code review
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
* Add terminationGracePeriodSeconds to README
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>