From 85c90ada99edfbacb9aa85d12ca9ea4c91a448e2 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:31:22 +0300 Subject: [PATCH] plex: allow changing storage type on transcode and logs (#2599) * plex: allow changing storage type on transcode * Logs too --- library/ix-dev/charts/plex/Chart.yaml | 2 +- library/ix-dev/charts/plex/questions.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/library/ix-dev/charts/plex/Chart.yaml b/library/ix-dev/charts/plex/Chart.yaml index dcbfb849fa..de39caee20 100644 --- a/library/ix-dev/charts/plex/Chart.yaml +++ b/library/ix-dev/charts/plex/Chart.yaml @@ -4,7 +4,7 @@ description: Plex is a media server that allows you to stream your media to any annotations: title: Plex type: application -version: 2.0.7 +version: 2.0.8 apiVersion: v2 appVersion: 1.40.3.8555 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/plex/questions.yaml b/library/ix-dev/charts/plex/questions.yaml index bdf6b84993..747707c4f7 100644 --- a/library/ix-dev/charts/plex/questions.yaml +++ b/library/ix-dev/charts/plex/questions.yaml @@ -342,7 +342,6 @@ questions: schema: type: string required: true - immutable: true default: "emptyDir" enum: - value: "hostPath" @@ -451,7 +450,6 @@ questions: schema: type: string required: true - immutable: true default: "ixVolume" enum: - value: "hostPath"