Edward Vella
131bab1ee0
[bitnami/airflow] Indentation fix in yaml output ( #2685 )
...
* Indentation fix in yaml output
When adding extra volumes, the indentation is wrong, it needs an extra indent of 2.
* Update Chart.yaml
* [bitnami/airflow] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-06-03 11:18:16 +02:00
Bitnami Containers
5d7a18acd1
[bitnami/airflow] Release 6.3.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-05-29 14:18:01 +00:00
Bitnami Containers
837e9a7a40
[bitnami/airflow] Release 6.3.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-05-28 11:59:01 +00:00
Bitnami Containers
505e7c0c80
[bitnami/airflow] Release 6.3.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-05-28 09:03:52 +00:00
Javier J. Salmerón-García
0df85289a1
[bitnami/airflow] Allow using extra env vars, extra volumes and extra volume mounts ( #2595 )
...
* [bitnami/airflow] Allow using extra env vars, extra volumes and extra volume mounts.
* [bitnami/airflow] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-05-21 11:23:09 +02:00
Daniel Arteaga
c7751eb576
update bitnami/common to be compatible with helm v2.12+ ( #2615 )
2020-05-19 13:18:15 +02:00
Bitnami Containers
905ac73478
[bitnami/airflow] Release 6.2.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-05-15 16:40:39 +00:00
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
Ibone González Mauraza
d7a0ac8fb0
[bitnami/airflow] separate resources ( #1951 )
...
* Add separate resources for worker, web and scheduler for airflow
* update chart version
* change worker replicas to 1
* change version, in readme set the default values, values.yaml and values-production.yaml
* Add if in resources and separate limits and requests
* Fix typpo in readme
* Delete the old resources, delete a blank line in values-production and in values look in the same way to values-production
* Changes in values-production and values
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
2020-02-20 11:59:30 +01: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
Roman
ddb331282c
Update README.md
2020-01-21 17:37:21 +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
50a51aa6f8
Update bitnami/airflow/templates/deployment-web.yaml
...
Co-Authored-By: Sameer Naik <sameer@fuloi.com >
2019-12-26 11:40:28 +08:00
Meng Zhang
f3b8cfcb3c
Update README.md
2019-12-25 14:00:35 +08:00
Meng Zhang
ffe6c850bd
Update Chart.yaml
2019-12-25 13:57:00 +08:00
Meng Zhang
3f469dc5b2
Add wirflow.webserverConfigMap to allow overide ~/airflow/webserver_config.py
2019-12-25 13:55:44 +08:00