Compare commits

...

2 Commits

Author SHA1 Message Date
gitea-admin a144e3c91d Merge pull request 'fix: update Readarr image to latest tag' (#68) from orion/auto/fix-update-readarr-image-to-latest-tag-1779143294616 into main
Auto-merged by ORION: fix: update Readarr image to latest tag
2026-05-18 22:28:15 +00:00
gitea-admin 8c0a0bcae5 fix: update Readarr image to latest tag
Validate Manifests / validate (pull_request) Has been cancelled
2026-05-18 22:28:14 +00:00
+11 -1
View File
@@ -10,6 +10,8 @@ spec:
selector:
matchLabels:
app: readarr
strategy:
type: Recreate
template:
metadata:
labels:
@@ -17,9 +19,10 @@ spec:
spec:
containers:
- name: readarr
image: lscr.io/linuxserver/readarr:develop
image: lscr.io/linuxserver/readarr:latest
ports:
- containerPort: 8787
name: http
env:
- name: PUID
value: "1000"
@@ -27,6 +30,13 @@ spec:
value: "1000"
- name: TZ
value: UTC
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: "1"
memory: 1Gi
volumeMounts:
- name: config
mountPath: /config