Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Chart: Default airflow version to 3.1.7 #61447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking "Sign up for GitHub", you agree to our terms of service and privacy statement. We'll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
jedcunningham merged 2 commits into apache:main from astronomer:chart-default317
Feb 4, 2026
Merged

Chart: Default airflow version to 3.1.7 #61447

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions chart/Chart.yaml
View file
Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
apiVersion: v2
name: airflow
version: 1.19.0
appVersion: 3.1.6
appVersion: 3.1.7
description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically author, schedule, and monitor workflows
home: https://airflow.apache.org/
Expand All @@ -47,21 +47,21 @@ annotations:
url: https://airflow.apache.org/docs/helm-chart/1.19.0/
artifacthub.io/screenshots: |
- title: Home Page
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/home_dark.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/home_dark.png
- title: DAG Overview Dashboard
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/dag_overview_dashboard.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/dag_overview_dashboard.png
- title: DAGs View
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/dags.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/dags.png
- title: Assets View
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/asset_view.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/asset_view.png
- title: Grid View
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/dag_overview_grid.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/dag_overview_grid.png
- title: Graph View
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/dag_overview_graph.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/dag_overview_graph.png
- title: Variable View
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/variable_hidden.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/variable_hidden.png
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/3.1.6/_images/dag_overview_code.png
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/dag_overview_code.png
artifacthub.io/changes: |
- description: Add ``PodDisruptionBudget`` for Dag Processor
kind: added
Expand Down
3 changes: 3 additions & 0 deletions chart/newsfragments/61447.significant.rst
View file
Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Default Airflow image is updated to ``3.1.7``

The default Airflow image that is used with the Chart is now ``3.1.7``, previously it was ``3.1.6``.
4 changes: 2 additions & 2 deletions chart/values.schema.json
View file
Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"defaultAirflowTag": {
"description": "Default airflow tag to deploy.",
"type": "string",
"default": "3.1.6",
"default": "3.1.7",
"x-docsSection": "Common"
},
"defaultAirflowDigest": {
Expand All @@ -93,7 +93,7 @@
"airflowVersion": {
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
"type": "string",
"default": "3.1.6",
"default": "3.1.7",
"x-docsSection": "Common"
},
"securityContext": {
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
View file
Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ airflowHome: /opt/airflow
defaultAirflowRepository: apache/airflow

# Default airflow tag to deploy
defaultAirflowTag: "3.1.6"
defaultAirflowTag: "3.1.7"

# Default airflow digest. If specified, it takes precedence over tag
defaultAirflowDigest: ~

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

# Images
images:
Expand Down