Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-09-03 22:03:44 +00:00
parent 119ade0023
commit 975e1b640d
12 changed files with 1891 additions and 0 deletions

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [qbitrr-0.0.1]qbitrr-0.0.1 (2023-09-03)
### Add
- add qbitrr ([#12185](https://github.com/truecharts/charts/issues/12185))

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "3.7.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: A simple script to monitor qBit and communicate with Radarr and Sonarr.
home: https://truecharts.org/charts/incubator/qbitrr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png
keywords:
- qbitrr
- Downloaders
- MediaApp-Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: qbitrr
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/qbitrr
- https://github.com/Feramance/Qbitrr
type: application
version: 0.0.1
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Downloaders
- MediaApp-Other

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/guides/scale-intro).
- 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 @@
## [qbitrr-0.0.1]qbitrr-0.0.1 (2023-09-03)
### Add
- add qbitrr ([#12185](https://github.com/truecharts/charts/issues/12185))

View File

@ -0,0 +1,8 @@
A simple script to monitor qBit and communicate with Radarr and Sonarr.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/qbitrr](https://truecharts.org/charts/incubator/qbitrr)
---
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!

Binary file not shown.

View File

@ -0,0 +1,57 @@
image:
repository: tccr.io/truecharts/qbitrr
pullPolicy: IfNotPresent
tag: v3.7.1@sha256:c87ba70062bd1f81b397c64e53c79ed2b3cf4804b9ee5cc2fa855afd47b33ae4
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
lifecycle:
postStart:
type: exec
command:
- /bin/sh
- -c
- |
echo "Creating config.toml file..."
if [ -f /config/config.toml ]; then
echo "Config file exists! Skipping..."
else
if mv -n /config/.config/config.rename_me.toml /config/config.toml; then
echo "Config file copied successfully!"
else
echo "Copying config file failed."
exit 1
fi
fi
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: /completed_downloads
portal:
open:
enabled: false

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -0,0 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,6 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.png
categories:
- Downloaders
- MediaApp-Other
screenshots: []