File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : netbox
3
- version : 5.0.21
3
+ version : 5.0.22
4
4
# renovate: image=ghcr.io/netbox-community/netbox
5
5
appVersion : " v4.2.2"
6
6
type : application
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ netbox: postgresql
174
174
Validate values of Netbox Chart - LDAP
175
175
*/} }
176
176
{ {- define " netbox.validateValues.ldap" -} }
177
- { {- if and (has " netbox.authentication.LDAPBackend" .Values.remoteAuth.backends) (or ( empty .Values.remoteAuth.ldap.serverUri) (empty .Values.remoteAuth.ldap.bindDn) ) -} }
177
+ { {- if and (has " netbox.authentication.LDAPBackend" .Values.remoteAuth.backends) (empty .Values.remoteAuth.ldap.serverUri) -} }
178
178
netbox: remoteAuth.ldap
179
179
When LDAP backend is activated, you must provide all the necessary parameters.
180
180
Review the values under `remoteAuth.ldap`.
You can’t perform that action at this time.
0 commit comments