You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2023/01/06 18:35:12 UTC

[airflow] branch main updated (e9e052bdc7 -> 451d6c0fa9)

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

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


    from e9e052bdc7 Refactor BatchWaitersHook tests (#28758)
     add 451d6c0fa9 Add annotations on deployments (#28688)

No new revisions were added by this update.

Summary of changes:
 .../dag-processor/dag-processor-deployment.yaml    |  4 ++
 chart/templates/flower/flower-deployment.yaml      |  4 ++
 .../templates/pgbouncer/pgbouncer-deployment.yaml  |  4 ++
 .../templates/scheduler/scheduler-deployment.yaml  |  4 ++
 .../templates/triggerer/triggerer-deployment.yaml  |  4 ++
 .../templates/webserver/webserver-deployment.yaml  |  4 ++
 chart/templates/workers/worker-deployment.yaml     |  4 ++
 chart/values.schema.json                           | 56 ++++++++++++++++++++++
 chart/values.yaml                                  | 21 ++++++++
 tests/charts/test_dag_processor.py                 | 13 +++++
 tests/charts/test_flower.py                        | 13 +++++
 tests/charts/test_pgbouncer.py                     | 13 +++++
 tests/charts/test_scheduler.py                     | 12 +++++
 tests/charts/test_triggerer.py                     | 12 +++++
 tests/charts/test_webserver.py                     | 12 +++++
 tests/charts/test_worker.py                        | 12 +++++
 16 files changed, 192 insertions(+)