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
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ body:
What Apache Airflow Helm Chart version are you using?
multiple: false
options:
- "1.18.0 (latest released)"
- "1.19.0 (latest released)"
- "1.18.0"
- "1.17.0"
- "1.16.0"
- "1.15.0"
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---
apiVersion: v2
name: airflow
version: 1.19.0
version: 1.20.0-dev
appVersion: 3.1.7
description: The official Helm chart to deploy Apache Airflow, a platform to
programmatically author, schedule, and monitor workflows
Expand All @@ -44,7 +44,7 @@ type: application
annotations:
artifacthub.io/links: |
- name: Documentation
url: https://airflow.apache.org/docs/helm-chart/1.19.0/
url: https://airflow.apache.org/docs/helm-chart/1.20.0/
artifacthub.io/screenshots: |
- title: Home Page
url: https://airflow.apache.org/docs/apache-airflow/3.1.7/_images/home_dark.png
Expand Down