Skip to content

Commit

Permalink
[common]: fix networkpolicy schema.json
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Hayoz <[email protected]>
  • Loading branch information
yhayoz committed Mar 2, 2023
1 parent a99bc60 commit 234c0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ annotations:
artifacthub.io/prerelease: "false"
artifacthub.io/license: Apache-2.0
artifacthub.io/changes: |
- "[Fixed]: Linting for NetworkPolicy"
- "[Fixed]: Schema Json for NetworkPolicy"
5 changes: 1 addition & 4 deletions charts/common/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,7 @@
],
"properties": {
"cidr": {
"type": [
"number",
"string"
]
"type": "string"
}
}
},
Expand Down

0 comments on commit 234c0ae

Please sign in to comment.