diff --git a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml index d6c4e110fb48e..206e36518ab58 100644 --- a/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/airflow_helmchart_bug_report.yml @@ -28,7 +28,8 @@ body: What Apache Airflow Helm Chart version are you using? multiple: false options: - - "1.14.0 (latest released)" + - "1.15.0 (latest released)" + - "1.14.0" - "1.13.1" - "1.13.0" - "1.12.0" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 971e13bfea45b..1bba08b73b934 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: airflow -version: 1.15.0 +version: 1.16.0-dev appVersion: 2.9.3 description: The official Helm chart to deploy Apache Airflow, a platform to programmatically author, schedule, and monitor workflows @@ -44,7 +44,7 @@ type: application annotations: artifacthub.io/links: | - name: Documentation - url: https://airflow.apache.org/docs/helm-chart/1.15.0/ + url: https://airflow.apache.org/docs/helm-chart/1.16.0/ artifacthub.io/screenshots: | - title: DAGs View url: https://airflow.apache.org/docs/apache-airflow/2.9.3/_images/dags.png