Commit Graph
15974 Commits
Author SHA1 Message Date
6592de659b [bitnami/rabbitmq] Added option to configure automounting service credentials (#7745)
* Added option to configure automounting service credentials

* Updated metadata

* Updated parameter name.

Co-authored-by: amiths <amith.kumar.shetty@kdi.kongsberg.com>
2021-10-13 08:10:09 +02:00
Bitnami Containers 4008b7ad0d [bitnami/nats] Release 6.4.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-13 04:32:02 +00:00
Bitnami Containers d61b18f2bc [bitnami/mongodb-sharded] Release 3.9.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-13 04:23:18 +00:00
Bitnami Containers e6a9d7047a [bitnami/aspnet-core] Release 1.3.19 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-13 04:20:49 +00:00
Bitnami Containers 7faf745d6c [bitnami/kube-state-metrics] Release 2.1.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-12 20:57:17 +00:00
Bitnami Containers a9224b4cfe [bitnami/solr] Release 2.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-12 20:45:10 +00:00
Bitnami Containers eb69d9d2cf [bitnami/mongodb] Release 10.27.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-12 20:37:36 +00:00
Bitnami Containers f011a8cca2 [bitnami/spring-cloud-dataflow] Release 4.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-12 15:07:39 +00:00
antoineozenneandGitHub 730b6e125e [bitnami/redis-cluster] Fix jobLabel, relabelings and metricRelabelings keys in ServiceMonitor (#7776)
* [bitnami/redis-cluster]Fix jobLabel, relabelings and metricRelabelings keys in ServiceMonitor.
Authored-by: Antoine Ozenne <antoine.ozenne@itga.fr>
2021-10-12 13:14:15 +01:00
Björn DiedingandGitHub f9f64b0dc5 [bitnami/redis-cluster] Fix probes if there is no password (#7771)
* Fix probes if there is no password
2021-10-12 10:34:14 +01:00
Carlos Rodriguez Hernandez 194a909268 [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-10-12 05:04:09 +00:00
ef9156ec08 [Kafka] Support Using MY_POD_IP address for Kafka External Access (#7700)
* Ignore the build folder

* Update the Makefile

* Support using MY_POD_IP env variable for external access

* Update comment for configuration value

* Support usePodIPs

* Remove unused file

* Update scripts-configmap.yaml

Correct the syntax

* Increase the patch version for the change

* Update the README.md for new configuration value usePodIPs

* Update scripts-configmap.yaml

Update the if else logic

Previous Updated: 
```
    {{- if or .Values.externalAccess.service.useHostIPs .Values.externalAccess.autoDiscovery.enabled }}
    export EXTERNAL_ACCESS_IP="${HOST_IP}"
    {{- else if or .Values.externalAccess.service.usePodIPs .Values.externalAccess.autoDiscovery.enabled }}
    export EXTERNAL_ACCESS_IP="${MY_POD_IP}"
```
To new
```
    {{- if and .Values.externalAccess.service.usePodIPs .Values.externalAccess.autoDiscovery.enabled }}
    export EXTERNAL_ACCESS_IP="${MY_POD_IP}"
    {{- else if or .Values.externalAccess.service.useHostIPs .Values.externalAccess.autoDiscovery.enabled }}
    export EXTERNAL_ACCESS_IP="${HOST_IP}"
```
The previous logic will ignore the `usePodIPs` flag when `.Values.externalAccess.autoDiscovery.enabled` is true and system will use HOST_ID instead of usePodIPs = true.

By combine the  `Values.externalAccess.service.useHostIPs` & `.Values.externalAccess.autoDiscovery.enabled` it will make sure we will use MY_POD_IP. For other cases it will use HOST_IP

Co-authored-by: Ryan Nguyen <ryan.nguyen@shopback.com>
2021-10-11 19:20:22 +02:00
Bitnami Containers 28d43a871c [bitnami/grafana] Release 6.3.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-11 13:38:42 +00:00
abb714a10b [bitnami/postgresql-ha] Allows metrics service parametrization (#7756)
* [bitnami/postgresql-ha] Allows metrics service parametrization

* Regenerate README table using values.yaml metadata

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
2021-10-11 12:52:42 +02:00
JackandGitHub 6d3edebeb6 [bitnami/kube-prometheus] Feature/kube prometheus honor labels (#7747) 2021-10-11 10:36:10 +02:00
Bitnami Containers af6d1494e7 [bitnami/wavefront-hpa-adapter] Release 1.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-11 06:57:11 +00:00
Bitnami Containers 7671c64ad9 [bitnami/postgresql] Release 10.12.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-11 04:00:16 +00:00
Bitnami Containers 65e1ab012e [bitnami/postgresql-ha] Release 7.10.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-11 03:48:00 +00:00
Bitnami Containers 4026954021 [bitnami/redmine] Release 17.0.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-10 13:42:40 +00:00
Bitnami Containers f9d1ea94ed [bitnami/odoo] Release 19.0.11 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-10 09:53:51 +00:00
Bitnami Containers 8b7a83f113 [bitnami/wildfly] Release 11.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-10 09:41:43 +00:00
Bitnami Containers 2c22332932 [bitnami/odoo] Release 19.0.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-10 08:11:52 +00:00
Bitnami Containers 4a75dde3b6 [bitnami/ghost] Release 15.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-09 00:29:52 +00:00
Bitnami Containers cd390f22e2 [bitnami/airflow] Release 11.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-08 21:24:27 +00:00
Juan Ariza ToledanoandGitHub 9f9d8aa887 [bitnami/etcd] Add support for customizing authentication token type (#7735)
* [bitnami/etcd] Add support for customizing authentication token type

Signed-off-by: juan131 <juanariza@vmware.com>

* Fix typo in values

Signed-off-by: juan131 <juanariza@vmware.com>

* Add support for customizin the JWT token and loading the private key from a secret

Signed-off-by: juan131 <juanariza@vmware.com>
2021-10-08 17:54:27 +02:00
c488fb654e [bitnami/ghost] Chart standarized (#7562)
* [bitnami/ghost] Chart standarized

* Update readme

* Fix minor issue

* Update readme

* Make service.port backward-compatible

* Update readme

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
2021-10-08 17:23:45 +02:00
9d5fd71ddb [bitnami/consul, cassandra] Apply standardizations (#7557)
* [bitnami/consul, cassandra] Apply standardizations

* Update bitnami/consul/values.yaml

Co-authored-by: Pablo Galego <pgalego@vmware.com>

* Update values.yaml

Co-authored-by: Pablo Galego <pgalego@vmware.com>
2021-10-08 17:19:03 +02:00
Miguel Ángel Cabrera MiñagorriandGitHub cfce1c478e [bitnami/redis-cluster] Redis Cluster Helm Chart standardisation (#7710)
* [bitnami/redis-cluster] Standardise Redis Cluster Helm Chart

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>

* Bump version

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>

* Fix and regenerate README

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>

* Apply suggestions

* Re-generate readme

* Address changes and improvements

* Improve rollingUpdate values

* Use 0 as default partition

* Add upgrade notice to README
2021-10-08 16:46:40 +02:00
Javier J. Salmerón-GarcíaandGitHub f0deb0039a [bitnami/wavefront-hpa-adapter] Perform standardizatinos (#7711) 2021-10-08 16:26:39 +02:00
Carlos Rodriguez Hernandez 9bead53e7a [bitnami/several] Regenerate README tables
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-10-08 13:12:02 +00:00
21d12f9282 [bitnami/airflow] fix dag_id could not be found with dagConfigMap and Kubernetes executor (#7716)
* initContainer to load dags into Airflow avoiding k8s configMap real path

* initContainer to load dags into Airflow (scheduler) avoiding k8s configMap real path

* initContainer to load dags into Airflow (worker) avoiding k8s configMap real path

* bump up Chart version

* move conditional to the template to avoid calling when it is not needed

* use a value for the load dags initcontainer

* do not chomp right whitespace

* Move initcontainer image details together with dagsConfigMap under same group

* Fix metadata

* fix default dagConfigMap value

* Remove hardcoded stuff

* Rename dags.dagsConfigMap parameter to dags.configMap

* Update bitnami/airflow/templates/_helpers.tpl

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Update bitnami/airflow/Chart.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Decouple args from command

* Update bitnami/airflow/values.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* Update bitnami/airflow/values.yaml

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>

* fix misspelling

* Update README.md

Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
2021-10-08 11:20:21 +02:00
Bitnami Containers 8f8f28baea [bitnami/orangehrm] Release 10.1.23 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 22:02:06 +00:00
Bitnami Containers db2a9d70bd [bitnami/prestashop] Release 13.2.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 21:53:06 +00:00
Bitnami Containers a7a7850ea0 [bitnami/cassandra] Release 8.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 21:19:35 +00:00
Bitnami Containers 384cf4d5c6 [bitnami/mediawiki] Release 12.3.15 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 21:06:21 +00:00
Bitnami Containers ffd6f8920f [bitnami/testlink] Release 9.2.24 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 21:04:03 +00:00
Bitnami Containers 9c206e054a [bitnami/drupal] Release 10.3.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 21:01:02 +00:00
Bitnami Containers 844bb5cdbd [bitnami/moodle] Release 11.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:58:19 +00:00
Bitnami Containers 04fdbe52fd [bitnami/wordpress] Release 12.1.20 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:55:04 +00:00
Bitnami Containers c00072ce6b [bitnami/owncloud] Release 10.2.27 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:51:56 +00:00
Bitnami Containers e746eb48d0 [bitnami/magento] Release 19.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:39:51 +00:00
Bitnami Containers df854cc20e [bitnami/suitecrm] Release 9.3.25 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:24:17 +00:00
Bitnami Containers 7b081fc503 [bitnami/opencart] Release 10.0.26 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:21:29 +00:00
Bitnami Containers 1896fc8e7b [bitnami/phpbb] Release 10.1.24 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:17:29 +00:00
Bitnami Containers 8cbc5177f3 [bitnami/apache] Release 8.8.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:14:31 +00:00
Bitnami Containers 53c7504be1 [bitnami/joomla] Release 10.1.24 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:12:13 +00:00
Bitnami Containers 53b670dcd0 [bitnami/phpmyadmin] Release 8.2.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:10:00 +00:00
Bitnami Containers 296d677eae [bitnami/osclass] Release 11.0.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:06:55 +00:00
Bitnami Containers 7fbd3ca1f4 [bitnami/dokuwiki] Release 11.2.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 20:02:55 +00:00
Bitnami Containers c8c916e9a2 [bitnami/nginx] Release 9.5.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2021-10-07 19:56:45 +00:00