1 Commits

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

View File

@@ -9,4 +9,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
version: 1.0.1 version: 1.0.1
digest: sha256:14197d65a6db43a466933c29b6c78e234dd46514254a2d24814e713ca9f3c919 digest: sha256:14197d65a6db43a466933c29b6c78e234dd46514254a2d24814e713ca9f3c919
generated: "2026-01-16T21:44:02.294108101Z" generated: "2026-01-16T20:59:52.790054457Z"

View File

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

View File

@@ -34,29 +34,6 @@ spec:
metadataPolicy: None metadataPolicy: None
property: password 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 apiVersion: external-secrets.io/v1
kind: ExternalSecret kind: ExternalSecret

View File

@@ -5,28 +5,11 @@ yubal-playlist:
replicas: 1 replicas: 1
strategy: Recreate strategy: Recreate
revisionHistoryLimit: 3 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: containers:
main: main:
image: image:
repository: harbor.alexlebens.net/images/yubal-playlist repository: harbor.alexlebens.net/images/yubal-playlist
tag: 0.1.10 tag: 0.1.6
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: YUBAL_TZ - name: YUBAL_TZ
@@ -156,27 +139,10 @@ yubal-playlist:
type: PathPrefix type: PathPrefix
value: / value: /
persistence: persistence:
cookie: cache:
enabled: true type: emptyDir
type: secret
name: yubal-playlist-cookie
advancedMounts: advancedMounts:
main: 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: main:
- path: /app/ytdlp - path: /app/ytdlp
readOnly: false readOnly: false