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/08/23 16:24:47 UTC

[airflow] branch main updated (1a929f7 -> 32bfb2f)

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 1a929f7  Fix dag_processing.last_duration metric random holes (#17769)
     add 32bfb2f  Add Triggerer to Helm Chart (#17743)

No new revisions were added by this update.

Summary of changes:
 chart/templates/_helpers.yaml                      |  11 +
 .../templates/triggerer/triggerer-deployment.yaml  | 181 +++++++++++++++
 .../triggerer-serviceaccount.yaml}                 |  13 +-
 .../tests/{test_scheduler.py => test_trigerrer.py} | 242 ++++-----------------
 chart/values.schema.json                           | 168 ++++++++++++++
 chart/values.yaml                                  |  72 ++++++
 6 files changed, 487 insertions(+), 200 deletions(-)
 create mode 100644 chart/templates/triggerer/triggerer-deployment.yaml
 copy chart/templates/{cleanup/cleanup-serviceaccount.yaml => triggerer/triggerer-serviceaccount.yaml} (78%)
 copy chart/tests/{test_scheduler.py => test_trigerrer.py} (52%)