Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-04-29 13:30:34 +00:00
parent b760d577b0
commit 4f79b2bf11
23 changed files with 2118 additions and 21 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [radarr-16.0.5](https://github.com/truecharts/charts/compare/radarr-16.0.4...radarr-16.0.5) (2023-04-29)
### Chore
- update container image tccr.io/truecharts/radarr to 4.4.4.7068 ([#8392](https://github.com/truecharts/charts/issues/8392))
## [radarr-16.0.4](https://github.com/truecharts/charts/compare/radarr-16.0.3...radarr-16.0.4) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
## [radarr-16.0.3](https://github.com/truecharts/charts/compare/radarr-16.0.2...radarr-16.0.3) (2023-04-25)
### Chore
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
## [radarr-16.0.2](https://github.com/truecharts/charts/compare/radarr-16.0.1...radarr-16.0.2) (2023-04-20)
### Chore
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
## [radarr-16.0.1](https://github.com/truecharts/charts/compare/radarr-16.0.0...radarr-16.0.1) (2023-04-19)
### Fix
- fix various issues ([#8095](https://github.com/truecharts/charts/issues/8095))
## [radarr-16.0.0](https://github.com/truecharts/charts/compare/radarr-15.0.6...radarr-16.0.0) (2023-04-18)
### Fix
- BREAKING CHANGE revert postgresql back to sqlite ([#8085](https://github.com/truecharts/charts/issues/8085))
## [radarr-15.0.6](https://github.com/truecharts/charts/compare/radarr-15.0.5...radarr-15.0.6) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))
## [radarr-15.0.5](https://github.com/truecharts/charts/compare/radarr-15.0.4...radarr-15.0.5) (2023-04-16)
### Chore
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
## [radarr-15.0.4](https://github.com/truecharts/charts/compare/radarr-15.0.3...radarr-15.0.4) (2023-04-15)
### Chore
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))
## [radarr-15.0.3](https://github.com/truecharts/charts/compare/radarr-15.0.2...radarr-15.0.3) (2023-04-14)
### Chore
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))
## [radarr-15.0.2](https://github.com/truecharts/charts/compare/radarr-15.0.1...radarr-15.0.2) (2023-04-12)

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "4.4.4.7068"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
deprecated: false
description: "A fork of Sonarr to work with movies à la Couchpotato"
home: https://truecharts.org/charts/stable/radarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png
keywords:
- radarr
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: radarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr
- https://github.com/Radarr/Radarr
type: application
version: 16.0.5
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [radarr-16.0.5](https://github.com/truecharts/charts/compare/radarr-16.0.4...radarr-16.0.5) (2023-04-29)
### Chore
- update container image tccr.io/truecharts/radarr to 4.4.4.7068 ([#8392](https://github.com/truecharts/charts/issues/8392))

View File

@ -0,0 +1,8 @@
A fork of Sonarr to work with movies à la Couchpotato
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/radarr](https://truecharts.org/charts/stable/radarr)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,40 @@
image:
repository: tccr.io/truecharts/radarr
pullPolicy: IfNotPresent
tag: 4.4.4.7068@sha256:299a9fc534456ac607bb99e480582d413a8accc21b641f2041d7bcb30905ff26
service:
main:
ports:
main:
port: 7878
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
probes:
readiness:
enabled: true
type: http
path: /ping
liveness:
enabled: true
type: http
path: /ping
startup:
enabled: true
type: http
path: /ping
env:
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -4,6 +4,15 @@
## [thelounge-9.0.10](https://github.com/truecharts/charts/compare/thelounge-9.0.9...thelounge-9.0.10) (2023-04-29)
### Chore
- update container image tccr.io/truecharts/thelounge to v4.3.1 ([#8399](https://github.com/truecharts/charts/issues/8399))
## [thelounge-9.0.9](https://github.com/truecharts/charts/compare/thelounge-9.0.8...thelounge-9.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))
## [thelounge-8.0.9](https://github.com/truecharts/charts/compare/thelounge-8.0.8...thelounge-8.0.9) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.

View File

@ -22,7 +22,7 @@ name: thelounge
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/thelounge
- https://github.com/thelounge/thelounge
version: 9.0.9
version: 9.0.10
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [thelounge-9.0.10](https://github.com/truecharts/charts/compare/thelounge-9.0.9...thelounge-9.0.10) (2023-04-29)
### Chore
- update container image tccr.io/truecharts/thelounge to v4.3.1 ([#8399](https://github.com/truecharts/charts/issues/8399))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/thelounge
pullPolicy: IfNotPresent
tag: v4.3.1@sha256:1ddeecab961ea0ae15e1b0d81cd988481a59b30da2f5dfd9f5db7349a6c7a9b3
tag: v4.3.1@sha256:2a429efab1f1fa2a63310356c81226b900834657a07b509e674d7cd37a3a41fb
service:
main:
ports:

View File

@ -936,7 +936,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

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

View File

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