Browse Source

chore(deps): update docker.io/netboxcommunity/netbox docker tag to v4.4.8 (#1585)

* chore(deps): update docker.io/netboxcommunity/netbox docker tag to v4.4.8

* chore: sync template versions with image updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
renovate[bot] 2 months ago
parent
commit
528aff56a8
2 changed files with 4 additions and 4 deletions
  1. 2 2
      library/compose/netbox/compose.yaml.j2
  2. 2 2
      library/compose/netbox/template.yaml

+ 2 - 2
library/compose/netbox/compose.yaml.j2

@@ -1,7 +1,7 @@
 ---
 services:
   {{ service_name }}:
-    image: docker.io/netboxcommunity/netbox:v4.2.9
+    image: docker.io/netboxcommunity/netbox:v4.4.8
     restart: {{ restart_policy }}
     environment:
       {% if container_timezone %}
@@ -77,7 +77,7 @@ services:
       - {{ service_name }}_redis-cache
 
   {{ service_name }}_worker:
-    image: docker.io/netboxcommunity/netbox:v4.2.9
+    image: docker.io/netboxcommunity/netbox:v4.4.8
     restart: {{ restart_policy }}
     command:
       - /opt/netbox/venv/bin/python

+ 2 - 2
library/compose/netbox/template.yaml

@@ -10,9 +10,9 @@ metadata:
     - **Project:** https://netbox.dev/
     - **Documentation:** https://docs.netbox.dev/
     - **GitHub:** https://github.com/netbox-community/netbox
-  version: v4.2.9
+  version: v4.4.8
   author: Christian Lempa
-  date: '2025-12-11'
+  date: '2025-12-12'
   tags:
     - traefik
     - database