Skip to content

Commit 27807f4

Browse files
authored
Chart: Default airflow version to 2.8.3 (#38036)
1 parent 1d3a00a commit 27807f4

4 files changed

Lines changed: 17 additions & 14 deletions

File tree

chart/Chart.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
apiVersion: v2
2121
name: airflow
2222
version: 1.14.0-dev
23-
appVersion: 2.8.2
23+
appVersion: 2.8.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.14.0/
4848
artifacthub.io/screenshots: |
4949
- title: DAGs View
50-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/dags.png
50+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/dags.png
5151
- title: Datasets View
52-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/datasets.png
52+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/datasets.png
5353
- title: Grid View
54-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/grid.png
54+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/grid.png
5555
- title: Graph View
56-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/graph.png
56+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/graph.png
5757
- title: Calendar View
58-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/calendar.png
58+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/calendar.png
5959
- title: Variable View
60-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/variable_hidden.png
60+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/variable_hidden.png
6161
- title: Gantt Chart
62-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/gantt.png
62+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/gantt.png
6363
- title: Task Duration
64-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/duration.png
64+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/duration.png
6565
- title: Code View
66-
url: https://airflow.apache.org/docs/apache-airflow/2.8.2/_images/code.png
66+
url: https://airflow.apache.org/docs/apache-airflow/2.8.3/_images/code.png
6767
artifacthub.io/changes: |
6868
- description: Support labels specific to the database migration objects and pods
6969
kind: added
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Default Airflow image is updated to ``2.8.3``
2+
3+
The default Airflow image that is used with the Chart is now ``2.8.3``, previously it was ``2.8.2``.

chart/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"defaultAirflowTag": {
7878
"description": "Default airflow tag to deploy.",
7979
"type": "string",
80-
"default": "2.8.2",
80+
"default": "2.8.3",
8181
"x-docsSection": "Common"
8282
},
8383
"defaultAirflowDigest": {
@@ -92,7 +92,7 @@
9292
"airflowVersion": {
9393
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
9494
"type": "string",
95-
"default": "2.8.2",
95+
"default": "2.8.3",
9696
"x-docsSection": "Common"
9797
},
9898
"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: "2.8.2"
71+
defaultAirflowTag: "2.8.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.8.2"
77+
airflowVersion: "2.8.3"
7878

7979
# Images
8080
images:

0 commit comments

Comments
 (0)