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: spec:
containers: containers:
- name: readarr - name: readarr
image: lscr.io/linuxserver/readarr:latest image: lscr.io/linuxserver/readarr:develop
ports: ports:
- containerPort: 8787 - containerPort: 8787
name: http name: http
@@ -29,7 +29,14 @@ spec:
- name: PGID - name: PGID
value: "1000" value: "1000"
- name: TZ - name: TZ
value: UTC value: Etc/UTC
- name: UMASK_SET
value: "022"
volumeMounts:
- name: config
mountPath: /config
- name: media-data
mountPath: /mnt/media
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
@@ -37,20 +44,10 @@ spec:
limits: limits:
cpu: "1" cpu: "1"
memory: 1Gi memory: 1Gi
volumeMounts:
- name: config
mountPath: /config
- name: books
mountPath: /books
- name: downloads
mountPath: /downloads
volumes: volumes:
- name: config - name: config
persistentVolumeClaim: persistentVolumeClaim:
claimName: readarr-config claimName: readarr-config
- name: books - name: media-data
persistentVolumeClaim: persistentVolumeClaim:
claimName: media-data claimName: media-data
- name: downloads
persistentVolumeClaim:
claimName: readarr-books