fix: update readarr image tag from develop to latest
Validate Manifests / validate (pull_request) Has been cancelled

This commit is contained in:
2026-05-18 22:29:51 +00:00
parent a144e3c91d
commit d5c5df166f
+10 -13
View File
@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: readarr
image: lscr.io/linuxserver/readarr:latest
image: lscr.io/linuxserver/readarr:develop
ports:
- containerPort: 8787
name: http
@@ -29,7 +29,14 @@ spec:
- name: PGID
value: "1000"
- name: TZ
value: UTC
value: Etc/UTC
- name: UMASK_SET
value: "022"
volumeMounts:
- name: config
mountPath: /config
- name: media-data
mountPath: /mnt/media
resources:
requests:
cpu: 100m
@@ -37,20 +44,10 @@ spec:
limits:
cpu: "1"
memory: 1Gi
volumeMounts:
- name: config
mountPath: /config
- name: books
mountPath: /books
- name: downloads
mountPath: /downloads
volumes:
- name: config
persistentVolumeClaim:
claimName: readarr-config
- name: books
- name: media-data
persistentVolumeClaim:
claimName: media-data
- name: downloads
persistentVolumeClaim:
claimName: readarr-books