plex: allow changing storage type on transcode and logs (#2599)

* plex: allow changing storage type on transcode

* Logs too
This commit is contained in:
Stavros Kois
2024-06-21 19:31:22 +03:00
committed by GitHub
parent 53c9c64f93
commit 85c90ada99
2 changed files with 1 additions and 3 deletions

View File

@@ -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'

View File

@@ -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"