Skip to content

feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.3 )#310

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lscr.io-linuxserver-sabnzbd-5.x
Open

feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.3 )#310
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lscr.io-linuxserver-sabnzbd-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 2, 2026

This PR contains the following updates:

Package Update Change
lscr.io/linuxserver/sabnzbd (source) major 4.5.55.0.3

Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • 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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

--- HelmRelease: entertainment/sabnzbd Deployment: entertainment/sabnzbd

+++ HelmRelease: entertainment/sabnzbd Deployment: entertainment/sabnzbd

@@ -59,13 +59,13 @@

         - name: PGID
           value: '1000'
         - name: PUID
           value: '1000'
         - name: TZ
           value: Europe/Lisbon
-        image: lscr.io/linuxserver/sabnzbd:4.5.5
+        image: lscr.io/linuxserver/sabnzbd:5.0.3
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /
             port: 8080

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

--- kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd HelmRelease: entertainment/sabnzbd

+++ kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd HelmRelease: entertainment/sabnzbd

@@ -20,8 +20,8 @@

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: sabnzbd-helm-values-hf5tddd5kd
+    name: sabnzbd-helm-values-cktd9f9b49
 
--- kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-hf5tddd5kd

+++ kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-hf5tddd5kd

@@ -1,116 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |+
-    controllers:
-      app:
-        enabled: true
-        type: deployment
-        replicas: 1
-        pod:
-          hostname: sabnzbd
-          annotations:
-            app.kubernetes.io/name: sabnzbd
-            app.kubernetes.io/instance: sabnzbd
-        containers:
-          app:
-            image:
-              repository: lscr.io/linuxserver/sabnzbd
-              tag: 4.5.5
-              pullPolicy: IfNotPresent
-            env:
-              PUID: 1000
-              PGID: 1000
-              TZ: Europe/Lisbon
-            resources:
-              requests:
-                cpu: 500m
-                memory: 500Mi
-              limits:
-                memory: 4Gi
-
-            probes:
-              liveness: &probe
-                enabled: true
-                custom: true
-                spec:
-                  httpGet:
-                    path: /
-                    port: 8080
-                  initialDelaySeconds: 0
-                  periodSeconds: 10
-                  timeoutSeconds: 1
-                  failureThreshold: 3
-              readiness: *probe
-
-
-    defaultPodOptions:
-      affinity:
-        nodeAffinity:
-          preferredDuringSchedulingIgnoredDuringExecution:
-            - weight: 1
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "1"
-            - weight: 2
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "2"
-
-    service:
-      web:
-        controller: app
-        ports:
-          http:
-            port: 8080
-
-    route:
-      main:
-        enabled: true
-        kind: HTTPRoute
-        parentRefs:
-          - name: traefik-private-default
-            namespace: network
-            sectionName: https-wildcard-secret-private-domain
-        hostnames:
-          - sabnzbd...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
-        rules:
-          - backendRefs:
-            - name: sabnzbd
-              port: 8080
-            # filters:
-            #   - type: ExtensionRef
-            #     extensionRef:
-            #       group: traefik.io
-            #       kind: Middleware
-            #       name: authentik
-
-
-    persistence:
-      sabnzbd-config:
-        existingClaim: sabnzbd-config
-        globalMounts:
-          - path: /config
-            readOnly: false
-      media:
-        enabled: true
-        type: persistentVolumeClaim
-        existingClaim: entertainment-storage-nfs-media
-        globalMounts:
-          - path: /shared/Media
-            readOnly: false
-
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: sabnzbd
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: sabnzbd-helm-values-hf5tddd5kd
-  namespace: entertainment
-
--- kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-cktd9f9b49

+++ kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-cktd9f9b49

@@ -0,0 +1,116 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |+
+    controllers:
+      app:
+        enabled: true
+        type: deployment
+        replicas: 1
+        pod:
+          hostname: sabnzbd
+          annotations:
+            app.kubernetes.io/name: sabnzbd
+            app.kubernetes.io/instance: sabnzbd
+        containers:
+          app:
+            image:
+              repository: lscr.io/linuxserver/sabnzbd
+              tag: 5.0.3
+              pullPolicy: IfNotPresent
+            env:
+              PUID: 1000
+              PGID: 1000
+              TZ: Europe/Lisbon
+            resources:
+              requests:
+                cpu: 500m
+                memory: 500Mi
+              limits:
+                memory: 4Gi
+
+            probes:
+              liveness: &probe
+                enabled: true
+                custom: true
+                spec:
+                  httpGet:
+                    path: /
+                    port: 8080
+                  initialDelaySeconds: 0
+                  periodSeconds: 10
+                  timeoutSeconds: 1
+                  failureThreshold: 3
+              readiness: *probe
+
+
+    defaultPodOptions:
+      affinity:
+        nodeAffinity:
+          preferredDuringSchedulingIgnoredDuringExecution:
+            - weight: 1
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "1"
+            - weight: 2
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "2"
+
+    service:
+      web:
+        controller: app
+        ports:
+          http:
+            port: 8080
+
+    route:
+      main:
+        enabled: true
+        kind: HTTPRoute
+        parentRefs:
+          - name: traefik-private-default
+            namespace: network
+            sectionName: https-wildcard-secret-private-domain
+        hostnames:
+          - sabnzbd...PLACEHOLDER_SECRET_PRIVATE_DOMAIN..
+        rules:
+          - backendRefs:
+            - name: sabnzbd
+              port: 8080
+            # filters:
+            #   - type: ExtensionRef
+            #     extensionRef:
+            #       group: traefik.io
+            #       kind: Middleware
+            #       name: authentik
+
+
+    persistence:
+      sabnzbd-config:
+        existingClaim: sabnzbd-config
+        globalMounts:
+          - path: /config
+            readOnly: false
+      media:
+        enabled: true
+        type: persistentVolumeClaim
+        existingClaim: entertainment-storage-nfs-media
+        globalMounts:
+          - path: /shared/Media
+            readOnly: false
+
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: sabnzbd
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: sabnzbd-helm-values-cktd9f9b49
+  namespace: entertainment
+

@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.1 ) feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.1 ) - autoclosed May 13, 2026
@renovate renovate Bot closed this May 13, 2026
@renovate renovate Bot deleted the renovate/lscr.io-linuxserver-sabnzbd-5.x branch May 13, 2026 05:31
@renovate renovate Bot changed the title feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.1 ) - autoclosed feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.0.3 ) May 16, 2026
@renovate renovate Bot reopened this May 16, 2026
@renovate renovate Bot force-pushed the renovate/lscr.io-linuxserver-sabnzbd-5.x branch 2 times, most recently from 098908b to 0f2f743 Compare May 16, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants