From 5cd9744bd41ccc51f838d00d00072652e5d9c1c5 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 17 Jan 2026 03:48:13 +0000 Subject: [PATCH 1/2] chore: Update manifests after change --- .../cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml b/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml index ba58d5aac..60852c85a 100644 --- a/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml +++ b/clusters/cl01tl/manifests/seerr/StatefulSet-seerr-seerr-chart.yaml @@ -43,7 +43,7 @@ spec: runAsUser: 1000 seccompProfile: type: RuntimeDefault - image: "ghcr.io/seerr-team/seerr:develop@sha256:f96deeef25cfb7bb0ecaa90f324bf6dfb66a844e8ed38501764f4d982a152280" + image: "ghcr.io/seerr-team/seerr:develop@sha256:015bc6dc38244eca572ae34ea717c8f4826c582e124c937e0aa2b92fcb94e4f3" imagePullPolicy: IfNotPresent ports: - name: http -- 2.49.1 From 2ba749d0b36a036e305fbce4c1d0197aaf6556ea Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sat, 17 Jan 2026 03:52:36 +0000 Subject: [PATCH 2/2] chore: Update manifests after change --- .../manifests/yubal-playlist/Deployment-yubal-playlist.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml b/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml index 1a36f92e7..3af0469da 100644 --- a/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml +++ b/clusters/cl01tl/manifests/yubal-playlist/Deployment-yubal-playlist.yaml @@ -135,6 +135,11 @@ spec: volumeMounts: - mountPath: /app/ytdlp name: config + - mountPath: /app/ytdlp/cookies.txt + mountPropagation: None + name: cookie + readOnly: true + subPath: cookies.txt - mountPath: /app/data name: music volumes: -- 2.49.1