Commit Graph

91 Commits

Author SHA1 Message Date
Bitnami Containers
3108a1b218 [bitnami/airflow] Release 6.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-05-14 09:44:53 +00:00
iamsudip
2daa78ee94 [bitnami/airflow] add podManagementPolicy support for workers (#2420)
* airflow: add podManagementPolicy support for workers

* [bitnami/airflow]: add podManagementPolicy to values files

* Fix if statement

CI/CD was failing because:
```
Error: parse error at (airflow/templates/statefulset-worker.yaml:12): function “Values” not defined
```

* [bitnami/airflow]: fix incorrect if statement

* Update values-production.yaml

* Update values.yaml

* [bitnami/airflow] Update components versions

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

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-05-01 19:02:59 +02:00
Bitnami Containers
304b1e6a8e [bitnami/airflow] Release 6.1.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-30 17:26:29 +00:00
Javier J. Salmerón-García
cfc60ae12f [bitnami/airflow] Do not hardcode service port to 8080 (#2387)
* [bitnami/airflow] Do not hardcode service port to 8080

* Fix notes

* Revert baseUrl

* [bitnami/airflow] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-23 12:23:51 +02:00
Bitnami Containers
6b97ceb18d [bitnami/airflow] Release 6.1.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-22 09:17:21 +00:00
Bitnami Containers
30be20ff06 [bitnami/airflow] Release 6.1.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-22 03:20:54 +00:00
Bitnami Containers
3b900e83f9 [bitnami/airflow] Release 6.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-17 16:15:52 +00:00
Daniel Arteaga
afabaef0a6 fix wrong value reference (#2197) 2020-04-17 16:10:57 +02:00
Bitnami Containers
91f4b3377e [bitnami/airflow] Release 6.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-16 19:29:52 +00:00
Bitnami Containers
16f6d0ee6b [bitnami/airflow] Release 6.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-15 21:52:50 +00:00
Bitnami Containers
ff1eaf8b60 [bitnami/airflow] Release 6.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-10 19:59:04 +00:00
Abdourahamane S Abba
d5dba30a8c [bitnami/airflow] Allow existingSecret for redis/postgresql .enabled = true (#2279)
* Allow  ExistingSecrets for postgres/redis enabled

For postgresql.enabled= true, and redis.enabled = true, allow the option of providing existing Secret name. 
Right now, if postgresql.enabled = true, it doesn't use existingSecret provided in externalDatabase.existingSecret & does not create a pod for postgres as well. Same logic for redis

* Add redis.existingSecret condition

generate this secret if redis.existingSecret is not provided on the top of existing conditions

* Add postgresql.existingSecret condition

* add redis.existingSecret/postgresql.existingSecret

* add redis.enabled/postgresql.enabled conditions

* Add redis.existingSecret/ posgresql.existingSecret

* add redis.existingSecret/postgresql.existingSecret

* upgrade to 5.0.7

* fix alignments

* upgrade to 5.1.0

* [bitnami/airflow] Update components versions

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

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-10 21:04:32 +02:00
Rafael Ríos Saavedra
958b35ec94 [bitnami/airflow] Adds support for LDAP configuration (#2174)
* Adds ldap support to airflow

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

* Fix typos, removed unneeded function from helpers

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

* Fix README ssl -> TLS, use of `yes` value in deployment-web

* Fix parameter description  in README

* Fix parameter description  in README

* Fix parameter description  in README

* Update bitnami/airflow/README.md

Co-Authored-By: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>

* [bitnami/airflow] Update components versions

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

Co-authored-by: rafael <rafael@bitnami.com>
Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-04-10 18:41:42 +02:00
Bitnami Containers
c0e45c9da6 [bitnami/airflow] Release 5.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-04-09 22:33:53 +00:00
Bitnami Containers
1151a91e41 [bitnami/airflow] Release 5.0.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-26 04:07:42 +00:00
Bitnami Containers
2a56d35a11 [bitnami/airflow] Release 5.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-20 15:55:49 +00:00
Bitnami Containers
2d364c8e7e [bitnami/airflow] Release 5.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-11 22:41:20 +00:00
Carlos Rodríguez Hernández
a0e44f7d6a Move charts from upstreamed folder to bitnami (#2032)
* Move charts from upstreamed folder to bitnami

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove root .helmignore

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Bump charts version

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Remove file added by error

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Update Chart.yaml
2020-03-11 17:11:37 +01:00
Bitnami Containers
3af67388df [bitnami/airflow] Release 5.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-03-05 16:54:22 +00:00
Juan Ariza Toledano
69335d9505 [bitnami/{airflow|harbor}] Update dependencies (#1980)
* [bitnami/{airflow|harbor}] Update dependencies

Signed-off-by: juan131 <juan@bitnami.com>
2020-02-26 15:02:45 +01:00
Bitnami Containers
b73423564f [bitnami/airflow] Release 4.4.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-26 08:19:17 +00:00
Appréderisse Benjamin
e9e21f06f3 🐛 [bitnami/airflow] - fixing node selector, toleration and affinity (#1960)
* 🐛Airflow: fixing node selector and node toleration

* 🚧bump helm chart version
2020-02-25 14:41:18 +05:30
Bitnami Containers
57831591e4 [bitnami/airflow] Release 4.4.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-20 20:14:54 +00:00
Bitnami Containers
a842710b24 [bitnami/airflow] Release 4.4.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-20 16:55:14 +00:00
Chris
fdd9687070 [bitnami/airflow] adds support for retrieving the password for external Postgres and Redis from an existing secret (#1917)
* use existing secret to read external redis and postgres passwords from

* bumped chart version

* implemented airflow.redis.secretName and airflow.postgresql.secretName template

* renamed 'db-password' key to 'postgresql-password'

* use airflow.secretName template to retrieve the app credentials in NOTES.txt

* combined conditional check for secret creation

Co-authored-by: Sameer Naik <sameer@fuloi.com>
2020-02-20 14:38:55 +05:30
Carlos Rodriguez Hernandez
6072df405d [bitnami/airflow] Unify both values files
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2020-02-20 07:43:16 +00:00
iamsudip
8aa56acf3f bitnami/airflow: fix nodeSelector for web and scheduler deployments (#1929)
* bitnami/airflow: fix nodeSelector for web and scheduler deployments

* bitnami/airflow: increase chart version
2020-02-17 15:10:18 +01:00
B N
2219ebb83d [bitnami/airflow] Fix typo. (#1931)
* Chart version bump.
2020-02-17 11:35:49 +01:00
Carlos Rodríguez Hernández
40ee57cf51 [bitnami/several] Adapt READMEs and helpers to Helm 3 (#1911)
* [bitnami/several] Adapt READMEs and helpers to Helm 3

* Update _docs
2020-02-11 15:09:36 +01:00
Chris
f3cbda95e4 [bitnami/airflow] Add support for plugins loaded from a git repo (#1898)
* added support for loading plugins from a git repository

* mount plugins from git in scheduler and worker as well

* added missing values to values-production.yaml
2020-02-11 08:46:40 +01:00
Bitnami Containers
d345a610ff [bitnami/airflow] Release 4.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-02-08 02:18:14 +00:00
juan131
6f78e816c5 [bitnami/airflow] Allow setting Redis username on external redis
Signed-off-by: juan131 <juan@bitnami.com>
2020-02-06 09:31:36 +01:00
Bitnami Containers
70c878751d [bitnami/airflow] Release 4.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-24 11:18:52 +00:00
Roman
7bd0b08705 Airflow: Bump chart version 2020-01-21 18:01:01 +03:00
Bitnami Containers
6733b9d479 [bitnami/airflow] Release 4.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-01-14 19:56:04 +00:00
chgl
8bec104c36 added option to load DAGs from a specified subfolder in the git repo 2020-01-12 15:37:14 +01:00
Bitnami Containers
22492af71e [bitnami/airflow] Release 4.0.20 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-12-27 14:05:07 +00:00
Meng Zhang
ffe6c850bd Update Chart.yaml 2019-12-25 13:57:00 +08:00
Meng Zhang
95e2689183 Update Chart.yaml 2019-12-11 16:03:35 +08:00
Sameer Naik
d1a986eac9 [bitnami/airflow] fix resource template in statefulset-worker.yaml
- fixes #1686
2019-12-10 13:06:19 +05:30
Bitnami Containers
20355afb53 [bitnami/airflow] Release 4.0.16 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-15 17:51:24 +00:00
Bitnami Containers
b594e9225a [bitnami/airflow] Release 4.0.15 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-12 20:31:13 +00:00
Bitnami Containers
c9e6bdc182 [bitnami/airflow] Release 4.0.14 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-11 08:49:58 +00:00
Bitnami Containers
fe23688274 [bitnami/airflow] Release 4.0.13 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-09 08:10:56 +00:00
Bitnami Containers
895964572e [bitnami/airflow] Release 4.0.12 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-07 20:47:55 +00:00
Javier J. Salmerón-García
f30bb36b2f Merge branch 'master' into airflowlint 2019-11-07 13:01:51 +01:00
Bitnami Containers
02020d748b [bitnami/airflow] Release 4.0.10 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-06 10:15:33 +00:00
Bitnami Containers
9580a535d3 [bitnami/airflow] Release 4.0.9 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-04 20:54:12 +00:00
Bitnami Containers
5aa782199d [bitnami/airflow] Release 4.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-03 13:06:49 +00:00
Bitnami Containers
f445333d73 [bitnami/airflow] Release 4.0.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-11-02 06:21:57 +00:00