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/08/23 16:43:28 UTC

[airflow] branch main updated: Fix failing Helm Chart docs test (#17789)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d97e50f  Fix failing Helm Chart docs test (#17789)
d97e50f is described below

commit d97e50fb41b596eb942528efe99a46715b40026f
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Mon Aug 23 17:43:10 2021 +0100

    Fix failing Helm Chart docs test (#17789)
    
    Fixes: https://github.com/apache/airflow/runs/3402579247#step:7:718
---
 chart/values.schema.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chart/values.schema.json b/chart/values.schema.json
index 1825caa..433bf35 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -12,6 +12,7 @@
         "Scheduler",
         "Webserver",
         "Workers",
+        "Triggerer",
         "Flower",
         "Redis",
         "Statsd",