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:34:04 UTC

[airflow-site] branch add-helm-charts-to-ecosystem-page created (now 0d1145c)

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

potiuk pushed a change to branch add-helm-charts-to-ecosystem-page
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


      at 0d1145c  Add third-party Helm Charts to the Ecosystem Page

This branch includes the following new commits:

     new 0d1145c  Add third-party Helm Charts to the Ecosystem Page

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[airflow-site] 01/01: Add third-party Helm Charts to the Ecosystem Page

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch add-helm-charts-to-ecosystem-page
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 0d1145ca62aec0c5bedc61970beaa457172cd2ee
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Jul 11 12:26:39 2021 +0200

    Add third-party Helm Charts to the Ecosystem Page
---
 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.