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

jscheffl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
     new a78f51911f0 [chart/v1-2x-test] Chart: Default airflow version to 3.2.0 
(#64841) (#64858)
a78f51911f0 is described below

commit a78f51911f028d795344d9ce2fbda49bffede563
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Apr 7 20:35:56 2026 +0200

    [chart/v1-2x-test] Chart: Default airflow version to 3.2.0 (#64841) (#64858)
    
    (cherry picked from commit bf8de7f97b2157c2278faee1d74a0ebff6ca6295)
    
    Co-authored-by: Rahul Vats <[email protected]>
---
 chart/Chart.yaml                          | 20 ++++++++++----------
 chart/newsfragments/64841.significant.rst |  3 +++
 chart/values.schema.json                  |  4 ++--
 chart/values.yaml                         |  4 ++--
 4 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index 4756fd1896e..1f6104014b8 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 1.21.0
-appVersion: 3.1.8
+appVersion: 3.2.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.21.0/
   artifacthub.io/screenshots: |
     - title: Home Page
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/home_dark.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/home_dark.png
     - title: DAG Overview Dashboard
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_dashboard.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/dag_overview_dashboard.png
     - title: DAGs View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dags.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/dags.png
     - title: Assets View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/asset_view.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/asset_view.png
     - title: Grid View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_grid.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/dag_overview_grid.png
     - title: Graph View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_graph.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/dag_overview_graph.png
     - title: Variable View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/variable_hidden.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/variable_hidden.png
     - title: Code View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.1.8/_images/dag_overview_code.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.2.0/_images/dag_overview_code.png
   artifacthub.io/changes: |
     - description: Add missing deprecation warnings for workers section
       kind: changed
@@ -115,7 +115,7 @@ annotations:
       links:
       - name: '#62334'
         url: https://github.com/apache/airflow/pull/62334
-    - description: Default airflow version to 3.1.8
+    - description: Default airflow version to 3.2.0
       kind: changed
       links:
       - name: '#63392'
diff --git a/chart/newsfragments/64841.significant.rst 
b/chart/newsfragments/64841.significant.rst
new file mode 100644
index 00000000000..de33b33a0c0
--- /dev/null
+++ b/chart/newsfragments/64841.significant.rst
@@ -0,0 +1,3 @@
+Default Airflow image is updated to ``3.2.0``
+
+The default Airflow image that is used with the Chart is now ``3.2.0``, 
previously it was ``3.1.8``.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 17eae47f3e3..56ed23ea74a 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.1.8",
+            "default": "3.2.0",
             "x-docsSection": "Common"
         },
         "defaultAirflowDigest": {
@@ -93,7 +93,7 @@
         "airflowVersion": {
             "description": "Airflow version (Used to make some decisions based 
on Airflow Version being deployed). Version 2.11.0 and above is supported.",
             "type": "string",
-            "default": "3.1.8",
+            "default": "3.2.0",
             "x-docsSection": "Common"
         },
         "securityContext": {
diff --git a/chart/values.yaml b/chart/values.yaml
index e07901ba03a..7167588d97a 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -68,14 +68,14 @@ airflowHome: /opt/airflow
 defaultAirflowRepository: apache/airflow
 
 # Default Airflow tag to deploy
-defaultAirflowTag: "3.1.8"
+defaultAirflowTag: "3.2.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)
 # Version 2.11.0 and above is supported.
-airflowVersion: "3.1.8"
+airflowVersion: "3.2.0"
 
 images:
   airflow:

Reply via email to