This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 20b72ae Adds new Airbyte provider (#14492)
add e1ff59e Create a new documentation package for Helm Chart (#14643)
No new revisions were added by this update.
Summary of changes:
chart/README.md | 422 +-----------------
chart/values.schema.json | 16 +-
docs/conf.py | 3 +
.../exts/docs_build/dev_index_template.html.jinja2 | 9 +
docs/exts/docs_build/docs_builder.py | 2 +-
docs/helm-chart/airflow-configuration.rst | 64 +++
.../helm-chart/external-redis.rst | 33 +-
docs/helm-chart/index.rst | 83 ++++
docs/helm-chart/keda.rst | 72 +++
docs/helm-chart/manage-dags-files.rst | 74 ++++
docs/helm-chart/parameters-ref.rst | 487 +++++++++++++++++++++
docs/helm-chart/quick-start.rst | 95 ++++
docs/spelling_wordlist.txt | 7 +
13 files changed, 926 insertions(+), 441 deletions(-)
create mode 100644 docs/helm-chart/airflow-configuration.rst
copy airflow/providers/apache/beam/CHANGELOG.rst =>
docs/helm-chart/external-redis.rst (60%)
create mode 100644 docs/helm-chart/index.rst
create mode 100644 docs/helm-chart/keda.rst
create mode 100644 docs/helm-chart/manage-dags-files.rst
create mode 100644 docs/helm-chart/parameters-ref.rst
create mode 100644 docs/helm-chart/quick-start.rst