fix(readarr): update image to ghcr.io/readarr/readarr:develop #78

Closed
gitea-admin wants to merge 1 commits from orion/auto/fix-readarr-update-image-to-ghcr-io-read-1779145372721 into main
+1 -3
View File
@@ -10,8 +10,6 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: readarr app: readarr
strategy:
type: Recreate
template: template:
metadata: metadata:
labels: labels:
@@ -19,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: readarr - name: readarr
image: lscr.io/linuxserver/readarr:latest image: ghcr.io/readarr/readarr:develop
ports: ports:
- containerPort: 8787 - containerPort: 8787
name: http name: http