# Lacework helm chart 5.6.0 requires values documented as optional
## What's going on
Chart 5.6.0 fails validation if the FIM-related values are not set, even though values.yaml and its comments mark them optional. The values schema file listed coolingPeriod, crawlInterval, noAtime, and runAt as required, contradicting the docs.
## The verified fix
This was a chart bug. The maintainers put up a fix removing those fields from the required list in the schema, shipped in the following chart release. Upgrade the chart past 5.6.0.
Source: https://github.com/lacework/helm-charts/issues/79
## How to use this
Take the question above and check if it matches what you're seeing. If it does, work through the verified fix step by step. Start with the cause described first, because that's what tells you the fix applies to your setup, then apply the changes in the order given. Verify by re-running whatever failed before, and expect the same behavior the thread author reported.