diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml index d53cadf3d74..15f3b85aac3 100644 --- a/charts/stable/ispy-agent-dvr/Chart.yaml +++ b/charts/stable/ispy-agent-dvr/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - https://hub.docker.com/r/doitandbedone/ispyagentdvr type: application -version: 9.5.2 +version: 9.6.0 diff --git a/charts/stable/ispy-agent-dvr/questions.yaml b/charts/stable/ispy-agent-dvr/questions.yaml index aa02eabe55a..bd08957de8e 100644 --- a/charts/stable/ispy-agent-dvr/questions.yaml +++ b/charts/stable/ispy-agent-dvr/questions.yaml @@ -226,6 +226,30 @@ questions: additional_attrs: true type: dict attrs: +# Include{persistenceBasic} + - variable: media + label: "App Media Storage" + description: "Stores the Application Media." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: commands + label: "App Command Storage" + description: "Stores the Commands directory." + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: ffmpeg + label: "ffmpeg6 Storage" + description: "Stores the ffmpeg folder." + schema: + additional_attrs: true + type: dict + attrs: # Include{persistenceBasic} # Include{persistenceList} # Include{ingressRoot} diff --git a/charts/stable/ispy-agent-dvr/values.yaml b/charts/stable/ispy-agent-dvr/values.yaml index 840ec8a5c21..a300af06cd2 100644 --- a/charts/stable/ispy-agent-dvr/values.yaml +++ b/charts/stable/ispy-agent-dvr/values.yaml @@ -84,6 +84,9 @@ persistence: commands: enabled: true mountPath: "/agent/Commands" + ffmpeg: + enabled: true + mountPath: "/agent/ffmpeg6" portal: open: enabled: true