Skip to content

Commit

Permalink
Merge pull request #73 from yhayoz/netpol-fix
Browse files Browse the repository at this point in the history
[common]: fix networkpolicy schema.json
  • Loading branch information
yhayoz authored Mar 2, 2023
2 parents 0a57ece + 234c0ae commit 5ed839f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: common
description: "Bedag's common Helm chart to use for creating other Helm charts"
version: 9.0.1
version: 9.0.2
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -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"
2 changes: 1 addition & 1 deletion charts/common/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# common

![Version: 9.0.1](https://img.shields.io/badge/Version-9.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 9.0.2](https://img.shields.io/badge/Version-9.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Bedag's common Helm chart to use for creating other Helm charts

Expand Down
7 changes: 2 additions & 5 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 All @@ -658,7 +655,7 @@
]
},
"port": {
"type": "string"
"type": "integer"
}
}
}
Expand Down

0 comments on commit 5ed839f

Please sign in to comment.