You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2021/06/30 17:58:01 UTC

[airflow] branch main updated (e3f5eb9 -> 8e2a0bc)

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 e3f5eb9  Chart: fix labels on cleanup serviceaccount (#16722)
     add 8e2a0bc  Chart: refactor webserver and flower networkpolicy (#16619)

No new revisions were added by this update.

Summary of changes:
 chart/UPDATING.md                                  |  6 ++
 chart/templates/NOTES.txt                          | 17 +++++
 chart/templates/flower/flower-networkpolicy.yaml   | 13 ++--
 .../webserver/webserver-networkpolicy.yaml         | 13 ++--
 chart/tests/test_flower.py                         | 83 ++++++++++++++++++++++
 chart/tests/test_webserver.py                      | 82 +++++++++++++++++++++
 chart/values.schema.json                           | 70 +++++++++++++++++-
 chart/values.yaml                                  | 19 ++++-
 8 files changed, 291 insertions(+), 12 deletions(-)