Hi Lewis, looks like you are using a dev version of the chart. If you run the latest released version of the chart as documented in https://airflow.apache.org/docs/helm-chart/stable/index.html#installing-the-chart, it should not require adding of any repo.
The new version of Helm Chart 1.1.0 ( https://github.com/apache/airflow/milestone/39) would be released in next couple of week. Regards, Kaxil On Wed, Jul 14, 2021 at 9:49 PM Lewis John McGibbney <[email protected]> wrote: > Hi dev@, > We have been customizing the Helm Chart values.yaml file and deploying to > K8s without any issues prior to 2.1.1. > > % cd $AIRFLOW_HOME/chart > % helm install airflow . -n airflow-test > > Now it appears that the deployment logic has to also accommodate > installation of the Bitnami PostgreSQL Helm Chart as well... > > % helm repo add bitnami https://charts.bitnami.com/bitnami > % helm dependency build > % helm install airflow . -n airflow-test > > I think the above should be documented as it appears to be a regression. > Thanks for any comments. > lewismc >
