fix: update Readarr image to latest tag #71

Merged
gitea-admin merged 1 commits from orion/auto/fix-update-readarr-image-to-latest-tag-1779143545949 into main 2026-05-18 22:32:27 +00:00
Showing only changes of commit ef6365f0bd - Show all commits
+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