Skip to content

Commit 3c04a8b

Browse files
authored
Chart: Default airflow version to 2.10.3 (apache#43698)
1 parent ef81cdf commit 3c04a8b

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

chart/Chart.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
apiVersion: v2
2121
name: airflow
2222
version: 1.16.0-dev
23-
appVersion: 2.10.2
23+
appVersion: 2.10.3
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/
@@ -47,23 +47,23 @@ annotations:
4747
url: https://airflow.apache.org/docs/helm-chart/1.16.0/
4848
artifacthub.io/screenshots: |
4949
- title: DAGs View
50-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/dags.png
50+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/dags.png
5151
- title: Datasets View
52-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/datasets.png
52+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/datasets.png
5353
- title: Grid View
54-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/grid.png
54+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/grid.png
5555
- title: Graph View
56-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/graph.png
56+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/graph.png
5757
- title: Calendar View
58-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/calendar.png
58+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/calendar.png
5959
- title: Variable View
60-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/variable_hidden.png
60+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/variable_hidden.png
6161
- title: Gantt Chart
62-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/gantt.png
62+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/gantt.png
6363
- title: Task Duration
64-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/duration.png
64+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/duration.png
6565
- title: Code View
66-
url: https://airflow.apache.org/docs/apache-airflow/2.10.2/_images/code.png
66+
url: https://airflow.apache.org/docs/apache-airflow/2.10.3/_images/code.png
6767
artifacthub.io/changes: |
6868
- description: Add git-sync container lifecycle hooks
6969
kind: added

chart/newsfragments/42406.significant.rst

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Default Airflow image is updated to ``2.10.3``
2+
3+
The default Airflow image that is used with the Chart is now ``2.10.3``, previously it was ``2.10.2``.

chart/values.schema.json

+2-2
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": "2.10.2",
81+
"default": "2.10.3",
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": "2.10.2",
96+
"default": "2.10.3",
9797
"x-docsSection": "Common"
9898
},
9999
"securityContext": {

chart/values.yaml

+2-2
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: "2.10.2"
71+
defaultAirflowTag: "2.10.3"
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: "2.10.2"
77+
airflowVersion: "2.10.3"
7878

7979
# Images
8080
images:

0 commit comments

Comments
 (0)