Skip to content

Commit

Permalink
Chart: Default airflow version to 2.8.1 (apache#36907)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy authored and flacode committed Jan 22, 2024
1 parent 76fbd81 commit 7da0da7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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.12.0-dev
appVersion: 2.8.0
appVersion: 2.8.1
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 @@ -47,23 +47,23 @@ annotations:
url: https://airflow.apache.org/docs/helm-chart/1.12.0/
artifacthub.io/screenshots: |
- title: DAGs View
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/dags.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/dags.png
- title: Datasets View
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/datasets.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/datasets.png
- title: Grid View
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/grid.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/grid.png
- title: Graph View
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/graph.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/graph.png
- title: Calendar View
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/calendar.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/calendar.png
- title: Variable View
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/variable_hidden.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/variable_hidden.png
- title: Gantt Chart
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/gantt.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/gantt.png
- title: Task Duration
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/duration.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/duration.png
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/2.8.0/_images/code.png
url: https://airflow.apache.org/docs/apache-airflow/2.8.1/_images/code.png
artifacthub.io/changes: |
- description: Add support for scheduler name to PODs templates
kind: added
Expand Down
4 changes: 2 additions & 2 deletions chart/newsfragments/34886.significant.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Default Airflow image is updated to ``2.8.0``
Default Airflow image is updated to ``2.8.1``

The default Airflow image that is used with the Chart is now ``2.8.0``, previously it was ``2.7.1``.
The default Airflow image that is used with the Chart is now ``2.8.1``, previously it was ``2.7.1``.
4 changes: 2 additions & 2 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"defaultAirflowTag": {
"description": "Default airflow tag to deploy.",
"type": "string",
"default": "2.8.0",
"default": "2.8.1",
"x-docsSection": "Common"
},
"defaultAirflowDigest": {
Expand All @@ -92,7 +92,7 @@
"airflowVersion": {
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
"type": "string",
"default": "2.8.0",
"default": "2.8.1",
"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: "2.8.0"
defaultAirflowTag: "2.8.1"

# 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: "2.8.0"
airflowVersion: "2.8.1"

# Images
images:
Expand Down

0 comments on commit 7da0da7

Please sign in to comment.