diff --git a/charts/incubator/plex-utills/.helmignore b/charts/stable/plex-utills/.helmignore similarity index 100% rename from charts/incubator/plex-utills/.helmignore rename to charts/stable/plex-utills/.helmignore diff --git a/charts/incubator/plex-utills/CHANGELOG.md b/charts/stable/plex-utills/CHANGELOG.md similarity index 100% rename from charts/incubator/plex-utills/CHANGELOG.md rename to charts/stable/plex-utills/CHANGELOG.md diff --git a/charts/incubator/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml similarity index 69% rename from charts/incubator/plex-utills/Chart.yaml rename to charts/stable/plex-utills/Chart.yaml index d8de20305eb..47c53459091 100644 --- a/charts/incubator/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -1,8 +1,3 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - MediaApp-Other apiVersion: v2 appVersion: "latest" dependencies: @@ -10,8 +5,8 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.5.6 deprecated: false -description: A utility to help manage your library. Options include adding 4k banners and HDR banners to your poster art automactically, auto collections for Disney and Pixar Studios and hiding/auto optimising media files where there is only a 4k version available. -home: https://truecharts.org/docs/charts/incubator/plex-utills +description: A utility to help manage your library. +home: https://truecharts.org/docs/charts/stable/plex-utills icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png keywords: - plex-utills @@ -28,4 +23,10 @@ sources: - https://github.com/jkirkcaldy/plex-utills - https://hub.docker.com/r/jkirkcaldy/plex-utills/ type: application -version: 0.0.22 +version: 1.0.0 +annotations: + truecharts.org/catagories: | + - Tools-Utilities + - MediaApp-Other + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/charts/incubator/plex-utills/README.md b/charts/stable/plex-utills/README.md similarity index 100% rename from charts/incubator/plex-utills/README.md rename to charts/stable/plex-utills/README.md diff --git a/charts/incubator/plex-utills/icon.png b/charts/stable/plex-utills/icon.png similarity index 100% rename from charts/incubator/plex-utills/icon.png rename to charts/stable/plex-utills/icon.png diff --git a/charts/incubator/plex-utills/questions.yaml b/charts/stable/plex-utills/questions.yaml similarity index 98% rename from charts/incubator/plex-utills/questions.yaml rename to charts/stable/plex-utills/questions.yaml index 9aa57e4783d..3e78f7d3f62 100644 --- a/charts/incubator/plex-utills/questions.yaml +++ b/charts/stable/plex-utills/questions.yaml @@ -33,7 +33,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 80 + default: 10380 required: true # Include{advancedPortTCP} - variable: targetPort @@ -47,15 +47,6 @@ questions: # Include{serviceExpert} # Include{serviceList} # Include{persistenceRoot} - - variable: plexlibrary - label: "plexlibrary Storage" - description: "Location of your Plex media files.Needed if you want to create backup posters" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceAdvanced} - variable: config label: "config Storage" description: "Location of your config file" @@ -73,6 +64,15 @@ questions: type: dict attrs: # Include{persistenceBasic} +# Include{persistenceAdvanced} + - variable: plexlibrary + label: "plexlibrary Storage" + description: "Location of your Plex media files.Needed if you want to create backup posters" + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} # Include{persistenceAdvanced} # Include{persistenceList} # Include{ingressRoot} diff --git a/charts/incubator/plex-utills/templates/common.yaml b/charts/stable/plex-utills/templates/common.yaml similarity index 100% rename from charts/incubator/plex-utills/templates/common.yaml rename to charts/stable/plex-utills/templates/common.yaml diff --git a/charts/incubator/plex-utills/values.yaml b/charts/stable/plex-utills/values.yaml similarity index 92% rename from charts/incubator/plex-utills/values.yaml rename to charts/stable/plex-utills/values.yaml index e22eec802e8..ed12186f5e0 100644 --- a/charts/incubator/plex-utills/values.yaml +++ b/charts/stable/plex-utills/values.yaml @@ -1,8 +1,24 @@ -env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/plex-utills tag: latest@sha256:9d7aeb4e962dc9149586c224b50f1f7fa95ca3904d26edb0de7b153288da2305 + +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +service: + main: + ports: + main: + port: 10380 + protocol: HTTP + targetPort: 80 + persistence: config: enabled: true @@ -13,19 +29,6 @@ persistence: plexlibrary: enabled: true mountPath: /films -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false -service: - main: - ports: - main: - port: 80 - protocol: TCP - targetPort: 80 portal: enabled: true