Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-05-01 05:04:40 +00:00
parent 58c8adcf1b
commit 0572a7a9d9
12 changed files with 22 additions and 22 deletions

View File

@@ -4,6 +4,15 @@
## [recyclarr-4.0.10](https://github.com/truecharts/charts/compare/recyclarr-4.0.9...recyclarr-4.0.10) (2023-05-01)
### Chore
- update container image tccr.io/truecharts/recyclarr to v4.4.1 ([#8658](https://github.com/truecharts/charts/issues/8658))
## [recyclarr-4.0.9](https://github.com/truecharts/charts/compare/recyclarr-4.0.8...recyclarr-4.0.9) (2023-04-25)
### Chore
@@ -88,12 +97,3 @@
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
## [recyclarr-3.0.16](https://github.com/truecharts/charts/compare/recyclarr-3.0.15...recyclarr-3.0.16) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.2.0"
appVersion: "4.4.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/recyclarr/recyclarr
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
type: application
version: 4.0.9
version: 4.0.10
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@@ -0,0 +1,9 @@
## [recyclarr-4.0.10](https://github.com/truecharts/charts/compare/recyclarr-4.0.9...recyclarr-4.0.10) (2023-05-01)
### Chore
- update container image tccr.io/truecharts/recyclarr to v4.4.1 ([#8658](https://github.com/truecharts/charts/issues/8658))

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/recyclarr
tag: 4.2.0@sha256:769cc3df9b064be0bc2ed75d6aa1ee50f516e3970f76a303eb4fecf0cb4735ae
tag: 4.4.1@sha256:e22df9de0cf6f7a3b960efcd52758931acbb0bd880f44326b14bfd44386e3eb7
service:
main:
enabled: false

View File

@@ -521,7 +521,7 @@ questions:
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
schema:
type: int
show_if: [["runAsUser", "=", "0"]]
show_if: [["runAsUser", "=", 0]]
default: 568
- variable: UMASK
label: UMASK

View File

@@ -1,9 +0,0 @@
## [recyclarr-4.0.9](https://github.com/truecharts/charts/compare/recyclarr-4.0.8...recyclarr-4.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))