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/05/29 09:04:50 UTC

[airflow] branch master updated (595374a -> e7d3fa2)

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 595374a  Move images needed only during CI to `airflow-ci` DockerHub (#16116)
     add e7d3fa2  Chart: Adds support for custom command and args (#16153)

No new revisions were added by this update.

Summary of changes:
 chart/templates/flower/flower-deployment.yaml      |   9 +-
 .../templates/scheduler/scheduler-deployment.yaml  |  19 ++-
 .../templates/webserver/webserver-deployment.yaml  |   7 +-
 chart/templates/workers/worker-deployment.yaml     |  18 ++-
 chart/tests/test_flower.py                         |  49 ++++--
 chart/tests/test_scheduler.py                      |  80 ++++++++++
 chart/tests/test_webserver.py                      |  34 ++++
 chart/tests/test_worker.py                         |  88 +++++++++++
 chart/values.schema.json                           | 171 +++++++++++++++++++++
 chart/values.yaml                                  |  52 ++++++-
 10 files changed, 492 insertions(+), 35 deletions(-)