Skip to content

Commit ae548d4

Browse files
authored
Chart: Update Default Airflow image to 3.1.1 (apache#57393)
https://pypi.org/project/apache-airflow/3.1.1/
1 parent be84a27 commit ae548d4

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

chart/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
apiVersion: v2
2121
name: airflow
2222
version: 1.19.0-dev
23-
appVersion: 3.1.0
23+
appVersion: 3.1.1
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,21 +47,21 @@ annotations:
4747
url: https://airflow.apache.org/docs/helm-chart/1.19.0/
4848
artifacthub.io/screenshots: |
4949
- title: Home Page
50-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/home_dark.png
50+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/home_dark.png
5151
- title: DAG Overview Dashboard
52-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_dashboard.png
52+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/dag_overview_dashboard.png
5353
- title: DAGs View
54-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dags.png
54+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/dags.png
5555
- title: Assets View
56-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/asset_view.png
56+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/asset_view.png
5757
- title: Grid View
58-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_grid.png
58+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/dag_overview_grid.png
5959
- title: Graph View
60-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_graph.png
60+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/dag_overview_graph.png
6161
- title: Variable View
62-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/variable_hidden.png
62+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/variable_hidden.png
6363
- title: Code View
64-
url: https://airflow.apache.org/docs/apache-airflow/3.1.0/_images/dag_overview_code.png
64+
url: https://airflow.apache.org/docs/apache-airflow/3.1.1/_images/dag_overview_code.png
6565
artifacthub.io/changes: |
6666
- description: Allow ConfigMap and Secret references in ``apiServer.env``
6767
kind: changed
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.1.0``
1+
Default Airflow image is updated to ``3.1.1``
22

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

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.1.0",
81+
"default": "3.1.1",
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.1.0",
96+
"default": "3.1.1",
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.1.0"
71+
defaultAirflowTag: "3.1.1"
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.1.0"
77+
airflowVersion: "3.1.1"
7878

7979
# Images
8080
images:

0 commit comments

Comments
 (0)