diff --git a/sabnzbd/main.yaml b/sabnzbd/main.yaml index afb5371..0db4707 100644 --- a/sabnzbd/main.yaml +++ b/sabnzbd/main.yaml @@ -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 diff --git a/sabnzbd/src/values.yaml b/sabnzbd/src/values.yaml index 6643604..fb23563 100644 --- a/sabnzbd/src/values.yaml +++ b/sabnzbd/src/values.yaml @@ -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