Compare commits
1 Commits
renovate/g
...
1fecf112e6
| Author | SHA1 | Date | |
|---|---|---|---|
|
1fecf112e6
|
@@ -9,4 +9,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 1.0.1
|
||||
digest: sha256:14197d65a6db43a466933c29b6c78e234dd46514254a2d24814e713ca9f3c919
|
||||
generated: "2026-01-16T21:44:02.294108101Z"
|
||||
generated: "2026-01-16T21:16:10.577104481Z"
|
||||
|
||||
@@ -20,7 +20,7 @@ prowlarr:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/prowlarr
|
||||
tag: 2.3.0@sha256:d3e9307b320b6772749a2cf8fc2712e9e824c4930b034680ad4d08a9e2f25884
|
||||
tag: 2.3.0@sha256:67a8aaedcfd6989f3030b937a6a07007310b1dfc7ee8df16d2cbfa48d1c1158c
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
seerr-chart:
|
||||
image:
|
||||
tag: develop
|
||||
sha: 015bc6dc38244eca572ae34ea717c8f4826c582e124c937e0aa2b92fcb94e4f3
|
||||
sha: f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280
|
||||
probes:
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 60
|
||||
|
||||
@@ -5,28 +5,11 @@ yubal-playlist:
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
initContainers:
|
||||
init-copy-cookie:
|
||||
image:
|
||||
repository: busybox
|
||||
tag: 1.37.0
|
||||
pullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
- -ec
|
||||
- |
|
||||
if [ ! -f "/app/ytdlp/cookies.txt" ]; then
|
||||
echo ">> Coping files ..."
|
||||
ls /app/ytdlp
|
||||
cp -fv /app/ytdlp/cookies-ro.txt /app/ytdlp/cookies.txt
|
||||
echo ">> Files in ytdlp:"
|
||||
ls /app/ytdlp
|
||||
fi
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: harbor.alexlebens.net/images/yubal-playlist
|
||||
tag: 0.1.10
|
||||
tag: 0.1.6
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: YUBAL_TZ
|
||||
@@ -162,21 +145,15 @@ yubal-playlist:
|
||||
name: yubal-playlist-cookie
|
||||
advancedMounts:
|
||||
main:
|
||||
init-copy-cookie:
|
||||
- path: /app/ytdlp/cookies-ro.txt
|
||||
init-copy-config:
|
||||
- path: /app/ytdlp/cookies.txt
|
||||
readOnly: true
|
||||
mountPropagation: None
|
||||
subPath: cookies.txt
|
||||
config:
|
||||
storageClass: ceph-block
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
retain: true
|
||||
cache:
|
||||
type: emptyDir
|
||||
advancedMounts:
|
||||
main:
|
||||
init-copy-cookie:
|
||||
- path: /app/ytdlp
|
||||
readOnly: false
|
||||
main:
|
||||
- path: /app/ytdlp
|
||||
readOnly: false
|
||||
|
||||
Reference in New Issue
Block a user