2 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
02d2e58f84 add cookie
All checks were successful
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Successful in 1m0s
renovate / renovate (push) Successful in 2m8s
2026-01-16 15:14:05 -06:00
3 changed files with 35 additions and 1 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-16T20:59:52.790054457Z"
generated: "2026-01-16T21:16:10.577104481Z"

View File

@@ -34,6 +34,29 @@ 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

@@ -139,6 +139,17 @@ yubal-playlist:
type: PathPrefix
value: /
persistence:
cookie:
enabled: true
type: secret
name: yubal-playlist-cookie
advancedMounts:
main:
init-copy-config:
- path: /app/ytdlp/cookies.txt
readOnly: true
mountPropagation: None
subPath: cookies.txt
cache:
type: emptyDir
advancedMounts: