Skip to content

Commit

Permalink
Chart: Update the default Airflow version to 2.1.2 (#17013)
Browse files Browse the repository at this point in the history
Updates default Airflow version to 2.1.2 as it has been released.
  • Loading branch information
kaxil committed Jul 15, 2021
1 parent bc00415 commit c164c5c
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
Expand Up @@ -20,7 +20,7 @@
apiVersion: v2
name: airflow
version: 1.1.0-rc1
appVersion: 2.1.1
appVersion: 2.1.2
description: 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.md
Expand Up @@ -48,9 +48,9 @@ https://developers.google.com/style/inclusive-documentation
-->

### Default Airflow version is updated to ``2.1.1``
### Default Airflow version is updated to ``2.1.2``

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

### Helm 2 no longer supported

Expand Down
4 changes: 2 additions & 2 deletions chart/values.schema.json
Expand Up @@ -60,13 +60,13 @@
"defaultAirflowTag": {
"description": "Default airflow tag to deploy.",
"type": "string",
"default": "2.1.1",
"default": "2.1.2",
"x-docsSection": "Common"
},
"airflowVersion": {
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
"type": "string",
"default": "2.1.1",
"default": "2.1.2",
"x-docsSection": "Common"
},
"nodeSelector": {
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Expand Up @@ -37,10 +37,10 @@ airflowHome: /opt/airflow
defaultAirflowRepository: apache/airflow

# Default airflow tag to deploy
defaultAirflowTag: "2.1.1"
defaultAirflowTag: "2.1.2"

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

# Images
images:
Expand Down

0 comments on commit c164c5c

Please sign in to comment.