mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
A new library was introduced that provides JSON Schema checking for newer versions of the schema. In Helm v4, there is no need to have two packages doing the JSON schema validation. The message output can have breaking changes. This change moves everything to the newer library. It also uses a wrapper error to enable a clean Helm only interface for the public Go API validation functions. This would enable the replacement of the Schema validation library, if needed, without breaking the Go API contract. Signed-off-by: Matt Farina <matt.farina@suse.com>
4 lines
154 B
Text
4 lines
154 B
Text
Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
|
|
empty:
|
|
- at '/age': minimum: got -5, want 0
|
|
|