1 Commits

Author SHA1 Message Date
f98e8375cc Update kube-prometheus-stack Docker tag to v81
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 17s
2026-01-16 20:40:40 +00:00
5 changed files with 6 additions and 63 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-16T20:40:34.715538239Z"

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

@@ -34,29 +34,6 @@ spec:
metadataPolicy: None
property: password
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: yubal-playlist-cookie
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: yubal-playlist-cookie
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
data:
- secretKey: cookies.txt
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /youtube/cookie
metadataPolicy: None
property: cookies
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret

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.5
pullPolicy: IfNotPresent
env:
- name: YUBAL_TZ
@@ -156,27 +139,10 @@ yubal-playlist:
type: PathPrefix
value: /
persistence:
cookie:
enabled: true
type: secret
name: yubal-playlist-cookie
cache:
type: emptyDir
advancedMounts:
main:
init-copy-cookie:
- path: /app/ytdlp/cookies-ro.txt
readOnly: true
mountPropagation: None
subPath: cookies.txt
config:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 1Gi
retain: true
advancedMounts:
main:
init-copy-cookie:
- path: /app/ytdlp
readOnly: false
main:
- path: /app/ytdlp
readOnly: false