feat(cops): Move to stable (#6588)
* feat(cops): Move to stable * cleanup values * cleanup questions * Update charts/stable/cops/Chart.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Cloud
|
||||
- MediaApp-Books
|
||||
- MediaServer-Books
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
@@ -12,7 +6,7 @@ dependencies:
|
||||
version: 11.1.2
|
||||
deprecated: false
|
||||
description: "Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.\n"
|
||||
home: https://truecharts.org/charts/incubator/cops
|
||||
home: https://truecharts.org/charts/stable/cops
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png
|
||||
keywords:
|
||||
- cops
|
||||
@@ -26,9 +20,15 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: cops
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cops
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/cops
|
||||
- http://blog.slucas.fr/en/oss/calibre-opds-php-server
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/cops
|
||||
- https://github.com/linuxserver/docker-cops#readme
|
||||
type: application
|
||||
version: 2.0.12
|
||||
version: 3.0.0
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Cloud
|
||||
- MediaApp-Books
|
||||
- MediaServer-Books
|
||||
|
Before Width: | Height: | Size: 319 KiB After Width: | Height: | Size: 319 KiB |
@@ -8,19 +8,6 @@ questions:
|
||||
# Include{replicas}
|
||||
# Include{replica1}
|
||||
# Include{controllerExpertExtraArgs}
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: UMASK
|
||||
label: "UMASK"
|
||||
description: "Container Variable UMASK"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
# Include{containerConfig}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
@@ -43,7 +30,7 @@ questions:
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 80
|
||||
default: 10609
|
||||
required: true
|
||||
# Include{serviceExpertRoot}
|
||||
default: false
|
||||
@@ -51,16 +38,16 @@ questions:
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
- variable: config
|
||||
label: "config Storage"
|
||||
description: "COPS Application Data."
|
||||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
- variable: pathbooks
|
||||
label: "pathbooks Storage"
|
||||
description: "Calibre metadata.db location."
|
||||
- variable: books
|
||||
label: "App Books Storage"
|
||||
description: "Stores the Application Books."
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
@@ -1,29 +1,31 @@
|
||||
env:
|
||||
UMASK: ""
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cops
|
||||
tag: latest@sha256:f356015ceef5155bdab78191c803f03affc80392dd9e24c795395dd4543b947c
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
pathbooks:
|
||||
enabled: true
|
||||
mountPath: /books
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 80
|
||||
protocol: TCP
|
||||
port: 10609
|
||||
protocol: HTTP
|
||||
targetPort: 80
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
books:
|
||||
enabled: true
|
||||
mountPath: /books
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user