You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/19 19:45:58 UTC

[airflow] branch master updated (0d366c1 -> 5061077)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 0d366c1  Fix misleading statement on sqlite (#14317)
     add 5061077  Helm Chart: Add option to enable/disable flower (#14011)

No new revisions were added by this update.

Summary of changes:
 chart/README.md                                    |  1 +
 chart/templates/NOTES.txt                          |  2 ++
 chart/templates/flower/flower-deployment.yaml      |  2 ++
 chart/templates/flower/flower-ingress.yaml         |  2 ++
 chart/templates/flower/flower-networkpolicy.yaml   |  2 ++
 chart/templates/flower/flower-service.yaml         |  2 ++
 ...test_flower_authorization.py => test_flower.py} | 27 +++++++++++++++++++---
 chart/values.schema.json                           |  4 ++++
 chart/values.yaml                                  |  3 +++
 9 files changed, 42 insertions(+), 3 deletions(-)
 rename chart/tests/{test_flower_authorization.py => test_flower.py} (73%)