diff --git a/charts/incubator/plexripper/.helmignore b/charts/stable/plexripper/.helmignore similarity index 100% rename from charts/incubator/plexripper/.helmignore rename to charts/stable/plexripper/.helmignore diff --git a/charts/incubator/plexripper/CHANGELOG.md b/charts/stable/plexripper/CHANGELOG.md similarity index 100% rename from charts/incubator/plexripper/CHANGELOG.md rename to charts/stable/plexripper/CHANGELOG.md diff --git a/charts/incubator/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml similarity index 80% rename from charts/incubator/plexripper/Chart.yaml rename to charts/stable/plexripper/Chart.yaml index 9c6bcec8323..12d71936b9b 100644 --- a/charts/incubator/plexripper/Chart.yaml +++ b/charts/stable/plexripper/Chart.yaml @@ -3,9 +3,9 @@ appVersion: "0.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 13.2.2 + version: 14.0.3 deprecated: false -description: PlexRipper is a cross-platform media downloader that indexes the Plex servers you have access to and allows you to download everything while adding it to your own Plex server. +description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers. home: https://truecharts.org/charts/incubator/plexripper icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png keywords: @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/plexripper - https://github.com/PlexRipper/PlexRipper/ type: application -version: 4.0.5 +version: 4.0.6 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/plexripper/README.md b/charts/stable/plexripper/README.md similarity index 100% rename from charts/incubator/plexripper/README.md rename to charts/stable/plexripper/README.md diff --git a/charts/incubator/plexripper/icon.png b/charts/stable/plexripper/icon.png similarity index 100% rename from charts/incubator/plexripper/icon.png rename to charts/stable/plexripper/icon.png diff --git a/charts/incubator/plexripper/questions.yaml b/charts/stable/plexripper/questions.yaml similarity index 91% rename from charts/incubator/plexripper/questions.yaml rename to charts/stable/plexripper/questions.yaml index 1d10daa9b0f..91d45fe77d9 100644 --- a/charts/incubator/plexripper/questions.yaml +++ b/charts/stable/plexripper/questions.yaml @@ -49,6 +49,14 @@ questions: additional_attrs: true type: dict attrs: +# Include{persistenceBasic} + - variable: downloads + label: App Downloads Storage + description: Stores the Application Downloads. + schema: + additional_attrs: true + type: dict + attrs: # Include{persistenceBasic} # Include{persistenceList} # Include{ingressRoot} diff --git a/charts/incubator/plexripper/templates/NOTES.txt b/charts/stable/plexripper/templates/NOTES.txt similarity index 100% rename from charts/incubator/plexripper/templates/NOTES.txt rename to charts/stable/plexripper/templates/NOTES.txt diff --git a/charts/incubator/plexripper/templates/common.yaml b/charts/stable/plexripper/templates/common.yaml similarity index 100% rename from charts/incubator/plexripper/templates/common.yaml rename to charts/stable/plexripper/templates/common.yaml diff --git a/charts/incubator/plexripper/values.yaml b/charts/stable/plexripper/values.yaml similarity index 93% rename from charts/incubator/plexripper/values.yaml rename to charts/stable/plexripper/values.yaml index 405d9e3d8f1..73f9aa08d29 100644 --- a/charts/incubator/plexripper/values.yaml +++ b/charts/stable/plexripper/values.yaml @@ -14,9 +14,9 @@ service: main: ports: main: - port: 7000 protocol: http targetPort: 7000 + port: 7000 workload: main: @@ -38,6 +38,9 @@ persistence: config: enabled: true mountPath: /Config + downloads: + enabled: true + mountPath: /Downloads portal: open: