fix(autoscan): move to stable. (#3782)

* fix(autoscan): move to stable.

* fix(autoscan): move to stable.

* Rename README..md to README.md

* Update Chart.yaml

* Update Chart.yaml

* tweaks

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* lint

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97
2022-09-15 09:18:57 +03:00
committed by GitHub
co-authored by Stavros kois Stavros Kois
parent cae81f08d5
commit e5a3257bff
9 changed files with 90 additions and 56 deletions
@@ -1,29 +1,30 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Other
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autoscan
version: 1.0.0
appVersion: "latest" appVersion: "latest"
description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
type: application
deprecated: false
home: https://truecharts.org/docs/charts/stable/autoscan
icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
keywords:
- autoscan
- media
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/autoscan
- https://hotio.dev/containers/autoscan
- https://hub.docker.com/r/hotio/autoscan
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.5.9 version: 10.5.9
deprecated: false
description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr to fetch changes in near real-time without relying on the file system.
home: https://truecharts.org/docs/charts/incubator/autoscan
icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
keywords:
- autoscan
- Other
kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
url: https://truecharts.org url: https://truecharts.org
name: autoscan annotations:
sources: truecharts.org/catagories: |
- https://github.com/truecharts/charts/tree/master/charts/incubator/autoscan - media
- https://hotio.dev/containers/autoscan truecharts.org/SCALE-support: "true"
- https://hub.docker.com/r/hotio/autoscan truecharts.org/grade: U
type: application
version: 0.0.28

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

@@ -10,39 +10,65 @@ questions:
# Include{recreate} # Include{recreate}
# Include{controllerExpert} # Include{controllerExpert}
# Include{controllerExpertExtraArgs} # Include{controllerExpertExtraArgs}
- variable: env - variable: secretEnv
group: "Container Configuration" group: Container Configuration
label: "Image Environment" label: Image Secrets
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: PLEX_LOGIN - variable: PLEX_LOGIN
label: "PLEX_LOGIN" label: PLEX_LOGIN
description: "Container Variable PLEXLOGIN" description: Set plex username.
schema: schema:
type: string type: string
default: "" default: ""
- variable: PLEX_PASSWORD - variable: PLEX_PASSWORD
label: "PLEX_PASSWORD" label: PLEX_PASSWORD
description: "Container Variable PLEXPASSWORD" description: Set plex password.
schema: schema:
type: string type: string
private: true
default: "" default: ""
- variable: UMASK # Include{containerConfig}
label: "UMASK" # Include{serviceRoot}
description: "Container Variable UMASK" - variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
schema: schema:
type: string additional_attrs: true
default: "" type: dict
attrs:
# Include{serviceSelectorSimple}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: Port
description: This port exposes the container port on the service
schema:
type: int
default: 3030
required: true
# Include{advancedPortHTTP}
- variable: targetPort
label: Target Port
description: The internal(!) port on the container the Application runs on
schema:
type: int
default: 3030
# Include{serviceExpertRoot} # Include{serviceExpertRoot}
default: false default: false
# Include{serviceExpert} # Include{serviceExpert}
# Include{serviceList} # Include{serviceList}
# Include{persistenceRoot} # Include{persistenceRoot}
- variable: config - variable: config
label: "config Storage" label: config Storage
description: "Container Path config" description: Container Path config
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -54,42 +80,42 @@ questions:
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
- variable: privileged - variable: privileged
label: "Privileged mode" label: Privileged mode
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: readOnlyRootFilesystem - variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem" label: ReadOnly Root Filesystem
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation" label: Allow Privilege Escalation
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: runAsNonRoot - variable: runAsNonRoot
label: "runAsNonRoot" label: runAsNonRoot
schema: schema:
type: boolean type: boolean
default: false default: false
# Include{securityContextAdvanced} # Include{securityContextAdvanced}
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- variable: runAsUser - variable: runAsUser
label: "runAsUser" label: runAsUser
description: "The UserID of the user running the application" description: The UserID of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: "runAsGroup" label: runAsGroup
description: The groupID this App of the user running the application" description: The groupID this App of the user running the application
schema: schema:
type: int type: int
default: 0 default: 0
- variable: fsGroup - variable: fsGroup
label: "fsGroup" label: fsGroup
description: "The group that should own ALL storage." description: The group that should own ALL storage.
schema: schema:
type: int type: int
default: 568 default: 568
@@ -1,18 +1,20 @@
env:
PLEX_LOGIN: ""
PLEX_PASSWORD: ""
UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/autoscan repository: tccr.io/truecharts/autoscan
tag: latest@sha256:bda572ee500b9e613aa031d98127c12b32aaf663e4958c9c3c53a85bbb16f5a5 tag: latest@sha256:bda572ee500b9e613aa031d98127c12b32aaf663e4958c9c3c53a85bbb16f5a5
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext: podSecurityContext:
runAsGroup: 0 runAsGroup: 0
runAsUser: 0 runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
PLEX_LOGIN: ""
PLEX_PASSWORD: ""
probes: probes:
liveness: liveness:
enabled: false enabled: false
@@ -20,15 +22,18 @@ probes:
enabled: false enabled: false
startup: startup:
enabled: false enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service: service:
main: main:
enabled: false
ports: ports:
main: main:
enabled: false port: 3030
targetPort: 3030
persistence:
config:
enabled: true
mountPath: /config
portal: portal:
enabled: false enabled: false
+2
View File
@@ -15,6 +15,7 @@ words:
- authtoken - authtoken
- autoconnect - autoconnect
- autoplay - autoplay
- autoscan
- autosync - autosync
- backupname - backupname
- basicauthexample - basicauthexample
@@ -42,6 +43,7 @@ words:
- dockerized - dockerized
- duplicati - duplicati
- dynmap - dynmap
- emby
- ebgp - ebgp
- entrypoints - entrypoints
- eptgmk - eptgmk