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/06/09 21:17:55 UTC

[airflow] branch main updated (5132610 -> 2016447)

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

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


    from 5132610  Use DAG_ACTIONS constant. (#16232)
     add 2016447  Chart: Always deploy a ``gitsync`` init container (#16339)

No new revisions were added by this update.

Summary of changes:
 chart/templates/_helpers.yaml                      |  2 +-
 .../templates/scheduler/scheduler-deployment.yaml  |  3 +++
 .../templates/webserver/webserver-deployment.yaml  |  3 +++
 chart/templates/workers/worker-deployment.yaml     |  3 +++
 chart/tests/test_pod_template_file.py              |  2 +-
 chart/tests/test_scheduler.py                      | 17 +++++++++++++++
 chart/tests/test_webserver.py                      |  8 +++++--
 chart/tests/test_worker.py                         | 25 ++++++++++++++++++++++
 8 files changed, 59 insertions(+), 4 deletions(-)