Skip to content

Commit

Permalink
chart_schema.yaml - dependency.repository should not be required
Browse files Browse the repository at this point in the history
when using a local chart there is no repository so this should be optional field.

Signed-off-by: Ian Tewksbury <[email protected]>
  • Loading branch information
itewk committed Mar 12, 2021
1 parent e84e88c commit 68f4230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/chart_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ maintainer:
dependency:
name: str()
version: str()
repository: str()
repository: str(required=False)
condition: str(required=False)
tags: list(str(), required=False)
enabled: bool(required=False)
Expand Down

0 comments on commit 68f4230

Please sign in to comment.