Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-30 10:36:42 +00:00
parent 85284bc2c4
commit 2046cdea2e
10 changed files with 15 additions and 16 deletions

View File

@ -2,6 +2,11 @@
## [recyclarr-0.0.25](https://github.com/truecharts/charts/compare/recyclarr-0.0.24...recyclarr-0.0.25) (2022-08-30)
## [recyclarr-0.0.24](https://github.com/truecharts/charts/compare/recyclarr-0.0.23...recyclarr-0.0.24) (2022-08-29)
### Chore
@ -92,8 +97,3 @@
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
## [recyclarr-0.0.13](https://github.com/truecharts/apps/compare/recyclarr-0.0.12...recyclarr-0.0.13) (2022-07-25)
### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.4
digest: sha256:3f949e17a1b6c69372ce491eadfced31e00641617551eaade335bee16cb3063a
generated: "2022-08-29T20:58:15.761095423Z"
generated: "2022-08-30T10:31:26.267601247Z"

View File

@ -3,7 +3,7 @@ annotations:
truecharts.org/catagories: |
- Tools-Utilities
apiVersion: v2
appVersion: "latest"
appVersion: "2.4.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -26,4 +26,4 @@ sources:
- https://github.com/recyclarr/recyclarr
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
type: application
version: 0.0.24
version: 0.0.25

View File

@ -1,6 +1,6 @@
# recyclarr
![Version: 0.0.24](https://img.shields.io/badge/Version-0.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square)
A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.

View File

@ -3,14 +3,14 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/recyclarr
tag: latest@sha256:f5ba2ca89835221e6a1a9bf08540da2f8b93c5f540a011b20d0824b1d3811860
tag: 2.4.1@sha256:f5ba2ca89835221e6a1a9bf08540da2f8b93c5f540a011b20d0824b1d3811860
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
runAsGroup: 568
runAsUser: 568
probes:
liveness:
enabled: false
@ -20,7 +20,6 @@ probes:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: false

View File

@ -1059,7 +1059,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
default: false
default: true
- variable: capabilities
label: Capabilities
schema:
@ -1098,13 +1098,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 0
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 0
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."