radarr update

This commit is contained in:
Philip Haupt
2025-12-09 21:58:29 +01:00
parent 1a59c6cf80
commit bdd7fcf142
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/radarr:5.28.0 image: lscr.io/linuxserver/radarr:6.0.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
exec: exec:

View File

@@ -9,7 +9,7 @@ image:
# -- image repository # -- image repository
repository: lscr.io/linuxserver/radarr repository: lscr.io/linuxserver/radarr
# @default -- chart.appVersion # @default -- chart.appVersion
tag: 5.28.0 tag: 6.0.4
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent