Skip to content

Commit

Permalink
fix: allow object types for ingress paths (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Colombaro <[email protected]>
  • Loading branch information
jon4hz and LeoColomb authored Oct 28, 2024
1 parent 4242df1 commit c062d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta.133
version: 5.0.0-beta.134
appVersion: "v4.1.4"
type: application
kubeVersion: ^1.25.0-0
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
},
"paths": {
"items": {
"type": "string"
"type": ["string", "object"]
},
"type": "array"
}
Expand Down

0 comments on commit c062d8e

Please sign in to comment.