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 2020/12/18 10:51:27 UTC

[airflow] branch master updated: The default value in chart should be 2.0.0 (#13125)

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

potiuk 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 f5c4b24  The default value in chart should be 2.0.0 (#13125)
f5c4b24 is described below

commit f5c4b2442d096ccb873d18f50bc2c5d89d780b03
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Fri Dec 18 11:50:23 2020 +0100

    The default value in chart should be 2.0.0 (#13125)
---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 4e06b1f..b8a5f28 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -31,7 +31,7 @@ airflowHome: "/opt/airflow"
 defaultAirflowRepository: apache/airflow
 
 # Default airflow tag to deploy
-defaultAirflowTag: 1.10.12
+defaultAirflowTag: 2.0.0
 
 
 # Select certain nodes for airflow pods.