From 4036be69d4483eaefb1a417ff1403907d7565f43 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 22 Dec 2024 16:24:47 -0600 Subject: [PATCH] change container --- clusters/cl01tl/applications/jellyfin/values.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/jellyfin/values.yaml b/clusters/cl01tl/applications/jellyfin/values.yaml index bd09713a2..b840cfc13 100644 --- a/clusters/cl01tl/applications/jellyfin/values.yaml +++ b/clusters/cl01tl/applications/jellyfin/values.yaml @@ -29,9 +29,13 @@ jellyfin: memory: 1Gi sqlite: image: - repository: stagex/sqlite3 - tag: 3.45.1 - pullPolicy: IfNotPresent + repository: keinos/sqlite3 + tag: 3.47.2 + pullPolicy: IfNotPresent + command: + - /bin/sh + args: + - -ec vue: type: deployment replicas: 1 @@ -106,7 +110,7 @@ jellyfin: main: sqlite: - path: /config - readOnly: false + readOnly: false cache: type: emptyDir advancedMounts: