fix(plex-utills): move to stable (#3644)

* fix(plex-utills): move to stable

* Rename README..md to README.md

* no message

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97 2022-08-31 03:20:39 -04:00 committed by GitHub
parent eaee38a337
commit 44625c7df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 36 additions and 32 deletions

View File

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

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

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

View File

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