Skip to content

Commit

Permalink
Fix wrong type userDnTemplate in values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devasmith committed Dec 11, 2024
1 parent 4b9ebad commit 16e1f9e
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.161
version: 5.0.0-beta.162
appVersion: "v4.1.7"
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 @@ -1021,7 +1021,7 @@
"type": "string"
},
"userDnTemplate": {
"type": "null"
"type": "string"
},
"userSearchBaseDn": {
"type": "string"
Expand Down

0 comments on commit 16e1f9e

Please sign in to comment.