fix: update readarr image tag from develop to latest #69

Merged
gitea-admin merged 1 commits from orion/auto/fix-update-readarr-image-tag-from-develo-1779143390860 into main 2026-05-18 22:29:52 +00:00
Showing only changes of commit d5c5df166f - Show all commits
+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