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/07/11 10:42:14 UTC

[airflow-site] branch main updated: Add third-party Helm Charts to the Ecosystem Page (#448)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d76ca80  Add third-party Helm Charts to the Ecosystem Page (#448)
d76ca80 is described below

commit d76ca80afde588faaccf42f8ceea1e04e4f24576
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Jul 11 12:42:05 2021 +0200

    Add third-party Helm Charts to the Ecosystem Page (#448)
---
 landing-pages/site/content/en/ecosystem/_index.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/landing-pages/site/content/en/ecosystem/_index.md b/landing-pages/site/content/en/ecosystem/_index.md
index dfa430e..231f166 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -53,6 +53,18 @@ If you would you like to be included on this page, please reach out to the [Apac
 
 &nbsp;
 
+## Third Party Airflow Helm Charts
+
+Apache Airflow releases the [Official Apache Airflow Community Chart](https://airflow.apache.org/docs/helm-chart/stable/index.html) as of early 2021 but historically there were few other popular charts
+
+[User Community Chart](https://github.com/airflow-helm/charts) - the user community managed chart that has existed since 2018 and was previously called [stable/airflow](https://github.com/helm/charts/tree/master/stable/airflow) on the official (now deprecated) Helm Charts repo.
+
+[Bitnami Chart](https://github.com/bitnami/charts/tree/master/bitnami/airflow) - Bitnami manages a number of charts and the Airflow chart is one of those
+
+[Astronomer Chart](https://github.com/astronomer/airflow-chart) - The chart managed by Astronomer Chart. This was the original chart that the Official Airflow Community chart is based on (it was donated by Astronomer)
+
+&nbsp;
+
 ## Tools integrating with Airflow
 
 [afctl](https://github.com/qubole/afctl) - A CLI tool that includes everything required to create, manage and deploy airflow projects faster and smoother.