feat(recyclarr): move to stable (#3646)

* feat(recyclarr): move to stable

* update questiosn and values
This commit is contained in:
Stavros Kois
2022-08-31 19:44:32 +03:00
committed by GitHub
parent 1014b5d4fd
commit 76f1c15e1f
5 changed files with 22 additions and 18 deletions
+6 -6
View File
@@ -1,7 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Tools-Utilities
apiVersion: v2
appVersion: "2.4.1"
dependencies:
@@ -9,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.6
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
icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png
keywords:
@@ -26,4 +22,8 @@ sources:
- https://github.com/recyclarr/recyclarr
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
type: application
version: 0.0.27
version: 1.0.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Tools-Utilities
+3 -3
View File
@@ -19,7 +19,7 @@ questions:
attrs:
- variable: 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:
type: string
default: "@daily"
@@ -30,7 +30,7 @@ questions:
# Include{persistenceRoot}
- variable: config
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:
additional_attrs: true
type: dict
@@ -50,7 +50,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+11 -8
View File
@@ -1,16 +1,15 @@
env:
CRON_SCHEDULE: "@daily"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/recyclarr
tag: 2.4.1@sha256:f5ba2ca89835221e6a1a9bf08540da2f8b93c5f540a011b20d0824b1d3811860
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 568
runAsUser: 568
env:
CRON_SCHEDULE: "@daily"
probes:
liveness:
enabled: false
@@ -18,8 +17,7 @@ probes:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
service:
main:
enabled: false
@@ -27,5 +25,10 @@ service:
main:
enabled: false
persistence:
config:
enabled: true
mountPath: /config
portal:
enabled: false