sabnzbd update

This commit is contained in:
Philip Haupt
2025-08-26 23:17:33 +02:00
parent bb6946623d
commit 7c2ee16194
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ spec:
value: "1000"
- name: TZ
value: CET
image: lscr.io/linuxserver/sabnzbd:4.5.1
image: lscr.io/linuxserver/sabnzbd:4.5.3
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3

View File

@@ -9,7 +9,7 @@ image:
# -- image repository
repository: lscr.io/linuxserver/sabnzbd
# -- image tag
tag: 4.5.1
tag: 4.5.3
# -- image pull policy
pullPolicy: IfNotPresent