Skip to content

Commit

Permalink
Chart: Default to Airflow 2.3.2 (apache#24184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimbuddy authored Jun 4, 2022
1 parent cba3c17 commit 3852ede
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.7.0-dev
appVersion: 2.3.1
appVersion: 2.3.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 Down Expand Up @@ -53,23 +53,23 @@ annotations:
url: https://airflow.apache.org/docs/helm-chart/1.6.0/
artifacthub.io/screenshots: |
- title: DAGs View
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/dags.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/dags.png
- title: Tree View
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/grid.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/grid.png
- title: Graph View
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/graph.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/graph.png
- title: Calendar View
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/calendar.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/calendar.png
- title: Variable View
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/variable_hidden.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/variable_hidden.png
- title: Gantt Chart
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/gantt.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/gantt.png
- title: Task Duration
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/duration.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/duration.png
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/code.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/code.png
- title: Task Instance Context Menu
url: https://airflow.apache.org/docs/apache-airflow/2.3.1/_images/context.png
url: https://airflow.apache.org/docs/apache-airflow/2.3.2/_images/context.png
artifacthub.io/changes: |
- description: Support ``annotations`` on ``volumeClaimTemplates``
kind: added
Expand Down
4 changes: 2 additions & 2 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
"defaultAirflowTag": {
"description": "Default airflow tag to deploy.",
"type": "string",
"default": "2.3.1",
"default": "2.3.2",
"x-docsSection": "Common"
},
"airflowVersion": {
"description": "Airflow version (Used to make some decisions based on Airflow Version being deployed).",
"type": "string",
"default": "2.3.1",
"default": "2.3.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 @@ -46,10 +46,10 @@ airflowHome: /opt/airflow
defaultAirflowRepository: apache/airflow

# Default airflow tag to deploy
defaultAirflowTag: "2.3.1"
defaultAirflowTag: "2.3.2"

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

# Images
images:
Expand Down

0 comments on commit 3852ede

Please sign in to comment.