feat(recyclarr): move to stable (#3646)
* feat(recyclarr): move to stable * update questiosn and values
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- Tools-Utilities
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.4.1"
|
appVersion: "2.4.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -9,7 +5,7 @@ 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 command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.\r\n"
|
description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.
|
||||||
home: https://truecharts.org/docs/charts/incubator/recyclarr
|
home: https://truecharts.org/docs/charts/incubator/recyclarr
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png
|
||||||
keywords:
|
keywords:
|
||||||
@@ -26,4 +22,8 @@ sources:
|
|||||||
- https://github.com/recyclarr/recyclarr
|
- https://github.com/recyclarr/recyclarr
|
||||||
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.27
|
version: 1.0.0
|
||||||
|
annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- Tools-Utilities
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ questions:
|
|||||||
attrs:
|
attrs:
|
||||||
- variable: CRON_SCHEDULE
|
- variable: CRON_SCHEDULE
|
||||||
label: "CRON_SCHEDULE"
|
label: "CRON_SCHEDULE"
|
||||||
description: "Standard cron syntax for how often you want Recyclarr to run. See httpsgithub.comrecyclarrrecyclarrwikiDocker#cron-mode"
|
description: Standard cron syntax for how often you want Recyclarr to run.
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "@daily"
|
default: "@daily"
|
||||||
@@ -30,7 +30,7 @@ questions:
|
|||||||
# Include{persistenceRoot}
|
# Include{persistenceRoot}
|
||||||
- variable: config
|
- variable: config
|
||||||
label: "config Storage"
|
label: "config Storage"
|
||||||
description: "This is the application data directory for Recyclarr. In this directory, files like recyclarr.yml and settings.yml exist, as well as logs, cache, and other directories."
|
description: "This is the application data directory for Recyclarr"
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
@@ -50,7 +50,7 @@ questions:
|
|||||||
label: "ReadOnly Root Filesystem"
|
label: "ReadOnly Root Filesystem"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
- variable: allowPrivilegeEscalation
|
- variable: allowPrivilegeEscalation
|
||||||
label: "Allow Privilege Escalation"
|
label: "Allow Privilege Escalation"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -1,16 +1,15 @@
|
|||||||
env:
|
|
||||||
CRON_SCHEDULE: "@daily"
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/recyclarr
|
repository: tccr.io/truecharts/recyclarr
|
||||||
tag: 2.4.1@sha256:f5ba2ca89835221e6a1a9bf08540da2f8b93c5f540a011b20d0824b1d3811860
|
tag: 2.4.1@sha256:f5ba2ca89835221e6a1a9bf08540da2f8b93c5f540a011b20d0824b1d3811860
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /config
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 568
|
runAsGroup: 568
|
||||||
runAsUser: 568
|
runAsUser: 568
|
||||||
|
|
||||||
|
env:
|
||||||
|
CRON_SCHEDULE: "@daily"
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -18,8 +17,7 @@ probes:
|
|||||||
enabled: false
|
enabled: false
|
||||||
startup:
|
startup:
|
||||||
enabled: false
|
enabled: false
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -27,5 +25,10 @@ service:
|
|||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /config
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -121,6 +121,7 @@ words:
|
|||||||
- rcon
|
- rcon
|
||||||
- rcontcp
|
- rcontcp
|
||||||
- RECORDTYPES
|
- RECORDTYPES
|
||||||
|
- Recyclarr
|
||||||
- registeringats
|
- registeringats
|
||||||
- reneg
|
- reneg
|
||||||
- replacementurlhere
|
- replacementurlhere
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
default: true
|
default: true
|
||||||
- variable: donateNag
|
- variable: donateNag
|
||||||
group: Documentation
|
group: Documentation
|
||||||
label: Please consider supporting TrueCharts, see: <a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
label: Please consider supporting TrueCharts, see <a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
|||||||
Reference in New Issue
Block a user