Skip to content

Commit

Permalink
plex: allow changing storage type on transcode and logs (#2599)
Browse files Browse the repository at this point in the history
* plex: allow changing storage type on transcode

* Logs too
  • Loading branch information
stavros-k authored Jun 21, 2024
1 parent 53c9c64 commit 85c90ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion library/ix-dev/charts/plex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions library/ix-dev/charts/plex/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ questions:
schema:
type: string
required: true
immutable: true
default: "emptyDir"
enum:
- value: "hostPath"
Expand Down Expand Up @@ -451,7 +450,6 @@ questions:
schema:
type: string
required: true
immutable: true
default: "ixVolume"
enum:
- value: "hostPath"
Expand Down

0 comments on commit 85c90ad

Please sign in to comment.