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 427e14b763 Fix code-snippets in google provider (#23438)
add 248ae9bb0a Add support for topologySpreadConstraints to Helm Chart
(#22712)
No new revisions were added by this update.
Summary of changes:
chart/files/pod-template-file.kubernetes-helm-yaml | 2 +
chart/templates/cleanup/cleanup-cronjob.yaml | 3 +
chart/templates/flower/flower-deployment.yaml | 3 +
chart/templates/jobs/create-user-job.yaml | 3 +
chart/templates/jobs/migrate-database-job.yaml | 3 +
.../templates/pgbouncer/pgbouncer-deployment.yaml | 3 +
chart/templates/redis/redis-statefulset.yaml | 3 +
.../templates/scheduler/scheduler-deployment.yaml | 3 +
chart/templates/statsd/statsd-deployment.yaml | 3 +
.../templates/triggerer/triggerer-deployment.yaml | 3 +
.../templates/webserver/webserver-deployment.yaml | 3 +
chart/templates/workers/worker-deployment.yaml | 3 +
chart/values.schema.json | 139 +++++++++++++++++++++
chart/values.yaml | 12 ++
docs/spelling_wordlist.txt | 1 +
tests/charts/test_airflow_common.py | 13 +-
tests/charts/test_pod_template_file.py | 34 ++++-
tests/charts/test_scheduler.py | 20 ++-
tests/charts/test_triggerer.py | 20 ++-
tests/charts/test_webserver.py | 21 +++-
tests/charts/test_worker.py | 20 ++-
21 files changed, 306 insertions(+), 9 deletions(-)