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:
@@ -1,8 +1,3 @@
|
|||||||
annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- Tools-Utilities
|
|
||||||
- MediaApp-Other
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -10,8 +5,8 @@ dependencies:
|
|||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.5.6
|
version: 10.5.6
|
||||||
deprecated: false
|
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.
|
description: A utility to help manage your library.
|
||||||
home: https://truecharts.org/docs/charts/incubator/plex-utills
|
home: https://truecharts.org/docs/charts/stable/plex-utills
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png
|
||||||
keywords:
|
keywords:
|
||||||
- plex-utills
|
- plex-utills
|
||||||
@@ -28,4 +23,10 @@ sources:
|
|||||||
- https://github.com/jkirkcaldy/plex-utills
|
- https://github.com/jkirkcaldy/plex-utills
|
||||||
- https://hub.docker.com/r/jkirkcaldy/plex-utills/
|
- https://hub.docker.com/r/jkirkcaldy/plex-utills/
|
||||||
type: application
|
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
|
||||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
+10
-10
@@ -33,7 +33,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 80
|
default: 10380
|
||||||
required: true
|
required: true
|
||||||
# Include{advancedPortTCP}
|
# Include{advancedPortTCP}
|
||||||
- variable: targetPort
|
- variable: targetPort
|
||||||
@@ -47,15 +47,6 @@ questions:
|
|||||||
# Include{serviceExpert}
|
# Include{serviceExpert}
|
||||||
# Include{serviceList}
|
# Include{serviceList}
|
||||||
# Include{persistenceRoot}
|
# 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
|
- variable: config
|
||||||
label: "config Storage"
|
label: "config Storage"
|
||||||
description: "Location of your config file"
|
description: "Location of your config file"
|
||||||
@@ -73,6 +64,15 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{persistenceBasic}
|
# 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{persistenceAdvanced}
|
||||||
# Include{persistenceList}
|
# Include{persistenceList}
|
||||||
# Include{ingressRoot}
|
# Include{ingressRoot}
|
||||||
@@ -1,8 +1,24 @@
|
|||||||
env: {}
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/plex-utills
|
repository: tccr.io/truecharts/plex-utills
|
||||||
tag: latest@sha256:9d7aeb4e962dc9149586c224b50f1f7fa95ca3904d26edb0de7b153288da2305
|
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:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -13,19 +29,6 @@ persistence:
|
|||||||
plexlibrary:
|
plexlibrary:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /films
|
mountPath: /films
|
||||||
podSecurityContext:
|
|
||||||
runAsGroup: 0
|
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
runAsNonRoot: false
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
ports:
|
|
||||||
main:
|
|
||||||
port: 80
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 80
|
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
enabled: true
|
||||||
Reference in New Issue
Block a user