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 298435a Add a button to set all tasks to skipped (#20455)
add f864d14 Fix precedence of affinity, nodeSelector, and tolerations
(#20641)
No new revisions were added by this update.
Summary of changes:
chart/UPDATING.rst | 12 ++
chart/files/pod-template-file.kubernetes-helm-yaml | 6 +-
.../templates/scheduler/scheduler-deployment.yaml | 11 ++
.../templates/triggerer/triggerer-deployment.yaml | 17 ++-
.../templates/webserver/webserver-deployment.yaml | 11 ++
chart/templates/workers/worker-deployment.yaml | 17 ++-
chart/tests/test_airflow_common.py | 60 ++++++++
chart/tests/test_pod_template_file.py | 156 ++++++++++++++-------
chart/tests/test_scheduler.py | 55 ++++++++
chart/tests/test_triggerer.py | 55 ++++++++
chart/tests/test_webserver.py | 56 ++++++++
chart/tests/test_worker.py | 71 +++++-----
chart/values.yaml | 76 +++++-----
docs/helm-chart/customizing-workers.rst | 3 +
14 files changed, 475 insertions(+), 131 deletions(-)