Skip to content

chore(deps): update ghcr.io/netbox-community/netbox-chart/netbox docker tag to v6.1.16#2621

Merged
LucaDev merged 1 commit into
mainfrom
renovate/ghcr.io-netbox-community-netbox-chart-netbox-6.x
Sep 4, 2025
Merged

chore(deps): update ghcr.io/netbox-community/netbox-chart/netbox docker tag to v6.1.16#2621
LucaDev merged 1 commit into
mainfrom
renovate/ghcr.io-netbox-community-netbox-chart-netbox-6.x

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/netbox-community/netbox-chart/netbox (source) patch 6.1.15 -> 6.1.16

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@lucadevbot

lucadevbot Bot commented Sep 4, 2025

Copy link
Copy Markdown
--- apps/networking/netbox/app Kustomization: flux-system/netbox OCIRepository: networking/netbox

+++ apps/networking/netbox/app Kustomization: flux-system/netbox OCIRepository: networking/netbox

@@ -10,9 +10,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 6.1.15
+    tag: 6.1.16
   url: oci://ghcr.io/netbox-community/netbox-chart/netbox
 

@lucadevbot

lucadevbot Bot commented Sep 4, 2025

Copy link
Copy Markdown
--- HelmRelease: networking/netbox Deployment: networking/netbox

+++ HelmRelease: networking/netbox Deployment: networking/netbox

@@ -19,13 +19,13 @@

       app.kubernetes.io/component: netbox
   strategy:
     type: RollingUpdate
   template:
     metadata:
       annotations:
-        checksum/secret: 58a61e6cca234f40cac242259b15c2c21f9d0df1fb184fa83eeea615c72128ce
+        checksum/secret: f169dda2d443f05c88453055c68b8599b58b460595639082882849aacc56c26f
       labels:
         app.kubernetes.io/instance: netbox
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: netbox
         app.kubernetes.io/component: netbox
     spec:
@@ -80,13 +80,13 @@

           runAsGroup: 1000
           runAsNonRoot: true
           runAsUser: 1000
           seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/lucadev/netbox-fat:v4.3.7
+        image: ghcr.io/lucadev/netbox-fat:v4.4.0
         imagePullPolicy: IfNotPresent
         env:
         - name: SUPERUSER_NAME
           valueFrom:
             secretKeyRef:
               name: netbox-superuser
--- HelmRelease: networking/netbox Deployment: networking/netbox-worker

+++ HelmRelease: networking/netbox Deployment: networking/netbox-worker

@@ -19,13 +19,13 @@

       app.kubernetes.io/component: worker
   strategy:
     type: RollingUpdate
   template:
     metadata:
       annotations:
-        checksum/secret: ff7a0a8730320b6e7805db6908e41d090c7114c4a92987b0e4ae368b3c18bc74
+        checksum/secret: 723c689968224040a05a1f6e1b83c27eb2f3fbe1885e795d4df09175798fc7b2
       labels:
         app.kubernetes.io/instance: netbox
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: netbox
         app.kubernetes.io/component: worker
     spec:
@@ -89,13 +89,13 @@

           runAsGroup: 1000
           runAsNonRoot: true
           runAsUser: 1000
           seLinuxOptions: {}
           seccompProfile:
             type: RuntimeDefault
-        image: ghcr.io/lucadev/netbox-fat:v4.3.7
+        image: ghcr.io/lucadev/netbox-fat:v4.4.0
         imagePullPolicy: IfNotPresent
         command:
         - /opt/netbox/venv/bin/python
         - /opt/netbox/netbox/manage.py
         - rqworker
         volumeMounts:
--- HelmRelease: networking/netbox CronJob: networking/netbox-housekeeping

+++ HelmRelease: networking/netbox CronJob: networking/netbox-housekeeping

@@ -16,25 +16,25 @@

   successfulJobsHistoryLimit: 5
   suspend: false
   jobTemplate:
     metadata:
       labels:
         app.kubernetes.io/name: netbox
-        helm.sh/chart: netbox-6.1.15
+        helm.sh/chart: netbox-6.1.16
         app.kubernetes.io/instance: netbox
         app.kubernetes.io/managed-by: Helm
-        app.kubernetes.io/version: v4.3.7
+        app.kubernetes.io/version: v4.4.0
     spec:
       template:
         metadata:
           labels:
             app.kubernetes.io/instance: netbox
             app.kubernetes.io/managed-by: Helm
             app.kubernetes.io/name: netbox
-            app.kubernetes.io/version: v4.3.7
-            helm.sh/chart: netbox-6.1.15
+            app.kubernetes.io/version: v4.4.0
+            helm.sh/chart: netbox-6.1.16
             app.kubernetes.io/component: housekeeping
         spec:
           serviceAccountName: default
           automountServiceAccountToken: false
           securityContext:
             fsGroup: 1000
@@ -53,13 +53,13 @@

               runAsGroup: 1000
               runAsNonRoot: true
               runAsUser: 1000
               seLinuxOptions: {}
               seccompProfile:
                 type: RuntimeDefault
-            image: ghcr.io/lucadev/netbox-fat:v4.3.7
+            image: ghcr.io/lucadev/netbox-fat:v4.4.0
             imagePullPolicy: IfNotPresent
             command:
             - /opt/netbox/venv/bin/python
             - /opt/netbox/netbox/manage.py
             - housekeeping
             volumeMounts:

@LucaDev
LucaDev merged commit 67c5f6c into main Sep 4, 2025
3 checks passed
@renovate
renovate Bot deleted the renovate/ghcr.io-netbox-community-netbox-chart-netbox-6.x branch September 4, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant