This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c2e003fb2ec Fix bulletpoint in doc (#60422)
add 5a3f06ad57a Add workers.celery.securityContexts &
workers.kubernetes.securityContexts (#60396)
No new revisions were added by this update.
Summary of changes:
chart/files/pod-template-file.kubernetes-helm-yaml | 6 +-
chart/templates/_helpers.yaml | 64 ++-
.../api-server/api-server-deployment.yaml | 6 +-
chart/templates/cleanup/cleanup-cronjob.yaml | 4 +-
.../dag-processor/dag-processor-deployment.yaml | 8 +-
.../database-cleanup/database-cleanup-cronjob.yaml | 4 +-
chart/templates/flower/flower-deployment.yaml | 4 +-
chart/templates/jobs/create-user-job.yaml | 4 +-
chart/templates/jobs/migrate-database-job.yaml | 4 +-
.../templates/scheduler/scheduler-deployment.yaml | 8 +-
.../templates/triggerer/triggerer-deployment.yaml | 8 +-
.../templates/webserver/webserver-deployment.yaml | 6 +-
chart/templates/workers/worker-deployment.yaml | 19 +-
chart/values.schema.json | 74 ++-
chart/values.yaml | 15 +
.../airflow_aux/test_pod_template_file.py | 150 +++++-
.../helm_tests/security/test_security_context.py | 563 ++++++++++++++++++---
17 files changed, 795 insertions(+), 152 deletions(-)