netdata/helmchart

storedType not in values.yaml

Closed this issue · 6 comments

Helm complains when trying to compare config.storedType because it's not defined in the values.yaml file. We should add that to the default values.yaml file. The docs mention storedType but it's not in the section with the different variables.

ilyam8 commented

Hi. What is your helm version? If it is < 3.8, I suggest upgrading.

The latest tag is 3.7.x
Are you sure you pushed 3.8 up?

https://github.com/netdata/helmchart/tags

ilyam8 commented

I mean helm version, see #368.

Oh OK

ilyam8 commented

I made a PR that adds support for helm < 3.8 (#369), but it was closed. The prerequisites section says that helm 3.8+ is required.

Thanks. I don't mind upgrading though