Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s) #23242
Replies: 2 comments
-
|
MAybe your version is wrong You refered to values in "main" which might be different than the version of chart you are using. Normally when you use Helm Chart you have plenty of ways to inspect and get the values you use ( This is the basic approach you normally should use with any chart if you want to have base values.yaml (though usually you should only overrride the values you really want to customize). You can also find a tag that corresponds to your version . |
Beta Was this translation helpful? Give feedback.
-
|
i'm having the same problem but I already installed the chart on my cluster, on the version 1.5.0 and trying to update only one value using set and preserving the old ones. and I'm getting this output |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
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.

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?
Thanks.
Hugh
Beta Was this translation helpful? Give feedback.
All reactions