You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/02/06 23:07:49 UTC

[airflow] branch master updated (cddbf9c -> a374db5)

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

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


    from cddbf9c  Use MongoDB color for MongoToS3Operator (#14103)
     add a374db5  Add statsd extraMappings option to helm chart (#14029)

No new revisions were added by this update.

Summary of changes:
 chart/README.md                                    |  1 +
 .../statsd-configmap.yaml}                         | 13 ++++--
 chart/templates/statsd/statsd-deployment.yaml      | 14 ++++++
 chart/tests/test_statsd.py                         | 52 ++++++++++++++++++++++
 chart/values.schema.json                           |  4 ++
 chart/values.yaml                                  |  3 ++
 6 files changed, 83 insertions(+), 4 deletions(-)
 copy chart/templates/{cleanup/cleanup-serviceaccount.yaml => configmaps/statsd-configmap.yaml} (77%)
 create mode 100644 chart/tests/test_statsd.py