sonarr update

This commit is contained in:
Philip Haupt
2025-08-26 23:41:42 +02:00
parent 7cf5da867e
commit 2384144cd6
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ spec:
value: "1000" value: "1000"
- name: TZ - name: TZ
value: CET value: CET
image: lscr.io/linuxserver/sonarr:4.0.14 image: lscr.io/linuxserver/sonarr:4.0.15
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
exec: exec:

View File

@@ -9,7 +9,7 @@ image:
# -- image repository # -- image repository
repository: lscr.io/linuxserver/sonarr repository: lscr.io/linuxserver/sonarr
# @default -- chart.appVersion # @default -- chart.appVersion
tag: 4.0.14 tag: 4.0.15
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent