Skip to content

Commit

Permalink
fix: make app version not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Wielewout committed Jun 27, 2023
1 parent b54032b commit bf6a3b5
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 @@ -2,7 +2,7 @@ name: str()
home: str(required=False)
version: str()
apiVersion: str()
appVersion: any(str(), num())
appVersion: any(str(), num(), required=False)
description: str(required=False)
keywords: list(str(), required=False)
sources: list(str(), required=False)
Expand Down

0 comments on commit bf6a3b5

Please sign in to comment.