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 ca9229b6fe Add common-sql lower bound for common-sql (#25789)
add 8b9d5c148c Container specific extra environment variables (#24784)
No new revisions were added by this update.
Summary of changes:
chart/files/pod-template-file.kubernetes-helm-yaml | 1 +
chart/templates/_helpers.yaml | 12 +
chart/templates/cleanup/cleanup-cronjob.yaml | 1 +
.../dag-processor/dag-processor-deployment.yaml | 4 +
chart/templates/flower/flower-deployment.yaml | 1 +
chart/templates/jobs/create-user-job.yaml | 1 +
.../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 | 280 +++++++++++++++++++++
chart/values.yaml | 21 ++
tests/charts/test_cleanup_pods.py | 15 ++
tests/charts/test_create_user_job.py | 14 ++
tests/charts/test_dag_processor.py | 32 +++
tests/charts/test_flower.py | 15 ++
tests/charts/test_pod_template_file.py | 11 +
tests/charts/test_scheduler.py | 30 +++
tests/charts/test_triggerer.py | 30 +++
tests/charts/test_webserver.py | 30 +++
tests/charts/test_worker.py | 28 +++
21 files changed, 542 insertions(+)