From 91cad1bc702470eb63ff7a48c698226583115429 Mon Sep 17 00:00:00 2001 From: Miretpl <17602603+Miretpl@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:25:09 +0200 Subject: [PATCH 1/3] Backport of #69481 --- chart/Chart.yaml | 18 +++++++++--------- chart/values.schema.json | 4 ++-- chart/values.yaml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b812868b9fb8a..6f9d8e247d113 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: airflow version: 1.23.0 -appVersion: 3.2.2 +appVersion: 3.3.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.22.0/ artifacthub.io/screenshots: | - title: Home Page - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/home_dark.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/home_dark.png - title: Dag Overview Dashboard - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/dag_overview_dashboard.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/dag_overview_dashboard.png - title: Dags View - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/dags.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/dags.png - title: Assets View - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/asset_view.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/asset_view.png - title: Grid View - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/dag_overview_grid.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/dag_overview_grid.png - title: Graph View - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/dag_overview_graph.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/dag_overview_graph.png - title: Variable View - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/variable_hidden.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/variable_hidden.png - title: Code View - url: https://airflow.apache.org/docs/apache-airflow/3.2.2/_images/dag_overview_code.png + url: https://airflow.apache.org/docs/apache-airflow/3.3.0/_images/dag_overview_code.png artifacthub.io/changes: | - description: > Minimum Helm version was updated to 3.19.0 diff --git a/chart/values.schema.json b/chart/values.schema.json index aa2f05630202c..1fb845f6b9a03 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -79,7 +79,7 @@ "defaultAirflowTag": { "description": "Default airflow tag to deploy.", "type": "string", - "default": "3.2.2", + "default": "3.3.0", "x-docsSection": "Common" }, "defaultAirflowDigest": { @@ -94,7 +94,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.2.2", + "default": "3.3.0", "x-docsSection": "Common" }, "securityContext": { diff --git a/chart/values.yaml b/chart/values.yaml index 55b34bd32ac2c..ef1c452d3fd2c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -65,14 +65,14 @@ airflowHome: /opt/airflow defaultAirflowRepository: apache/airflow # Default Airflow tag to deploy -defaultAirflowTag: "3.2.2" +defaultAirflowTag: "3.3.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 3.1.0 and above is supported. -airflowVersion: "3.2.2" +airflowVersion: "3.3.0" images: airflow: From eb25c500065e6841cb7443aa01f66d2a9fbdfba8 Mon Sep 17 00:00:00 2001 From: Miretpl <17602603+Miretpl@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:26:45 +0200 Subject: [PATCH 2/3] Match supported version comment --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index ef1c452d3fd2c..71b70f232cc6c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -71,7 +71,7 @@ defaultAirflowTag: "3.3.0" defaultAirflowDigest: ~ # Airflow version (Used to make some decisions based on Airflow Version being deployed) -# Version 3.1.0 and above is supported. +# Version 2.11.0 and above is supported. airflowVersion: "3.3.0" images: From eb11e3aef5fa443f4e14c57f7a5c7c039356847f Mon Sep 17 00:00:00 2001 From: Miretpl <17602603+Miretpl@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:31:19 +0200 Subject: [PATCH 3/3] Add newsfragment --- chart/newsfragments/70046.significant.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 chart/newsfragments/70046.significant.rst diff --git a/chart/newsfragments/70046.significant.rst b/chart/newsfragments/70046.significant.rst new file mode 100644 index 0000000000000..e1fe52df5fd7b --- /dev/null +++ b/chart/newsfragments/70046.significant.rst @@ -0,0 +1,3 @@ +Default Airflow image is updated to ``3.3.0`` + +The default Airflow image that is used with the Chart is now ``3.3.0``, previously it was ``3.2.2``.