Merge pull request 'fix: update Readarr image to latest tag' (#71) from orion/auto/fix-update-readarr-image-to-latest-tag-1779143545949 into main

Auto-merged by ORION: fix: update Readarr image to latest tag
This commit was merged in pull request #71.
This commit is contained in:
2026-05-18 22:32:26 +00:00
+17 -13
View File
@@ -10,8 +10,6 @@ spec:
selector:
matchLabels:
app: readarr
strategy:
type: Recreate
template:
metadata:
labels:
@@ -19,7 +17,7 @@ spec:
spec:
containers:
- name: readarr
image: lscr.io/linuxserver/readarr:latest
image: lscr.io/linuxserver/readarr:develop
ports:
- containerPort: 8787
name: http
@@ -30,24 +28,30 @@ spec:
value: "1000"
- name: TZ
value: Etc/UTC
- name: UMASK_SET
value: "022"
- name: NORDIGG_APIKEY
valueFrom:
secretKeyRef:
name: readarr-secret
key: NORDIGG_APIKEY
volumeMounts:
- name: config
mountPath: /config
- name: downloads
mountPath: /downloads
- name: books
mountPath: /books
- name: media-data
mountPath: /mnt/media
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: "1"
memory: 1Gi
mountPath: /media
volumes:
- name: config
persistentVolumeClaim:
claimName: readarr-config
- name: downloads
persistentVolumeClaim:
claimName: readarr-downloads
- name: books
persistentVolumeClaim:
claimName: readarr-books
- name: media-data
persistentVolumeClaim:
claimName: media-data