Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-05 18:53:47 +00:00
parent 3ff8fc1006
commit ab6cc81fe1
11 changed files with 2294 additions and 0 deletions

View File

@ -0,0 +1,54 @@
**Important:**
*for the complete changelog, please refer to the website*
## [plexripper-4.0.12](https://github.com/truecharts/charts/compare/plexripper-4.0.11...plexripper-4.0.12) (2023-11-05)
### Chore
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
## [plexripper-4.0.11](https://github.com/truecharts/charts/compare/plexripper-4.0.10...plexripper-4.0.11) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
## [plexripper-4.0.10](https://github.com/truecharts/charts/compare/plexripper-4.0.9...plexripper-4.0.10) (2023-10-29)
### Chore
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
## [plexripper-4.0.9](https://github.com/truecharts/charts/compare/plexripper-4.0.7...plexripper-4.0.9) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
## [plexripper-4.0.7](https://github.com/truecharts/charts/compare/plexripper-4.0.6...plexripper-4.0.7) (2023-10-07)
### Chore
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
## [plexripper-4.0.6](https://github.com/truecharts/charts/compare/plexripper-5.0.0...plexripper-4.0.6) (2023-08-29)

View File

@ -0,0 +1,33 @@
apiVersion: v2
appVersion: "0.14.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
deprecated: false
description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers.
home: https://truecharts.org/charts/stable/plexripper
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png
keywords:
- plexripper
- Backup
- Downloaders
- MediaApp-Video
- MediaApp-Music
- MediaApp-Photos
- MediaApp-Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: plexripper
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/plexripper
- https://github.com/PlexRipper/PlexRipper/
type: application
version: 5.0.0
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

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

View File

@ -0,0 +1,8 @@
A multi-platform media downloader that indexes and downloads content from your accessible Plex servers.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/plexripper](https://truecharts.org/charts/stable/plexripper)
---
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,40 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/plexripper
tag: v0.14.0@sha256:21dbbc0b199be9a6910bee31611968518f532445bde9a5ea7b848c7566e0d154
service:
main:
ports:
main:
protocol: http
targetPort: 7000
port: 7000
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: http
readiness:
enabled: true
type: http
startup:
enabled: true
type: http
persistence:
config:
enabled: true
mountPath: /Config
downloads:
enabled: true
mountPath: /Downloads
portal:
open:
enabled: true

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 @@
{{ include "tc.v1.common.loader.all" . }}

View File