Commit Graph

53 Commits

Author SHA1 Message Date
David Mládek
328ca86351 [bitnami/common] Common credential error (#5884)
* Add information about credentials to rabbitmq

* Bump versions of rabbitmq

* Update bitnami/rabbitmq/templates/NOTES.txt

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Add information about credentials to common error messages

* Update version of common

* Update bitnami/common/templates/_errors.tpl

Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>

* Update bitnami/common/templates/_errors.tpl

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Andrés Bono <andresbonojimenez@gmail.com>
2021-03-25 12:06:30 +01:00
Etienne Barbier
15ca27520a [bitnami/common] Add possibility to pull images without giving registry name (#5582)
Thanks for the contribution!
2021-02-23 14:10:35 +01:00
Juan Ariza Toledano
fda87aabcd [bitnami/common] Add RBAC/CRD apiVersion support for versions 1.22+ (#5583) 2021-02-22 15:56:50 +01:00
Juan José Martos
56f2088426 Add registered icon to all the MongoDB references (#5426)
* Add registered icon to all the MongoDB references

* Bump versions of charts

* Bump versions of charts

* remove changes for kubeapps

Co-authored-by: jotamartos <jotamartos@vmware.com>
2021-02-09 16:14:49 +01:00
Arthur Busser
d27fb5e0b3 fix(common): quote namespace name (#5363) 2021-02-03 09:27:33 +01:00
Francisco de Paz Galán
20231b138f [bitnami/common] Remove helm version checker from secret helper (#5156)
* [bitnami/common] Remove helm version checker from secret helper

Signed-off-by: fdepaz <fdepaz@bitnami.com>

* Remove variable definition
2021-01-20 16:57:28 +01:00
Carlos Rodríguez Hernández
c5e67a3887 [bitnami/*] Change helm version in the prerequisites (#5090) 2021-01-19 14:40:01 +01:00
Marcel Fest
0bae2bbb9b [bitnami/common] same behavior with empty string when the secret obje… (#5057)
* [bitnami/common] same behavior with empty string when the secret object is used.

When you pass in an empty string as the existingSecret the with statement ensures that the default name is used.
If you pass in the new existingSecret object which is a dict it uses the empty  string and not use the emptyString as reference to use the default string.
Implementing another with statement ensures that the variable is set.

* {bitnami/common] Fix the documenation fo supportsHelmVersion

* [bitnami/common] Bump version in Chart.yaml

* [bitnami/common] Bump the Chart.yaml version

* fix indentation and whitespace
2021-01-18 10:09:26 +01:00
Marcel Fest
11efd59177 [bitnami/common] fix wrong include reference (#5056)
* [bitnami/common] fix wrong include reference,

* [bitnami/common] Bump version in Chart.yaml

* {bitnami/common] Fix the documenation fo supportsHelmVersion

* Bump appVersion
2021-01-17 12:38:01 +01:00
Francisco de Paz Galán
14a0042dc9 [bitnami/common] Fix lookup function backward compatibility and README (#5018)
* [bitnami/common] Fix typos and README

Signed-off-by: fdepaz <fdepaz@bitnami.com>

* Capabilities fix

* Add new helmVersion helper

* Update README

* Format tables

* Bump patch version

* Expand helper description
2021-01-15 17:45:41 +01:00
Carlos Rodríguez Hernández
dfa89b8659 [bitnami/several] Add Redis trademark (#5023)
* Add trademark to Redis and Redis Cluster

* add trademark in other charts

* Fix table indentation in READMEs

* Add trademark to yaml, tpl and txt

* Rebase master and bump chart version

* One line disclaimer

* Add trademark to recent changes and add zookeeper and cassandra

Co-authored-by: jotamartos <jotamartos@vmware.com>
2021-01-14 14:36:32 +01:00
Javier Salmeron Garcia
22ab07ac7d [bitnami/common] Add missing else statement to ingress apiversion 2021-01-13 17:35:42 +01:00
Javier J. Salmerón-García
e447d9d220 [bitnami/common] Fix cases where ingress is not at the root (#4984) 2021-01-13 17:15:14 +01:00
Francisco de Paz Galán
240dc1bea8 [bitnami/*] POC Lookup function implementation (#4831)
* [bitnami/*] POC Implement lookup function

Signed-off-by: fdepaz <fdepaz@bitnami.com>

* Improve secure password generation

* Bump minor version

* Apply suggested changes

* Restore password validation

* Fix lint issue

* Add password validation to common

* Fix regexp

* Add subchart support
2021-01-13 16:10:48 +01:00
Javier Salmeron Garcia
c59b86919f [bitnami/common] Fix incorrect backend calculation for networking/v1beta1 2020-12-31 11:56:55 +01:00
Javier Salmeron Garcia
a371b734b8 [bitnami/common] Fix typo in common.capabilities.kubeVersion 2020-12-30 15:14:49 +01:00
Javier Salmeron Garcia
0bbb339d60 [bitnami/common] Fix issue with global kubeversion calculation 2020-12-30 15:02:03 +01:00
Javier J. Salmerón-García
2b22a21702 [bitnami/common] Make ingress rules compatible with all Kubernetes versions (#4859) 2020-12-30 12:39:55 +01:00
Daniel Arteaga
cdb6ae8f00 [bitnami/common] fix: moving kube version comparison (#4804)
Signed-off-by: darteaga <darteaga@vmware.com>
2020-12-23 18:19:16 +01:00
Maarten Mensink
5ed8c54f5e [bitnami/common] Adding networking apiVersion support for versions 1.19+ (#4776)
* Adding support voor k8s 1.19 ingress networking

In k8s 1.19+ ingress uses apiVersion networking.k8s.io/v1

* Update Chart.yaml
2020-12-18 11:35:14 +01:00
bl-ue
49adc63b67 [bitnami/*] fix typos (#4699)
* Fix typos

* Update bitnami/airflow/README.md

* fix minor typo

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
2020-12-14 09:17:49 +01:00
Juan Ariza Toledano
5b51a5c004 [bitnami/common] Fix node affinity templates (#4692)
Signed-off-by: juan131 <juanariza@vmware.com>
2020-12-11 11:50:21 +01:00
Jose Antonio Carmona
ca3fdfbeeb fix: mongodb validation auth (#4506) 2020-11-26 19:21:02 +01:00
Carlos Rodríguez Hernández
14ece96c80 [bitnami/common] Add mongodb validation template (#4497)
* Add mongodb validation template

* Apply suggestions
2020-11-26 17:19:48 +01:00
Sereinity
de9b217746 [bitnami/common] existingSecret is in auth map (#4389) 2020-11-19 13:48:59 +01:00
Carlos Rodríguez Hernández
09dbc45d11 bitnami/common Major version. Adapt Chart to apiVersion: v2 (#4258) 2020-11-10 14:47:43 +01:00
Jose Antonio Carmona
b4923d4801 [bitnami/common] feat: add cassandra passwords validations (#4110)
Signed-off-by: joancafom <jcarmona@bitnami.com>
2020-10-27 08:27:15 +01:00
Daniel Arteaga
0daa8d580c [bitnami/common] feat: add redis passwords validations (#4070)
* [bitnami/common] feat: add redis passwords validations

Signed-off-by: darteaga <darteaga@vmware.com>

* fix: some typos

Signed-off-by: darteaga <darteaga@vmware.com>
2020-10-21 13:35:28 +02:00
Francisco de Paz Galán
aa2b3a1861 [bitnami/common] Allow backward compatibility for existingSecret (#4006)
* Allow backward compatibility for existingSecret

* Added clarification note

Co-authored-by: fdepaz <fdepaz@bitnami.com>
2020-10-14 11:31:21 +02:00
Marcel Fest
d114d446ef [bitnami/common] Fix secret name bug with defaulNameSuffix. (#3888)
* Fix secret name bug with defaulNameSuffix.

* Fixed the creation of secret names

* Ensure that the name is only 63 chars long

* Resetted metallb changes
2020-10-05 10:59:56 +02:00
Juan Ariza Toledano
1eb44366a7 [bitnami/common] Add statefulset capabilities and prepare MariaDB passwords validation for new format (#3859) 2020-10-02 12:36:40 +02:00
Daniel Arteaga
048cdae548 [bitnami/common] fix: evaluate enabled as string (#3733)
Signed-off-by: darteaga <darteaga@vmware.com>
2020-09-22 16:10:30 +02:00
Juan Ariza Toledano
9e6a915392 PoC for pods' affinity (#3713) 2020-09-22 15:46:00 +02:00
Miguel Ángel Cabrera Miñagorri
1ed12f96af [bitnami/metrics-server] Add source repo (#3577)
* [bitnami/all] Add home to this repository

* Remove duplicated entries
2020-09-03 12:00:10 +02:00
Daniel Arteaga
c912fd0b73 [bitnami/common] fix: wrong use of append function (#3566)
* [bitnami/common] fix: wrong use of append function

Signed-off-by: darteaga <darteaga@vmware.com>

* fix: indentation

Signed-off-by: darteaga <darteaga@vmware.com>
2020-09-01 12:52:08 +02:00
Daniel Arteaga
498056ad16 [bitnami/common] fix: mariadb checks secret fields after check enabled (#3565)
Signed-off-by: darteaga <darteaga@vmware.com>
2020-08-31 16:34:20 +02:00
Juanra GM
a8d2464375 [bitnami/mariadb] Require password option at secret resource (#3411)
* [bitnami/mariadb] feat: add `secret.requirePasswords` param

* [bitnami/mariadb] build: chart v7.9.0

* [bitnami/common] feat: add `secret.requirePasswords` param validation

* [bitnami/common] build: chart v0.6.0
2020-08-19 16:57:25 +02:00
Daniel Arteaga
1c52a2a48e [bitnami/common] fix: add global parameters to postgres validation (#3460)
Signed-off-by: darteaga <darteaga@vmware.com>
2020-08-19 13:21:59 +02:00
Daniel Arteaga
c972152762 fix(common): missing $ in required values helpers (#3376) 2020-08-10 17:23:55 +02:00
Daniel Arteaga
1a4419e15d [bitnami/common] add psql and mysql required password validations (#3374)
* feat(common): add psql and mysql required password validations
2020-08-10 12:16:53 +02:00
Daniel Arteaga
5a5807c1b1 Add common helpers to check secrets when upgrade (#3150) 2020-08-04 16:56:40 +02:00
Andrés Bono
3d7ab406fe [bitnami/*] Fix TL;DR typo in READMEs (#3280)
* Fix TL;DR typo in READMEs

Signed-off-by: Andrés Bono <andresbono@vmware.com>
2020-07-30 18:31:32 +02:00
Miguel Ángel Cabrera Miñagorri
63bde066b8 [bitnami/all] Add categories (#3075)
* [bitnami/airflow] Add category to Chart.yaml

* [bitnami/apache] Add category to Chart.yaml

* [bitnami/cassandra] Add category to Chart.yaml

* [bitnami/common] Add category to Chart.yaml

* [bitnami/consul] Add category to Chart.yaml

* [bitnami/contour] Add category to Chart.yaml

* [bitnami/discourse] Add category to Chart.yaml

* [bitnami/dokuwiki] Add category to Chart.yaml

* [bitnami/drupal] Add category to Chart.yaml

* [bitnami/ejbca] Add category to Chart.yaml

* [bitnami/elasticsearch] Add category to Chart.yaml

* [bitnami/etcd] Add category to Chart.yaml

* [bitnami/external-dns] Add category to Chart.yaml

* [bitnami/fluentd] Add category to Chart.yaml

* [bitnami/ghost] Add category to Chart.yaml

* [bitnami/grafana] Add category to Chart.yaml

* [bitnami/harbor] Add category to Chart.yaml

* [bitnami/influxdb] Add category to Chart.yaml

* [bitnami/jasperreports] Add category to Chart.yaml

* [bitnami/jenkins] Add category to Chart.yaml

* [bitnami/joomla] Add category to Chart.yaml

* [bitnami/kafka] Add category to Chart.yaml

* [bitnami/kibana] Add category to Chart.yaml

* [bitnami/kong] Add category to Chart.yaml

* [bitnami/kube-state-metrics] Add category to Chart.yaml

* [bitnami/kubewatch] Add category to Chart.yaml

* [bitnami/logstash] Add category to Chart.yaml

* [bitnami/magento] Add category to Chart.yaml

* [bitnami/mariadb] Add category to Chart.yaml

* [bitnami/mariadb-galera] Add category to Chart.yaml

* [bitnami/mediawiki] Add category to Chart.yaml

* [bitnami/memcached] Add category to Chart.yaml

* [bitnami/metallb] Add category to Chart.yaml

* [bitnami/metrics-server] Add category to Chart.yaml

* [bitnami/minio] Add category to Chart.yaml

* [bitnami/mongodb] Add category to Chart.yaml

* [bitnami/mongodb-sharded] Add category to Chart.yaml

* [bitnami/moodle] Add category to Chart.yaml

* [bitnami/mxnet] Add category to Chart.yaml

* [bitnami/nats] Add category to Chart.yaml

* [bitnami/nginx] Add category to Chart.yaml

* [bitnami/nginx-ingress-controller] Add category to Chart.yaml

* [bitnami/node] Add category to Chart.yaml

* [bitnami/node-exporter] Add category to Chart.yaml

* [bitnami/odoo] Add category to Chart.yaml

* [bitnami/opencart] Add category to Chart.yaml

* [bitnami/orangehrm] Add category to Chart.yaml

* [bitnami/osclass] Add category to Chart.yaml

* [bitnami/owncloud] Add category to Chart.yaml

* [bitnami/parse] Add category to Chart.yaml

* [bitnami/phabricator] Add category to Chart.yaml

* [bitnami/phpbb] Add category to Chart.yaml

* [bitnami/phpmyadmin] Add category to Chart.yaml

* [bitnami/postgresql] Add category to Chart.yaml

* [bitnami/postgresql-ha] Add category to Chart.yaml

* [bitnami/prestashop] Add category to Chart.yaml

* [bitnami/prometheus-operator] Add category to Chart.yaml

* [bitnami/pytorch] Add category to Chart.yaml

* [bitnami/rabbitmq] Add category to Chart.yaml

* [bitnami/redis] Add category to Chart.yaml

* [bitnami/redis-cluster] Add category to Chart.yaml

* [bitnami/redmine] Add category to Chart.yaml

* [bitnami/spark] Add category to Chart.yaml

* [bitnami/spring-cloud-dataflow] Add category to Chart.yaml

* [bitnami/suitecrm] Add category to Chart.yaml

* [bitnami/tensorflow-resnet] Add category to Chart.yaml

* [bitnami/testlink] Add category to Chart.yaml

* [bitnami/thanos] Add category to Chart.yaml

* [bitnami/tomcat] Add category to Chart.yaml

* [bitnami/wildfly] Add category to Chart.yaml

* [bitnami/wordpress] Add category to Chart.yaml

* [bitnami/zookeeper] Add category to Chart.yaml

* Add Github action

* Standarise E-xxx categories

* Standarise lint action yaml

* Add invalid category to test action

* Fetch repo before action

* Revert "Add invalid category to test action"

This reverts commit 0495382cb286be8d276d17b1ddaa89b75b3626b1.

* Add CHART_CATEGORIES file
2020-07-10 18:12:20 +02:00
Carlos Rodríguez Hernández
fe9fd8c261 [bitnami/several] Fix table rendering in some hubs (#2770)
* [bitnami/several] Fix table rendering in some hubs

* [bitnami/mysql] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* [bitnami/mariadb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-05 22:36:10 +02:00
Marco Kilchhofer
a968a50916 [bitnami/common]: add template function for ingress apiVersion (#2732)
* Add template function for ingress apiVersion

Signed-off-by: Marco Kilchhofer <marco.kilchhofer@bedag.ch>
2020-06-02 14:51:29 +02:00
Carlos Rodríguez Hernández
ff2c37a576 [bitnami/common] Bump chart version (#2707)
* Bump chart version

* Update Chart.yaml
2020-05-29 16:25:10 +02:00
Carlos Rodríguez Hernández
bafba3fc8b [bitnami/several] Fix trailing spaces to make helm lint work on all of them (#2705) 2020-05-29 15:38:41 +02:00
Daniel Arteaga
1ea21a92a8 fix(common): add name attribute to imagePullSecrets helper (#2664) 2020-05-26 12:29:14 +02:00
Daniel Arteaga
c7751eb576 update bitnami/common to be compatible with helm v2.12+ (#2615) 2020-05-19 13:18:15 +02:00
Daniel Arteaga
1bd1e7bc77 bump bitnami/common version number (#2580) 2020-05-13 11:44:12 +02:00