Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc for json schema 2020 #1642

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/en/docs/topics/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ If more control over dependencies is desired, these dependencies can be
expressed explicitly by copying the dependency charts into the `charts/`
directory.

A dependency should be an unpacked chart directory but its name cannot start
A dependency should be an unpacked chart directory but its name cannot start
with `_` or `.`. Such files are ignored by the chart loader.

For example, if the WordPress chart depends on the Apache chart, the Apache
Expand Down Expand Up @@ -921,6 +921,8 @@ something like this:
}
```

JSON schema version [2020-12](https://json-schema.org/draft/2020-12) is supported but you need to explicitly set `$schema` to `https://json-schema.org/draft/2020-12/schema`.

This schema will be applied to the values to validate it. Validation occurs when
any of the following commands are invoked:

Expand Down