lidarr update

This commit is contained in:
Philip Haupt
2025-11-29 19:26:28 +01:00
parent 27ef497080
commit ec556e7f71
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/lidarr:3.0.1
image: lscr.io/linuxserver/lidarr:3.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
exec:

View File

@@ -9,7 +9,7 @@ image:
# -- image repository
repository: lscr.io/linuxserver/lidarr
# -- image tag
tag: 3.0.1
tag: 3.1.0
# -- image pull policy
pullPolicy: IfNotPresent