You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/09/28 16:38:41 UTC

[airflow] branch main updated (806e4bc -> 45e8191)

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

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


    from 806e4bc  Adding `task_group` to the BaseOperator docstring (#18564)
     add 45e8191  Allow airflow standard images to run in openshift utilising the official helm chart #18136 (#18147)

No new revisions were added by this update.

Summary of changes:
 ...> security-context-constraint-rolebinding.yaml} |  50 ++++++---
 chart/tests/test_scc_rolebinding.py                | 116 +++++++++++++++++++++
 chart/values.schema.json                           |   5 +
 chart/values.yaml                                  |   1 +
 docs/helm-chart/production-guide.rst               |  21 ++++
 5 files changed, 180 insertions(+), 13 deletions(-)
 copy chart/templates/rbac/{pod-launcher-rolebinding.yaml => security-context-constraint-rolebinding.yaml} (52%)
 create mode 100644 chart/tests/test_scc_rolebinding.py