You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/05/19 22:45:55 UTC

[airflow-site] branch add-helm-index.yaml created (now dc73da7)

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

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


      at dc73da7  Add Helm Chart's index.yaml

This branch includes the following new commits:

     new dc73da7  Add Helm Chart's index.yaml

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 Helm Chart's index.yaml

Posted by ka...@apache.org.
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 <ka...@gmail.com>
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: dev@airflow.apache.org
+      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"