feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.1 ) - #310
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container)!: Update lscr.io/linuxserver/sabnzbd ( 4.5.5 → 5.1.1 )#310renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
--- 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.1.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
httpGet:
path: /
port: 8080 |
--- 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-529bhg7d27
--- 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-529bhg7d27
+++ kubernetes/apps/entertainment/sabnzbd/app Kustomization: flux-system/sabnzbd ConfigMap: entertainment/sabnzbd-helm-values-529bhg7d27
@@ -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.1.1
+ 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-529bhg7d27
+ namespace: entertainment
+ |
renovate
Bot
force-pushed
the
renovate/lscr.io-linuxserver-sabnzbd-5.x
branch
2 times, most recently
from
May 16, 2026 00:39
098908b to
0f2f743
Compare
renovate
Bot
force-pushed
the
renovate/lscr.io-linuxserver-sabnzbd-5.x
branch
from
June 11, 2026 17:07
0f2f743 to
479840b
Compare
renovate
Bot
force-pushed
the
renovate/lscr.io-linuxserver-sabnzbd-5.x
branch
2 times, most recently
from
July 4, 2026 00:47
479840b to
861ff7f
Compare
renovate
Bot
force-pushed
the
renovate/lscr.io-linuxserver-sabnzbd-5.x
branch
2 times, most recently
from
August 15, 2026 02:49
861ff7f to
1f60314
Compare
renovate
Bot
force-pushed
the
renovate/lscr.io-linuxserver-sabnzbd-5.x
branch
from
August 15, 2026 17:54
1f60314 to
08e961c
Compare
renovate
Bot
force-pushed
the
renovate/lscr.io-linuxserver-sabnzbd-5.x
branch
from
August 16, 2026 22:38
08e961c to
2464d12
Compare
renovate
Bot
force-pushed
the
renovate/lscr.io-linuxserver-sabnzbd-5.x
branch
from
August 18, 2026 21:34
2464d12 to
10eb70d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.5→5.1.1Release Notes
linuxserver/docker-sabnzbd (lscr.io/linuxserver/sabnzbd)
v5.1.1Configuration
📅 Schedule: (in timezone Europe/Lisbon)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.