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 e6d866196b Chart: Update default airflow version to `2.3.0` (#23386)
e6d866196b is described below

commit e6d866196ba2805fca7054a60c9adec64ccfb9fa
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Sun May 1 04:50:05 2022 +0100

    Chart: Update default airflow version to `2.3.0` (#23386)
---
 chart/Chart.yaml                          | 20 ++++++++++----------
 chart/newsfragments/22724.significant.rst |  3 ---
 chart/newsfragments/23386.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 af0ac5f227..96eab11711 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -20,7 +20,7 @@
 apiVersion: v2
 name: airflow
 version: 1.6.0-dev
-appVersion: 2.2.5
+appVersion: 2.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,20 +47,20 @@ annotations:
       url: https://airflow.apache.org/docs/helm-chart/1.6.0/
   artifacthub.io/screenshots: |
     - title: DAGs View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/dags.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/dags.png
     - title: Tree View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/tree.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/grid.png
     - title: Graph View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/graph.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/graph.png
     - title: Calendar View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/calendar.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/calendar.png
     - title: Variable View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/variable_hidden.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/variable_hidden.png
     - title: Gantt Chart
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/gantt.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/gantt.png
     - title: Task Duration
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/duration.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/duration.png
     - title: Code View
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/code.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/code.png
     - title: Task Instance Context Menu
-      url: 
https://airflow.apache.org/docs/apache-airflow/2.2.5/_images/context.png
+      url: 
https://airflow.apache.org/docs/apache-airflow/2.3.0/_images/context.png
diff --git a/chart/newsfragments/22724.significant.rst 
b/chart/newsfragments/22724.significant.rst
deleted file mode 100644
index bf6620ca24..0000000000
--- a/chart/newsfragments/22724.significant.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Default Airflow image is updated to ``2.2.5``
-
-The default Airflow image that is used with the Chart is now ``2.2.5``, 
previously it was ``2.2.4``.
diff --git a/chart/newsfragments/23386.significant.rst 
b/chart/newsfragments/23386.significant.rst
new file mode 100644
index 0000000000..f7034aa9a8
--- /dev/null
+++ b/chart/newsfragments/23386.significant.rst
@@ -0,0 +1,3 @@
+Default Airflow image is updated to ``2.3.0``
+
+The default Airflow image that is used with the Chart is now ``2.3.0``, 
previously it was ``2.2.4``.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 3ce6fed4b4..27c8613936 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -67,13 +67,13 @@
         "defaultAirflowTag": {
             "description": "Default airflow tag to deploy.",
             "type": "string",
-            "default": "2.2.5",
+            "default": "2.3.0",
             "x-docsSection": "Common"
         },
         "airflowVersion": {
             "description": "Airflow version (Used to make some decisions based 
on Airflow Version being deployed).",
             "type": "string",
-            "default": "2.2.5",
+            "default": "2.3.0",
             "x-docsSection": "Common"
         },
         "securityContext": {
diff --git a/chart/values.yaml b/chart/values.yaml
index 3f5b3e4ad6..7627058ba4 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -46,10 +46,10 @@ airflowHome: /opt/airflow
 defaultAirflowRepository: apache/airflow
 
 # Default airflow tag to deploy
-defaultAirflowTag: "2.2.5"
+defaultAirflowTag: "2.3.0"
 
 # Airflow version (Used to make some decisions based on Airflow Version being 
deployed)
-airflowVersion: "2.2.5"
+airflowVersion: "2.3.0"
 
 # Images
 images:

Reply via email to