Commit Graph

60 Commits

Author SHA1 Message Date
Miguel Ruiz
0c8a45546a [bitnami/common] Add supportIngressClassname (#6828) 2021-07-02 10:06:50 +02:00
Roman Kuznetsov
66edf04e3e [bitnami/common] extend common.labels.matchLabels with .Values.extraMatchLabels (#6589)
* [bitnami/common] extend common.labels.matchLabels with .Values.extraMatchLabels whenever present

* Revert "[bitnami/common] extend common.labels.matchLabels with .Values.extraMatchLabels whenever present"

This reverts commit 0f5faf6048.

* [bitnami/common] extend common.affinities.pods.* templates with extraMatchLabels dict

Co-authored-by: Roman Kuznetsov <xromk@saxobank.com>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <mcabrera@vmware.com>
2021-06-16 09:53:01 +02:00
David J. M. Karlsen
dcacf06f6f bitnami/common: add version detection for policy api (#6662) 2021-06-15 11:34:29 +02:00
Denis Baryshev
9048150854 [bitnami/common] Update _ingress.tpl (#6437)
When using helmfile types other than int endup in backend config ,
```
              backend:
-               serviceName: event-listener
-               servicePort: app
+               service:
+                 name: app
+                 port:
+                   number: 63032
+             # 63032
+             # float64
```
2021-05-21 13:46:47 +02:00
Wade Rossmann
f73efbe074 Node affinity values must be quoted. (#6348) 2021-05-14 09:09:45 +02:00
Davide G
dfffe74c21 [bitnami/common] pull secrets rendering (#6286)
* Refactored common.images.pullSecrets function to accept templated string

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* Bumped major version of common chart

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* Updated readme file

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* Fixed typo

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* created new function to render pullSecrets
reverted changes to common.images.pullSecrets
updated readme file

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* Bumped minor common chart version

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>

* common chart version correction

Signed-off-by: Davide Giacomini <davide.giacomini2@studio.unibo.it>
2021-05-13 10:56:53 +02:00
Francisco de Paz Galán
1e3bf03e3a [bitnami/common] Update Redis validation's helper (#6192)
* [bitnami/common] Update redis validations

* Fix ternary logic

* Remove unused function
2021-04-26 14:26:16 +02:00
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