1 Commits

Author SHA1 Message Date
1fecf112e6 Update kube-prometheus-stack Docker tag to v81
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 18s
2026-01-16 21:16:16 +00:00
4 changed files with 8 additions and 31 deletions

View File

@@ -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"

View File

@@ -345,7 +345,7 @@ mautrix-whatsapp:
main:
image:
repository: dock.mau.dev/mautrix/whatsapp
tag: v0.2601.0
tag: v0.2512.0
pullPolicy: IfNotPresent
resources:
requests:

View File

@@ -1,7 +1,7 @@
seerr-chart:
image:
tag: develop
sha: 015bc6dc38244eca572ae34ea717c8f4826c582e124c937e0aa2b92fcb94e4f3
sha: f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280
probes:
livenessProbe:
initialDelaySeconds: 60

View File

@@ -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