From 3968252aef085758fd345ca0febcf9f69c553107 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 16 Nov 2023 11:58:03 +0100 Subject: [PATCH] chore(plex): remove emptyDir size limit for transcode This will be handled in next common release for all emptyDirs with memory backend --- charts/stable/plex/Chart.yaml | 2 +- charts/stable/plex/values.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml index 19410236665..6275a79c7f6 100644 --- a/charts/stable/plex/Chart.yaml +++ b/charts/stable/plex/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/plex - https://github.com/k8s-at-home/container-images/pkgs/container/plex type: application -version: 14.1.0 +version: 14.1.1 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/charts/stable/plex/values.yaml b/charts/stable/plex/values.yaml index 8606547a27e..a3e9db26673 100644 --- a/charts/stable/plex/values.yaml +++ b/charts/stable/plex/values.yaml @@ -19,7 +19,6 @@ persistence: mountPath: "/transcode" type: emptyDir medium: Memory - size: "{{ $.Values.resources.limits.memory }}" targetSelectAll: true plex: