This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 08bb392204a79dbd789ff85afeb47527545b5b35 Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Dec 18 11:50:23 2020 +0100 The default value in chart should be 2.0.0 (#13125) (cherry picked from commit f5c4b2442d096ccb873d18f50bc2c5d89d780b03) --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 091a0c9..cb605c3 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.
