This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c23d9dbe321 Chart: Update Default Airflow image to 3.1.0 (#56113)
c23d9dbe321 is described below

commit c23d9dbe321e317453ae07285dde9e8f275a07ea
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Sep 25 23:10:42 2025 +0100

    Chart: Update Default Airflow image to 3.1.0 (#56113)
    
    3.1.0 was just released: https://airflow.apache.org/blog/airflow-3.1.0/
---
 chart/Chart.yaml                          | 18 +++++++++---------
 chart/newsfragments/53350.significant.rst |  4 ++--
 chart/values.schema.json                  |  4 ++--
 chart/values.yaml                         |  4 ++--
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 16e8d2679ba..ff03ebfcf1d 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 1.19.0-dev
-appVersion: 3.0.6
+appVersion: 3.1.0
 description: The official Helm chart to deploy Apache Airflow, a platform to
   programmatically author, schedule, and monitor workflows
 home: https://airflow.apache.org/
@@ -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.0.6/_images/home_dark.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/home_dark.png
     - title: DAG Overview Dashboard
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.0.6/_images/dag_overview_dashboard.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_dashboard.png
     - title: DAGs View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.0.6/_images/dags.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dags.png
     - title: Assets View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.0.6/_images/asset_view.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/asset_view.png
     - title: Grid View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.0.6/_images/dag_overview_grid.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_grid.png
     - title: Graph View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.0.6/_images/dag_overview_graph.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_graph.png
     - title: Variable View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.0.6/_images/variable_hidden.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/variable_hidden.png
     - title: Code View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.0.6/_images/dag_overview_code.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_code.png
   artifacthub.io/changes: |
     - description: Allow ConfigMap and Secret references in ``apiServer.env``
       kind: changed
diff --git a/chart/newsfragments/53350.significant.rst 
b/chart/newsfragments/53350.significant.rst
index e455951ef72..cda9d32ce47 100644
--- a/chart/newsfragments/53350.significant.rst
+++ b/chart/newsfragments/53350.significant.rst
@@ -1,3 +1,3 @@
-Default Airflow image is updated to ``3.0.6``
+Default Airflow image is updated to ``3.1.0``
 
-The default Airflow image that is used with the Chart is now ``3.0.6``, 
previously it was ``3.0.2``.
+The default Airflow image that is used with the Chart is now ``3.1.0``, 
previously it was ``3.0.2``.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index f324b117f81..353ce7db4f3 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -78,7 +78,7 @@
         "defaultAirflowTag": {
             "description": "Default airflow tag to deploy.",
             "type": "string",
-            "default": "3.0.6",
+            "default": "3.1.0",
             "x-docsSection": "Common"
         },
         "defaultAirflowDigest": {
@@ -93,7 +93,7 @@
         "airflowVersion": {
             "description": "Airflow version (Used to make some decisions based 
on Airflow Version being deployed).",
             "type": "string",
-            "default": "3.0.6",
+            "default": "3.1.0",
             "x-docsSection": "Common"
         },
         "securityContext": {
diff --git a/chart/values.yaml b/chart/values.yaml
index 0a0318add5e..3a369bd9546 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -68,13 +68,13 @@ airflowHome: /opt/airflow
 defaultAirflowRepository: apache/airflow
 
 # Default airflow tag to deploy
-defaultAirflowTag: "3.0.6"
+defaultAirflowTag: "3.1.0"
 
 # 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.0.6"
+airflowVersion: "3.1.0"
 
 # Images
 images:

Reply via email to