Skip to content

Commit

Permalink
Chart: Change default Airflow version to 2.0.2 (apache#15497)
Browse files Browse the repository at this point in the history
2.0.2 is more stable than 2.0.0 so this commit changes the default
Airflow version to 2.0.2
  • Loading branch information
kaxil authored Apr 23, 2021
1 parent 150f225 commit c699e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ airflowHome: "/opt/airflow"
defaultAirflowRepository: apache/airflow

# Default airflow tag to deploy
defaultAirflowTag: 2.0.0
defaultAirflowTag: 2.0.2


# Select certain nodes for airflow pods.
Expand Down

0 comments on commit c699e97

Please sign in to comment.