You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by xd...@apache.org on 2020/12/30 12:39:06 UTC

[airflow] branch master updated: Fix Apache Airflow icon link in Helm Chart (#13387)

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

xddeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 410ab89  Fix Apache Airflow icon link in Helm Chart (#13387)
410ab89 is described below

commit 410ab8975a194d4c0dec9d034dfd4bf22ed69567
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Wed Dec 30 12:38:53 2020 +0000

    Fix Apache Airflow icon link in Helm Chart (#13387)
    
    Previous link (https://www.astronomer.io/static/airflowNewA.png) is broken.
    
    This commit uses link from official docs too instead of Astronomer.
---
 chart/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 93de06e..36534f9 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -21,6 +21,6 @@ apiVersion: v1
 name: airflow
 version: 1.0.0
 description: Helm chart to deploy Apache Airflow
-icon: https://www.astronomer.io/static/airflowNewA.png
+icon: https://airflow.apache.org/docs/apache-airflow/stable/_images/pin_large.png
 keywords:
   - airflow