Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s)

I am trying to setup airflow using the official helm chart.

I want to set a custom values.yaml and am using the following yaml as a basis.

https://github.com/apache/airflow/blob/main/chart/values.yaml

I ran the following command. helm upgrade --install airflow apache-airflow/airflow --namespace airflow --create-namespace --values ./values.yaml

and got the following error. enter image description here I know that the setup works fine when I don't specify the values.yaml, so am I using the wrong template or is there something else?

like image 937
h33 Avatar asked Jan 25 '26 11:01

h33


1 Answers

You should check if your values.yaml file has been corrupted during editing. Meaning that indentation is incorrect. If you add the values.yaml to your questions it would be easier to analyze.

like image 71
Michael Johann Avatar answered Jan 29 '26 13:01

Michael Johann



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!