Skip to content

Commit 2c1259c

Browse files
authored
Set enforceGlobalUnique default to true (#584)
1 parent a1ebe80 commit 2c1259c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/netbox/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: netbox
3-
version: 5.0.50
3+
version: 5.0.51
44
# renovate: image=ghcr.io/netbox-community/netbox
55
appVersion: "v4.2.5"
66
type: application

charts/netbox/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following table lists the configurable parameters for this chart and their d
108108
| `email.sslKeyFile` | SMTP SSL key file path (e.g. in a mounted volume) | `""` |
109109
| `email.timeout` | Timeout for SMTP connections, in seconds | `10` |
110110
| `email.from` | Sender address for emails sent by NetBox | `""` |
111-
| `enforceGlobalUnique` | Enforce unique IP space in the global table (not in a VRF) | `false` |
111+
| `enforceGlobalUnique` | Enforce unique IP space in the global table (not in a VRF) | `true` |
112112
| `exemptViewPermissions` | A list of models to exempt from the enforcement of view permissions | `[]` |
113113
| `fieldChoices` | Configure custom choices for certain built-in fields | `{}` |
114114
| `fileUploadMaxMemorySize` | The maximum amount (in bytes) of uploaded data that will be held in memory before being written to the filesystem | `2621440` |

charts/netbox/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ email:
228228
# Enforcement of unique IP space can be toggled on a per-VRF basis. To enforce
229229
# unique IP space within the global table (all prefixes and IP addresses not
230230
# assigned to a VRF), set enforceGlobalUnique to True.
231-
enforceGlobalUnique: false
231+
enforceGlobalUnique: true
232232

233233
# Exempt certain models from the enforcement of view permissions. Models listed
234234
# here will be viewable by all users and by anonymous users. List models in the

0 commit comments

Comments
 (0)