diff --git a/stable/airflow/Chart.yaml b/stable/airflow/Chart.yaml index 2e196e9223..5e948b7ca0 100644 --- a/stable/airflow/Chart.yaml +++ b/stable/airflow/Chart.yaml @@ -1,14 +1,12 @@ apiVersion: v1 -description: Airflow is a platform to programmatically author, schedule and monitor workflows +deprecated: true +description: "DEPRECATED - please use: https://github.com/airflow-helm/charts/tree/main/charts/airflow" name: airflow -version: 7.13.2 +version: 7.13.3 appVersion: 1.10.12 icon: https://airflow.apache.org/_images/pin_large.png home: https://airflow.apache.org/ -maintainers: - - name: gsemet - email: gaetan@xeberon.net - - name: thesuperzapper +maintainers: [] sources: - https://airflow.apache.org/ keywords: diff --git a/stable/airflow/README.md b/stable/airflow/README.md index 851a6c52eb..40b819fa8d 100644 --- a/stable/airflow/README.md +++ b/stable/airflow/README.md @@ -1,3 +1,10 @@ +# ⚠️ THIS CHART HAS MOVED ⚠️ + +### New location: https://github.com/airflow-helm/charts/tree/main/charts/airflow + +--- +--- + # Airflow Helm Chart [Airflow](https://airflow.apache.org/) is a platform to programmatically author, schedule and monitor workflows. diff --git a/stable/airflow/UPGRADE.md b/stable/airflow/UPGRADE.md index 257c4b5188..ff160474e9 100644 --- a/stable/airflow/UPGRADE.md +++ b/stable/airflow/UPGRADE.md @@ -1,3 +1,10 @@ +# ⚠️ THIS CHART HAS MOVED ⚠️ + +### New location: https://github.com/airflow-helm/charts/tree/main/charts/airflow + +--- +--- + # Upgrading Steps ## `v7.12.X` → `v7.13.0` diff --git a/stable/airflow/templates/NOTES.txt b/stable/airflow/templates/NOTES.txt index 6612bf6b12..aaa325adfb 100644 --- a/stable/airflow/templates/NOTES.txt +++ b/stable/airflow/templates/NOTES.txt @@ -1,3 +1,13 @@ +!WARNING! !WARNING! !WARNING! !WARNING! !WARNING! + +This chart has MOVED to a new repository! + +https://github.com/airflow-helm/charts/tree/main/charts/airflow + +!WARNING! !WARNING! !WARNING! !WARNING! !WARNING! + +-------------------- + Congratulations. You have just deployed Apache Airflow! {{- if .Values.ingress.enabled }}