Skip to content

Commit

Permalink
update chart default airflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish committed Feb 3, 2023
1 parent 1a090f3 commit 611ae28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
---
apiVersion: v2
name: airflow
version: 1.8.0-dev
appVersion: 2.5.1
version: 1.9.0-dev
appVersion: 2.6.0
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/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
"defaultAirflowTag": {
"description": "Default airflow tag to deploy.",
"type": "string",
"default": "2.5.1",
"default": "2.6.0",
"x-docsSection": "Common"
},
"airflowVersion": {
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
"type": "string",
"default": "2.5.1",
"default": "2.6.0",
"x-docsSection": "Common"
},
"securityContext": {
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ airflowHome: /opt/airflow
defaultAirflowRepository: apache/airflow

# Default airflow tag to deploy
defaultAirflowTag: "2.5.1"
defaultAirflowTag: "2.6.0"

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

# Images
images:
Expand Down

0 comments on commit 611ae28

Please sign in to comment.