netbox update

This commit is contained in:
Philip Haupt
2025-11-07 18:52:32 +01:00
parent ed28266285
commit 9232144686
3 changed files with 39 additions and 74 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: netbox
repo: https://charts.netbox.oss.netboxlabs.com/
version: 7.1.11
version: 7.2.1
releaseName: netbox
includeCRDs: true
namespace: netbox

View File

@@ -88,7 +88,7 @@ superuser:
email: admin@borninpain.de
password: ""
apiToken: ""
existingSecret: ""
existingSecret: "netbox-superuser"
# This is a list of valid fully-qualified domain names (FQDNs) for the NetBox
# server. NetBox will not permit write access to the server via any other
@@ -479,12 +479,12 @@ extraConfig:
# will be randomly generated if left blank.
# You can also use an existing secret with "secret_key" instead of "secretKey"
# See `existingSecret` for details
secretKey: ""
secretKey: "secret_key"
## Provide passwords using existing secret
# If set, this Secret must contain the following keys:
# - secret_key: session encryption token (50+ random characters)
existingSecret: ""
existingSecret: "netbox"
# Override the NGINX Unit configuration inside the container. When enabled, this
# overrides the default configuration loaded into Unit. The upstream config is: