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 e1085c4b25 Chart: Default airflow version to 2.10.2 (#42406)
e1085c4b25 is described below

commit e1085c4b258823d86a738c5364997196d9086fef
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Mon Sep 23 14:03:49 2024 +0100

    Chart: Default airflow version to 2.10.2 (#42406)
---
 chart/Chart.yaml                          | 20 ++++++++++----------
 chart/newsfragments/42069.significant.rst |  3 ---
 chart/newsfragments/42406.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 81759f924d..e4365d0a93 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 1.16.0-dev
-appVersion: 2.10.1
+appVersion: 2.10.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,23 +47,23 @@ annotations:
       url: https://airflow.apache.org/docs/helm-chart/1.16.0/
   artifacthub.io/screenshots: |
     - title: DAGs View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/dags.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/dags.png
     - title: Datasets View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/datasets.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/datasets.png
     - title: Grid View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/grid.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/grid.png
     - title: Graph View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/graph.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/graph.png
     - title: Calendar View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/calendar.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/calendar.png
     - title: Variable View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/variable_hidden.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/variable_hidden.png
     - title: Gantt Chart
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/gantt.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/gantt.png
     - title: Task Duration
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/duration.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/duration.png
     - title: Code View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.1/_images/code.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/code.png
   artifacthub.io/changes: |
     - description: Add git-sync container lifecycle hooks
       kind: added
diff --git a/chart/newsfragments/42069.significant.rst 
b/chart/newsfragments/42069.significant.rst
deleted file mode 100644
index 01e3485010..0000000000
--- a/chart/newsfragments/42069.significant.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Default Airflow image is updated to ``2.10.1``
-
-The default Airflow image that is used with the Chart is now ``2.10.1``, 
previously it was ``2.9.3``.
diff --git a/chart/newsfragments/42406.significant.rst 
b/chart/newsfragments/42406.significant.rst
new file mode 100644
index 0000000000..fda06ea7b2
--- /dev/null
+++ b/chart/newsfragments/42406.significant.rst
@@ -0,0 +1,3 @@
+Default Airflow image is updated to ``2.10.2``
+
+The default Airflow image that is used with the Chart is now ``2.10.2``, 
previously it was ``2.9.3``.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 4a73c3b4bf..22679d764a 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": "2.10.1",
+            "default": "2.10.2",
             "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": "2.10.1",
+            "default": "2.10.2",
             "x-docsSection": "Common"
         },
         "securityContext": {
diff --git a/chart/values.yaml b/chart/values.yaml
index 5d86c3557b..ff8d726415 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: "2.10.1"
+defaultAirflowTag: "2.10.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)
-airflowVersion: "2.10.1"
+airflowVersion: "2.10.2"
 
 # Images
 images:

Reply via email to