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 5e36152  Helm Chart is using 1.10.12 image by default (#10639)
5e36152 is described below

commit 5e36152235a03a5ea2854731701b0ed859324219
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Aug 29 18:33:26 2020 +0200

    Helm Chart is using 1.10.12 image by default (#10639)
---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 150688b..00832b4 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.10.1-alpha2-python3.6
+defaultAirflowTag: 1.10.12
 
 
 # Select certain nodes for airflow pods.

Reply via email to