Skip to content

Commit

Permalink
Chart: Update the default Airflow version to 2.1.4 (apache#18354)
Browse files Browse the repository at this point in the history
Since 2.1.4 is out we should use that as the default Airflow version.
  • Loading branch information
kaxil authored Sep 19, 2021
1 parent c0fbe3a commit c56ce29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
apiVersion: v2
name: airflow
version: 1.2.0-rc1
appVersion: 2.1.3
appVersion: 2.1.4
description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically author, schedule, and monitor workflows
home: https://airflow.apache.org/
Expand Down
4 changes: 2 additions & 2 deletions chart/UPDATING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Airflow Helm Chart 1.2.0 (dev)

The old parameter names will continue to work, however support for them will be removed in a future release so please update your values file.

Default Airflow version is updated to ``2.1.3``
Default Airflow version is updated to ``2.1.4``
"""""""""""""""""""""""""""""""""""""""""""""""

The default Airflow version that is installed with the Chart is now ``2.1.3``, previously it was ``2.1.2``.
The default Airflow version that is installed with the Chart is now ``2.1.4``, previously it was ``2.1.2``.

Removed ``ingress.flower.precedingPaths`` and ``ingress.flower.succeedingPaths`` parameters
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expand Down
4 changes: 2 additions & 2 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"defaultAirflowTag": {
"description": "Default airflow tag to deploy.",
"type": "string",
"default": "2.1.3",
"default": "2.1.4",
"x-docsSection": "Common"
},
"airflowVersion": {
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
"type": "string",
"default": "2.1.3",
"default": "2.1.4",
"x-docsSection": "Common"
},
"nodeSelector": {
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ airflowHome: /opt/airflow
defaultAirflowRepository: apache/airflow

# Default airflow tag to deploy
defaultAirflowTag: "2.1.3"
defaultAirflowTag: "2.1.4"

# Airflow version (Used to make some decisions based on Airflow Version being deployed)
airflowVersion: "2.1.3"
airflowVersion: "2.1.4"

# Images
images:
Expand Down

0 comments on commit c56ce29

Please sign in to comment.