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

jedcunningham 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 756dc21629c Chart: Default airflow version to 3.3.2 (#73280)
756dc21629c is described below

commit 756dc21629c8dd85cd9e0e3299c01fd4d47c7b74
Author: Rahul Vats <[email protected]>
AuthorDate: Thu Sep 17 23:29:22 2026 +0530

    Chart: Default airflow version to 3.3.2 (#73280)
---
 chart/Chart.yaml                          | 20 ++++++++++----------
 chart/newsfragments/71487.significant.rst |  3 ---
 chart/newsfragments/73280.significant.rst |  3 +++
 chart/values.schema.json                  |  4 ++--
 chart/values.yaml                         |  4 ++--
 5 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index b4559bed6ad..5339a0a71dd 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 2.0.0
-appVersion: 3.3.1
+appVersion: 3.3.2
 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.3.1/_images/home_dark.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/home_dark.png
     - title: Dag Overview Dashboard
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_dashboard.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/dag_overview_dashboard.png
     - title: Dags View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dags.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/dags.png
     - title: Assets View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/asset_view.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/asset_view.png
     - title: Grid View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_grid.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/dag_overview_grid.png
     - title: Graph View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_graph.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/dag_overview_graph.png
     - title: Variable View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/variable_hidden.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/variable_hidden.png
     - title: Code View
-      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.1/_images/dag_overview_code.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/3.3.2/_images/dag_overview_code.png
   artifacthub.io/changes: |
     - description: >
         Workers config options have been moved under workers.celery.* and 
workers.kubernetes.*:
@@ -116,7 +116,7 @@ annotations:
         url: https://github.com/apache/airflow/pull/65056
       - name: '#65059'
         url: https://github.com/apache/airflow/pull/65059
-    - description: Default Airflow image updated to 3.3.1
+    - description: Default Airflow image updated to 3.3.2
       kind: changed
       links:
       - name: '#64841'
diff --git a/chart/newsfragments/71487.significant.rst 
b/chart/newsfragments/71487.significant.rst
deleted file mode 100644
index 7c033d8c5c9..00000000000
--- a/chart/newsfragments/71487.significant.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Default Airflow image is updated to ``3.3.1``
-
-The default Airflow image that is used with the Chart is now ``3.3.1``, 
previously it was ``3.3.0``.
diff --git a/chart/newsfragments/73280.significant.rst 
b/chart/newsfragments/73280.significant.rst
new file mode 100644
index 00000000000..af6ae316e2c
--- /dev/null
+++ b/chart/newsfragments/73280.significant.rst
@@ -0,0 +1,3 @@
+Default Airflow image is updated to ``3.3.2``
+
+The default Airflow image that is used with the Chart is now ``3.3.2``, 
previously it was ``3.2.2``.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 57685ff8bc6..a0fb7d8379c 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.3.1",
+            "default": "3.3.2",
             "x-docsSection": "Common"
         },
         "defaultAirflowDigest": {
@@ -93,7 +93,7 @@
         "airflowVersion": {
             "description": "Airflow version (Used to make some decisions based 
on Airflow Version being deployed). Version 3.1.0 and above is supported.",
             "type": "string",
-            "default": "3.3.1",
+            "default": "3.3.2",
             "x-docsSection": "Common"
         },
         "securityContexts": {
diff --git a/chart/values.yaml b/chart/values.yaml
index b06454d54b1..ca788cc61d5 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -64,14 +64,14 @@ airflowHome: /opt/airflow
 defaultAirflowRepository: apache/airflow
 
 # Default Airflow tag to deploy
-defaultAirflowTag: "3.3.1"
+defaultAirflowTag: "3.3.2"
 
 # 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 3.1.0 and above is supported.
-airflowVersion: "3.3.1"
+airflowVersion: "3.3.2"
 
 images:
   airflow:

Reply via email to