I was trying to deploy official helm chart for airflow using terraform helm release. But it says the chart repository not found. i put the repository url. May be the url is wrong.
repository = "https://airflow.apache.org"
chart = "apache-airflow"
name = "airflow"
version = "1.7.0"
namespace = "airflow"
values = [file("${path.module}/values.yaml")]
}
Getting this error message:
Error: could not download chart: chart "apache-airflow" version "1.7.0" not found in https://airflow.apache.org repository