Compare commits

...

2 Commits

Author SHA1 Message Date
f8e5e4d8cc Update ghcr.io/linuxserver/prowlarr:2.3.0 Docker digest to d3e9307
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 23s
2026-01-17 04:32:59 +00:00
2ed1288cb6 fix mount
All checks were successful
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 28s
renovate / renovate (push) Successful in 1m53s
2026-01-16 22:31:35 -06:00
2 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ prowlarr:
main:
image:
repository: ghcr.io/linuxserver/prowlarr
tag: 2.3.0@sha256:67a8aaedcfd6989f3030b937a6a07007310b1dfc7ee8df16d2cbfa48d1c1158c
tag: 2.3.0@sha256:d3e9307b320b6772749a2cf8fc2712e9e824c4930b034680ad4d08a9e2f25884
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -6,7 +6,7 @@ yubal-playlist:
strategy: Recreate
revisionHistoryLimit: 3
initContainers:
init-copy-config:
init-copy-cookie:
image:
repository: busybox
tag: 1.37.0
@@ -162,7 +162,7 @@ yubal-playlist:
name: yubal-playlist-cookie
advancedMounts:
main:
main:
init-copy-cookie:
- path: /app/ytdlp/cookies-ro.txt
readOnly: true
mountPropagation: None
@@ -174,6 +174,9 @@ yubal-playlist:
retain: true
advancedMounts:
main:
init-copy-cookie:
- path: /app/ytdlp
readOnly: false
main:
- path: /app/ytdlp
readOnly: false