You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/04/29 21:55:41 UTC

[airflow] branch master updated (18ead33 -> ff4b7c4)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 18ead33  Change helm chart logging level back to default (INFO) (#15597)
     add ff4b7c4  Adds log persistence to helm chart (#15595)

No new revisions were added by this update.

Summary of changes:
 chart/templates/_helpers.yaml                      |  8 ++
 ...laim.yaml => logs-persistent-volume-claim.yaml} | 16 ++--
 .../templates/scheduler/scheduler-deployment.yaml  |  6 +-
 .../templates/webserver/webserver-deployment.yaml  |  9 +++
 chart/templates/workers/worker-deployment.yaml     |  6 +-
 ...aim.py => test_logs_persistent_volume_claim.py} | 19 +++--
 chart/tests/test_scheduler.py                      | 20 +++++
 chart/tests/test_webserver_deployment.py           | 29 +++++++
 chart/tests/test_worker.py                         | 24 ++++++
 chart/values.schema.json                           | 36 +++++++++
 chart/values.yaml                                  | 11 +++
 docs/helm-chart/index.rst                          |  1 +
 docs/helm-chart/manage-logs.rst                    | 89 ++++++++++++++++++++++
 docs/helm-chart/parameters-ref.rst                 |  3 +
 14 files changed, 257 insertions(+), 20 deletions(-)
 copy chart/templates/{dags-persistent-volume-claim.yaml => logs-persistent-volume-claim.yaml} (69%)
 copy chart/tests/{test_dags_persistent_volume_claim.py => test_logs_persistent_volume_claim.py} (77%)
 create mode 100644 docs/helm-chart/manage-logs.rst