Skip to content

Commit

Permalink
Merge branch 'develop' into ranger/big-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick authored Dec 16, 2024
2 parents a9453e1 + 344f8be commit 992c015
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/netbox/Chart.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.166
version: 5.0.0-beta.169
appVersion: "v4.1.8"
type: application
kubeVersion: ^1.25.0-0
Expand All @@ -22,7 +22,7 @@ dependencies:
tags:
- bitnami-common
- name: postgresql
version: ^16.3.0
version: ^16.3.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: redis
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
fieldPath: status.podIP
{{- end }}
{{- if .Values.extraEnvs }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvs "context" $) | nindent 10 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvs "context" $) | nindent 8 }}
{{- end }}
{{- if or .Values.extraEnvVarsCM .Values.extraEnvVarsSecret }}
envFrom:
Expand Down
8 changes: 4 additions & 4 deletions 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 Expand Up @@ -1063,7 +1063,7 @@
"type": "boolean"
},
"mirrorGroupsExcept": {
"type": "null"
"type": "string"
},
"cacheTimeout": {
"type": "integer"
Expand Down Expand Up @@ -1364,7 +1364,7 @@
"type": "object"
},
"terminationGracePeriodSeconds": {
"type": "null"
"type": ["null", "number"]
},
"test": {
"properties": {
Expand Down Expand Up @@ -1610,7 +1610,7 @@
"type": "array"
},
"terminationGracePeriodSeconds": {
"type": "null"
"type": ["null", "number"]
},
"tolerations": {
"type": "array"
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -402,7 +402,7 @@ remoteAuth:
- CN=Domain Admins,CN=Users,DC=example,dc=com
findGroupPerms: true
mirrorGroups: true
mirrorGroupsExcept: null
mirrorGroupsExcept: ""
cacheTimeout: 3600
attrFirstName: givenName
attrLastName: sn
Expand Down

0 comments on commit 992c015

Please sign in to comment.