Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-02-07 01:02:09 +00:00
parent fe74f51911
commit cb758b9ec8
41 changed files with 6365 additions and 20 deletions

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [lidarr-13.0.11](https://github.com/truecharts/charts/compare/lidarr-13.0.10...lidarr-13.0.11) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/lidarr to 1.1.2.2935
## [lidarr-13.0.10](https://github.com/truecharts/charts/compare/lidarr-13.0.9...lidarr-13.0.10) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.1.2.2935
## [lidarr-13.0.9](https://github.com/truecharts/charts/compare/lidarr-13.0.8...lidarr-13.0.9) (2023-01-10)
### Chore
- update container image tccr.io/truecharts/lidarr to 1.1.1.2762
## [lidarr-13.0.8](https://github.com/truecharts/charts/compare/lidarr-13.0.7...lidarr-13.0.8) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [lidarr-13.0.7](https://github.com/truecharts/charts/compare/lidarr-13.0.6...lidarr-13.0.7) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [lidarr-13.0.6](https://github.com/truecharts/charts/compare/lidarr-13.0.5...lidarr-13.0.6) (2022-12-25)
### Chore
- update helm general non-major
## [lidarr-13.0.5](https://github.com/truecharts/charts/compare/lidarr-13.0.4...lidarr-13.0.5) (2022-12-19)
### Chore
- update helm general non-major
## [lidarr-13.0.4](https://github.com/truecharts/charts/compare/lidarr-13.0.3...lidarr-13.0.4) (2022-12-14)
### Chore
- update container image tccr.io/truecharts/lidarr to v1.1.1.2762
## [lidarr-13.0.3](https://github.com/truecharts/charts/compare/lidarr-13.0.2...lidarr-13.0.3) (2022-12-13)
### Chore
- update helm general non-major
## [lidarr-13.0.2](https://github.com/truecharts/charts/compare/lidarr-13.0.1...lidarr-13.0.2) (2022-11-30)
## [lidarr-13.0.2](https://github.com/truecharts/charts/compare/lidarr-13.0.1...lidarr-13.0.2) (2022-11-30)
## [lidarr-13.0.2](https://github.com/truecharts/charts/compare/lidarr-13.0.1...lidarr-13.0.2) (2022-11-30)

View File

@@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "1.1.2.2935"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: Looks and smells like Sonarr but made for music
home: https://truecharts.org/charts/stable/lidarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png
keywords:
- lidarr
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: lidarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
- https://hub.docker.com/ghcr.io/onedr0p/lidarr-develop
- https://github.com/Lidarr/Lidarr
type: application
version: 13.0.11
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,9 @@
## [lidarr-13.0.11](https://github.com/truecharts/charts/compare/lidarr-13.0.10...lidarr-13.0.11) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/lidarr to 1.1.2.2935

View File

@@ -0,0 +1,8 @@
Looks and smells like Sonarr but made for music
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/lidarr](https://truecharts.org/charts/stable/lidarr)
---
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,43 @@
image:
repository: tccr.io/truecharts/lidarr
pullPolicy: IfNotPresent
tag: 1.1.2.2935@sha256:b9763df1073e98c490ac25b20fd9bb87ba506bcb3c3b575833d4b73a68da6c0b
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 8686
targetPort: 8686
probes:
liveness:
enabled: true
## Set this to true if you wish to specify your own livenessProbe
custom: true
## The spec field contains the values for the default livenessProbe.
## If you selected custom: true, this field holds the definition of the livenessProbe.
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
persistence:
config:
enabled: true
mountPath: "/config"
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [plex-12.0.11](https://github.com/truecharts/charts/compare/plex-utills-3.0.9...plex-12.0.11) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/plex to 1.30.2.6563
## [plex-12.0.10](https://github.com/truecharts/charts/compare/plexripper-2.0.10...plex-12.0.10) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/plex to v1.30.2.6563
## [plex-12.0.9](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.11...plex-12.0.9) (2023-01-15)
### Chore
- update container image tccr.io/truecharts/plex to v1.30.1.6562
## [plex-12.0.8](https://github.com/truecharts/charts/compare/clipplex-0.0.3...plex-12.0.8) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [plex-12.0.7](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.6...plex-12.0.7) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [plex-12.0.6](https://github.com/truecharts/charts/compare/clipplex-0.0.1...plex-12.0.6) (2022-12-25)
### Chore
- update helm general non-major
## [plex-12.0.5](https://github.com/truecharts/charts/compare/plex-12.0.4...plex-12.0.5) (2022-12-22)
### Chore
- update container image tccr.io/truecharts/plex to v1.30.0.6486
## [plex-12.0.4](https://github.com/truecharts/charts/compare/owi2plex-2.0.3...plex-12.0.4) (2022-12-19)
### Chore
- update helm general non-major
## [plex-12.0.3](https://github.com/truecharts/charts/compare/plextraktsync-3.0.7...plex-12.0.3) (2022-12-13)
### Chore
- update helm general non-major
## [plex-12.0.2](https://github.com/truecharts/charts/compare/plextraktsync-3.0.4...plex-12.0.2) (2022-11-30)
## [plex-12.0.2](https://github.com/truecharts/charts/compare/plextraktsync-3.0.4...plex-12.0.2) (2022-11-30)
## [plex-12.0.2](https://github.com/truecharts/charts/compare/plextraktsync-3.0.4...plex-12.0.2) (2022-11-30)

View File

@@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "1.30.2.656"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: Plex Media Server
home: https://truecharts.org/charts/stable/plex
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png
keywords:
- plex
- plex-media-server
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: plex
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/plex
- https://hub.docker.com/ghcr.io/onedr0p/plex
- https://github.com/k8s-at-home/container-images/pkgs/container/plex
type: application
version: 12.0.11
annotations:
truecharts.org/catagories: |
- 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%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 @@
## [plex-12.0.11](https://github.com/truecharts/charts/compare/plex-utills-3.0.9...plex-12.0.11) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/plex to 1.30.2.6563

View File

@@ -0,0 +1,8 @@
Plex Media Server
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/plex](https://truecharts.org/charts/stable/plex)
---
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,32 @@
image:
repository: tccr.io/truecharts/plex
pullPolicy: IfNotPresent
tag: 1.30.2.6563@sha256:4c5a1c87619b23f57e67806946fce4f1130ceb8726bfa607163ee77c4e610b0b
service:
main:
ports:
main:
protocol: HTTP
port: 32400
targetPort: 32400
persistence:
config:
enabled: true
mountPath: "/config"
plex:
# User Defined
serverIP: "127.0.0.1"
additionalAdvertiseURL: ""
disableGDM: true
env:
PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}'
# User Defined
ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
PLEX_CLAIM: ""
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,43 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{- $adv := list -}}
{{- $serverURL := "" }}
{{- if not (eq .Values.service.main.type "ClusterIP") }}
{{- $serverURL = (printf "%v://%v:%v" (.Values.service.main.ports.main.protocol | lower) .Values.plex.serverIP .Values.service.main.ports.main.port) }}
{{- end }}
{{- $serverIngressURL := "" }}
{{- $host := "" }}
{{- if .Values.ingress.main.enabled }}
{{- with (first .Values.ingress.main.hosts) }}
{{- $host = .host }}
{{- $serverIngressURL = (printf "https://%v" .host) }}
{{- end }}
{{- end }}
{{- $serverIngressURLPort := "" }}
{{- if $host }}
{{- if not (eq .Values.service.main.type "ClusterIP") }}
{{- $port := .Values.service.main.ports.main.port }}
{{- $serverIngressURLPort = printf "https://%v:%v" $host $port }}
{{- end }}
{{- end }}
{{- with $serverURL }}
{{- $adv = append $adv . -}}
{{- end }}
{{- with $serverIngressURL }}
{{- $adv = append $adv . -}}
{{- end }}
{{- with $serverIngressURLPort }}
{{- $adv = append $adv . -}}
{{- end }}
{{- with .Values.plex.additionalAdvertiseURL }}
{{- $adv = append $adv . -}}
{{- end }}
{{- $_ := set .Values.env "ADVERTISE_IP" (join "," $adv) }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}

View File

View File

@@ -1,9 +0,0 @@
## [prowlarr-8.0.21](https://github.com/truecharts/charts/compare/prowlarr-8.0.20...prowlarr-8.0.21) (2023-02-05)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.1.3.2521

View File

@@ -4,6 +4,15 @@
## [prowlarr-8.0.22](https://github.com/truecharts/charts/compare/prowlarr-8.0.21...prowlarr-8.0.22) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/prowlarr to 1.1.3.2521
## [prowlarr-8.0.21](https://github.com/truecharts/charts/compare/prowlarr-8.0.20...prowlarr-8.0.21) (2023-02-05)
### Chore
@@ -88,12 +97,3 @@
## [prowlarr-8.0.12](https://github.com/truecharts/charts/compare/prowlarr-8.0.11...prowlarr-8.0.12) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [prowlarr-8.0.11](https://github.com/truecharts/charts/compare/prowlarr-8.0.10...prowlarr-8.0.11) (2022-12-25)
### Chore

View File

@@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/ghcr.io/onedr0p/prowlarr-develop
- https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images
version: 8.0.21
version: 8.0.22
annotations:
truecharts.org/catagories: |
- media

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 @@
## [prowlarr-8.0.22](https://github.com/truecharts/charts/compare/prowlarr-8.0.21...prowlarr-8.0.22) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/prowlarr to 1.1.3.2521

Binary file not shown.

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/prowlarr
tag: 1.1.3.2521@sha256:6a4463b8a9488c3b21a2b382e9f57d009e8ef529960f434967c48f968f0326f8
tag: 1.1.3.2521@sha256:d6f4bba935f2612d4236f4b8d476e444418e7a9d6fd9b6044f24169c6b76b671
pullPolicy: IfNotPresent
securityContext:

View File

@@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [readarr-13.0.11](https://github.com/truecharts/charts/compare/readarr-13.0.10...readarr-13.0.11) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/readarr to 0.1.2.1558
## [readarr-13.0.10](https://github.com/truecharts/charts/compare/readarr-13.0.9...readarr-13.0.10) (2023-02-05)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.2.1558
## [readarr-13.0.9](https://github.com/truecharts/charts/compare/readarr-13.0.8...readarr-13.0.9) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.2.1532
## [readarr-13.0.8](https://github.com/truecharts/charts/compare/readarr-13.0.7...readarr-13.0.8) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/readarr to v0.1.1.1526
## [readarr-13.0.7](https://github.com/truecharts/charts/compare/readarr-13.0.6...readarr-13.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [readarr-13.0.6](https://github.com/truecharts/charts/compare/readarr-13.0.5...readarr-13.0.6) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [readarr-13.0.5](https://github.com/truecharts/charts/compare/readarr-13.0.4...readarr-13.0.5) (2022-12-25)
### Chore
- update helm general non-major
## [readarr-13.0.4](https://github.com/truecharts/charts/compare/readarr-13.0.3...readarr-13.0.4) (2022-12-19)
### Chore
- update helm general non-major
## [readarr-13.0.3](https://github.com/truecharts/charts/compare/readarr-13.0.2...readarr-13.0.3) (2022-12-13)
### Chore
- update helm general non-major
## [readarr-13.0.2](https://github.com/truecharts/charts/compare/readarr-13.0.1...readarr-13.0.2) (2022-11-30)
## [readarr-13.0.2](https://github.com/truecharts/charts/compare/readarr-13.0.1...readarr-13.0.2) (2022-11-30)
## [readarr-13.0.2](https://github.com/truecharts/charts/compare/readarr-13.0.1...readarr-13.0.2) (2022-11-30)

View File

@@ -0,0 +1,34 @@
apiVersion: v2
appVersion: "0.1.2.1558"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: A fork of Radarr to work with Books & AudioBooks
home: https://truecharts.org/charts/stable/readarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png
keywords:
- readarr
- torrent
- usenet
- AudioBooks
- ebooks
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: readarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/readarr
- https://hub.docker.com/ghcr.io/onedr0p/readarr-develop
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
version: 13.0.11
annotations:
truecharts.org/catagories: |
- 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%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 @@
## [readarr-13.0.11](https://github.com/truecharts/charts/compare/readarr-13.0.10...readarr-13.0.11) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/readarr to 0.1.2.1558

View File

@@ -0,0 +1,8 @@
A fork of Radarr to work with Books & AudioBooks
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/readarr](https://truecharts.org/charts/stable/readarr)
---
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,43 @@
image:
repository: tccr.io/truecharts/readarr
pullPolicy: IfNotPresent
tag: 0.1.2.1558@sha256:ca4f5cb7f0d0615392c691f858df1fd11e0bf042302340d0b69f8472aa8e4447
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 8787
targetPort: 8787
probes:
liveness:
enabled: true
## Set this to true if you wish to specify your own livenessProbe
custom: true
## The spec field contains the values for the default livenessProbe.
## If you selected custom: true, this field holds the definition of the livenessProbe.
spec:
exec:
command:
- /usr/bin/env
- bash
- -c
- curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while
read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
persistence:
config:
enabled: true
mountPath: "/config"
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File