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 fc6af24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion charts/netbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ remoteAuth:
caCertData: ""
bindDn: CN=Netbox,OU=EmbeddedDevices,OU=MyCompany,DC=example,dc=com
bindPassword: ""
userDnTemplate: null
userDnTemplate: ""
userSearchBaseDn: OU=Users,OU=MyCompany,DC=example,dc=com
userSearchAttr: sAMAccountName
groupSearchBaseDn: OU=Groups,OU=MyCompany,DC=example,dc=com
Expand Down

0 comments on commit fc6af24

Please sign in to comment.