Skip to content

Commit d2c9563

Browse files
authored
Chart: Default Airflow image is updated to 3.0.2 (apache#51594)
Now that Airflow 3.0.2, better to change the default version to 3.0.2
1 parent 65a3d03 commit d2c9563

File tree

4 files changed

+18
-20
lines changed

4 files changed

+18
-20
lines changed

chart/Chart.yaml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
apiVersion: v2
2121
name: airflow
2222
version: 1.17.0-dev
23-
appVersion: 3.0.0
23+
appVersion: 3.0.2
2424
description: The official Helm chart to deploy Apache Airflow, a platform to
2525
programmatically author, schedule, and monitor workflows
2626
home: https://airflow.apache.org/
@@ -46,24 +46,22 @@ annotations:
4646
- name: Documentation
4747
url: https://airflow.apache.org/docs/helm-chart/1.17.0/
4848
artifacthub.io/screenshots: |
49+
- title: Home Page
50+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/home_dark.png
51+
- title: DAG Overview Dashboard
52+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_dashboard.png
4953
- title: DAGs View
50-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/dags.png
51-
- title: Datasets View
52-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/datasets.png
54+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dags.png
55+
- title: Assets View
56+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/asset_view.png
5357
- title: Grid View
54-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/grid.png
58+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_grid.png
5559
- title: Graph View
56-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/graph.png
57-
- title: Calendar View
58-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/calendar.png
60+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_graph.png
5961
- title: Variable View
60-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/variable_hidden.png
61-
- title: Gantt Chart
62-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/gantt.png
63-
- title: Task Duration
64-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/duration.png
62+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/variable_hidden.png
6563
- title: Code View
66-
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/code.png
64+
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_code.png
6765
artifacthub.io/changes: |
6866
- description: Allow passing custom env to log groomer sidecar containers
6967
kind: added
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Default Airflow image is updated to ``3.0.0``
1+
Default Airflow image is updated to ``3.0.2``
22

3-
The default Airflow image that is used with the Chart is now ``3.0.0``, previously it was ``2.10.5``.
3+
The default Airflow image that is used with the Chart is now ``3.0.2``, previously it was ``2.10.5``.

chart/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"defaultAirflowTag": {
7979
"description": "Default airflow tag to deploy.",
8080
"type": "string",
81-
"default": "3.0.0",
81+
"default": "3.0.2",
8282
"x-docsSection": "Common"
8383
},
8484
"defaultAirflowDigest": {
@@ -93,7 +93,7 @@
9393
"airflowVersion": {
9494
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
9595
"type": "string",
96-
"default": "3.0.0",
96+
"default": "3.0.2",
9797
"x-docsSection": "Common"
9898
},
9999
"securityContext": {

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ airflowHome: /opt/airflow
6868
defaultAirflowRepository: apache/airflow
6969

7070
# Default airflow tag to deploy
71-
defaultAirflowTag: "3.0.0"
71+
defaultAirflowTag: "3.0.2"
7272

7373
# Default airflow digest. If specified, it takes precedence over tag
7474
defaultAirflowDigest: ~
7575

7676
# Airflow version (Used to make some decisions based on Airflow Version being deployed)
77-
airflowVersion: "3.0.0"
77+
airflowVersion: "3.0.2"
7878

7979
# Images
8080
images:

0 commit comments

Comments
 (0)