Skip to content

Commit 00bd8d5

Browse files
authored
Upgrade netbox to 4.1.11 (#25)
* Upgrade netbox to 4.1.11 * Update healthcheck path
1 parent 8aceb82 commit 00bd8d5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
# renovate: datasource=docker depName=docker.io/netboxcommunity/netbox
13-
NETBOX_VERSION: v4.0.11
13+
NETBOX_VERSION: v4.1.11
1414
steps:
1515
- uses: actions/checkout@v4
1616
if: github.event_name == 'push'

docker/plugin_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
netbox-secrets==2.0.3
2-
netbox-bgp==0.13.2
1+
netbox-secrets==2.1.2
2+
netbox-bgp==0.14.0

docker/plugins.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PLUGINS = ["netbox_secrets", "netbox_bgp"]
22

33
PLUGINS_CONFIG = {
4-
'netbox_secrets': {
5-
'display_default': 'right_page',
6-
},
74
'netbox_bgp': {
85
'top_level_menu': True,
96
},
7+
'netbox_secrets': {
8+
'display_default': 'right_page',
9+
},
1010
}

netbox/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ resources:
1717
images:
1818
- name: docker.io/netboxcommunity/netbox
1919
newName: ghcr.io/ffddorf/netbox-kubernetes
20-
newTag: v4.0.11-b1866e1
20+
newTag: v4.1.11-a12594b

netbox/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
readinessProbe:
3636
httpGet:
3737
port: http
38-
path: /api/status/
38+
path: /login/
3939
periodSeconds: 5
4040
failureThreshold: 3
4141
volumes:

0 commit comments

Comments
 (0)