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 d7dbfb7 Add documentation for bugfix release of Providers (#22383)
add d78e086 Allow migration jobs and init containers to be optional
(#22195)
No new revisions were added by this update.
Summary of changes:
chart/templates/jobs/migrate-database-job.yaml | 2 ++
.../templates/scheduler/scheduler-deployment.yaml | 2 ++
.../templates/triggerer/triggerer-deployment.yaml | 2 ++
.../templates/webserver/webserver-deployment.yaml | 2 ++
chart/values.schema.json | 41 ++++++++++++++++++++++
chart/values.yaml | 13 +++++++
tests/charts/test_migrate_database_job.py | 17 +++++++++
tests/charts/test_scheduler.py | 12 +++++++
tests/charts/test_triggerer.py | 12 +++++++
tests/charts/test_webserver.py | 12 +++++++
10 files changed, 115 insertions(+)