Commit Graph

75 Commits

Author SHA1 Message Date
Carlos Rodríguez Hernández
8d740c566c [bitnami/several] Change prerequisites (#8725)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-20 09:42:29 +01:00
Carlos Rodriguez Hernandez
05f7633725 [bitnami/several] Add license to the README
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-03 16:41:29 +00:00
Carlos Rodriguez Hernandez
32fb238e60 [bitnami/several] Add license to the README
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-03 16:39:35 +00:00
Carlos Rodriguez Hernandez
b87c2f7899 [bitnami/several] Add license to the README
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2022-01-03 16:33:06 +00:00
Javier J. Salmerón-García
de27be6e64 [bitnami/common] fix: 🐛 Add extra check for "\"\"" values in existing secrets (#8266) 2021-11-29 15:44:22 +01:00
Carlos Rodríguez Hernández
eafb5bd5a2 [bitnami/several] Replace HTTP by HTTPS when possible (#8259)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
2021-11-29 09:58:33 +01:00
Pablo Galego
5cac7539dc [bitnami/*] Mark PodSecurityPolicy resources as deprecated (#7948)
* [bitnami/concourse] Deprecate PSP

* [bitnami/elasticsearch] Deprecate PSP

* [bitnami/external-dns] Deprecate PSP

* [bitnami/fluentd] Deprecate PSP

* [bitnami/kiam] Deprecate PSP

* [bitnami/common] Change common.capabilities.policy.apiVersion description

* Version bumps and minor fixes after sync with master

* [bitnami/fluentd] Drop PSP checksum annotation from DaemonSet

* [bitnami/common] Correct common.capabilities.policy.apiVersion description
2021-10-27 15:42:47 +02:00
Juan Ariza Toledano
3efb1cac92 [bitnami/common] Add new capability helper for Network Policies (#7658) 2021-09-30 10:53:20 +02:00
bellke
3f06bdd8df [bitnami/common] fix readme for common chart (#7577)
* fix readme for common chart

* Update Chart.yaml
2021-09-22 14:11:40 +02:00
Manuel Mendez
fccffb3339 Fix typo in bitname/common README (#7529) 2021-09-17 17:17:07 +02:00
Miguel Ángel Cabrera Miñagorri
7ca2a4bb91 [bitnami/common] Add new dependency fullname template (#7471) 2021-09-13 14:08:39 +02:00
jr67481
7b84a674ae Add cronjob apiVersion capability (#7122) 2021-08-04 10:25:57 +02:00
Carlos Rodríguez Hernández
6340bff66f [bitnami/several] Bump version and update READMEs (#7069)
* [bitnami/several] Bump version and update READMEs

* Replace TM with &trade;

* Replace R with &reg;

* Fix version
2021-07-27 17:41:53 +02:00
Juan José Martos
d298b4996d Replace <sup> strings with &trade; in the README files (#7066)
* Replace <sup> strings with &trade; in the README files

* Execute readme-generator

* Bump chart version when values.yaml is modified

Co-authored-by: jotamartos <jotamartos@vmware.com>
Co-authored-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2021-07-27 14:15:23 +02:00
Pablo Galego
fb2693bfe6 [bitnami/*] Adapt values.yaml of common library, Tomcat, Wavefront and ZooKeeper charts (#6970)
* tomcat: Adapt values.yaml to readme-generator

* tomcat: Organize values.yaml in sections

* tomcat: Generate README

* wavefront: Adapt values.yaml to readme-generator

* wavefront: Organize values.yaml in sections

* wavefront: Generate README

* zookeper: Adapt values.yaml to readme-generator

* zookeeper: Organize values.yaml in sections

* zookeeper: Generate README

* common: Adapt values.yaml to readme-generator

* Fix linting issues

* Bump charts' patch version

* Add values.yaml paths to Github Actions workflow
2021-07-16 09:49:49 +02:00
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