Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
apiVersion: v2
name: airflow
version: 1.17.0-dev
appVersion: 3.0.0
appVersion: 3.0.2
description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically author, schedule, and monitor workflows
home: https://airflow.apache.org/
Expand All @@ -46,24 +46,22 @@ annotations:
- name: Documentation
url: https://airflow.apache.org/docs/helm-chart/1.17.0/
artifacthub.io/screenshots: |
- title: Home Page
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/home_dark.png
- title: DAG Overview Dashboard
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_dashboard.png
- title: DAGs View
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/dags.png
- title: Datasets View
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/datasets.png
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dags.png
- title: Assets View
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/asset_view.png
- title: Grid View
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/grid.png
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_grid.png
- title: Graph View
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/graph.png
- title: Calendar View
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/calendar.png
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_graph.png
- title: Variable View
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/variable_hidden.png
- title: Gantt Chart
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/gantt.png
- title: Task Duration
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/duration.png
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/variable_hidden.png
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/3.0.0/_images/code.png
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_code.png
artifacthub.io/changes: |
- description: Allow passing custom env to log groomer sidecar containers
kind: added
Expand Down
4 changes: 2 additions & 2 deletions chart/newsfragments/49593.significant.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Default Airflow image is updated to ``3.0.0``
Default Airflow image is updated to ``3.0.2``

The default Airflow image that is used with the Chart is now ``3.0.0``, previously it was ``2.10.5``.
The default Airflow image that is used with the Chart is now ``3.0.2``, previously it was ``2.10.5``.
4 changes: 2 additions & 2 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"defaultAirflowTag": {
"description": "Default airflow tag to deploy.",
"type": "string",
"default": "3.0.0",
"default": "3.0.2",
"x-docsSection": "Common"
},
"defaultAirflowDigest": {
Expand All @@ -93,7 +93,7 @@
"airflowVersion": {
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
"type": "string",
"default": "3.0.0",
"default": "3.0.2",
"x-docsSection": "Common"
},
"securityContext": {
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ airflowHome: /opt/airflow
defaultAirflowRepository: apache/airflow

# Default airflow tag to deploy
defaultAirflowTag: "3.0.0"
defaultAirflowTag: "3.0.2"

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

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

# Images
images:
Expand Down