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

kaxilnaik pushed a commit to branch add-helm-index.yaml
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit dc73da773c9101b6483afb9588e1aec1c27a15c1
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed May 19 23:45:41 2021 +0100

    Add Helm Chart's index.yaml
    
    Add index.yaml for convenience of downloading the Helm Chart
    
    This will allow the following:
    
    ```
    helm repo add apache-airflow https://airflow.apache.org/
    ```
---
 landing-pages/site/static/index.yaml | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/landing-pages/site/static/index.yaml 
b/landing-pages/site/static/index.yaml
new file mode 100644
index 0000000..b95a7b9
--- /dev/null
+++ b/landing-pages/site/static/index.yaml
@@ -0,0 +1,30 @@
+apiVersion: v1
+entries:
+  airflow:
+  - apiVersion: v1
+    appVersion: 2.0.2
+    created: "2021-05-16T02:11:02.558176+01:00"
+    dependencies:
+    - condition: postgresql.enabled
+      name: postgresql
+      repository: https://charts.bitnami.com/bitnami
+      version: 6.3.12
+    description: Helm chart to deploy Apache Airflow, a platform to 
programmatically author, schedule, and monitor workflows
+    digest: 6cd3f13fc93d60424a771a1a8a4121c4439f7b6b48fab946436da0ab70d5a507
+    home: https://airflow.apache.org/
+    icon: 
https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
+    keywords:
+    - apache
+    - airflow
+    - workflow
+    - scheduler
+    maintainers:
+    - email: [email protected]
+      name: Apache Airflow PMC
+    name: airflow
+    sources:
+    - https://github.com/apache/airflow
+    urls:
+    - https://downloads.apache.org/airflow/helm-chart/1.0.0/airflow-1.0.0.tgz
+    version: 1.0.0
+generated: "2021-05-16T02:11:02.548452+01:00"

Reply via email to