fix: correct Readarr image and PVC references
Validate Manifests / validate (pull_request) Has been cancelled

This commit is contained in:
2026-05-18 22:43:06 +00:00
parent 90fded0414
commit af05ba5105
+1 -7
View File
@@ -17,11 +17,10 @@ spec:
spec:
containers:
- name: readarr
image: lscr.io/linuxserver/readarr:develop
image: readarr/readarr:develop
ports:
- containerPort: 8787
name: http
protocol: TCP
env:
- name: PUID
value: "1000"
@@ -29,11 +28,6 @@ spec:
value: "1000"
- name: TZ
value: Etc/UTC
- name: NORDIGG_APIKEY
valueFrom:
secretKeyRef:
name: readarr-secret
key: NORDIGG_APIKEY
volumeMounts:
- name: config
mountPath: /config