Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-27 21:20:40 +00:00
parent e6392251f0
commit 294dd233e9
10 changed files with 2818 additions and 0 deletions

View File

@ -0,0 +1,99 @@
# Changelog
## [plex-10.2.1](https://github.com/truecharts/charts/compare/plex-10.2.0...plex-10.2.1) (2022-08-27)
### Fix
- init script quotes it automatically ([#3598](https://github.com/truecharts/charts/issues/3598))
## [plex-10.2.0](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.18...plex-10.2.0) (2022-08-27)
### Feat
- disable GDM by default ([#3597](https://github.com/truecharts/charts/issues/3597))
## [plex-10.1.3](https://github.com/truecharts/charts/compare/plex-10.1.2...plex-10.1.3) (2022-08-23)
### Chore
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
## [plex-10.1.2](https://github.com/truecharts/charts/compare/plex-10.1.1...plex-10.1.2) (2022-08-19)
### Fix
- fix tpl error ([#3515](https://github.com/truecharts/charts/issues/3515))
## [plex-10.1.1](https://github.com/truecharts/charts/compare/plex-10.1.0...plex-10.1.1) (2022-08-19)
### Chore
- update docker general non-major docker tags ([#3512](https://github.com/truecharts/charts/issues/3512))
## [plex-10.1.0](https://github.com/truecharts/charts/compare/plextraktsync-0.0.20...plex-10.1.0) (2022-08-18)
### Feat
- Pre-fill ADVERTISE_IP with the server ip and ingress ([#3464](https://github.com/truecharts/charts/issues/3464))
## [plex-10.0.34](https://github.com/truecharts/charts/compare/plex-10.0.33...plex-10.0.34) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
## [plex-10.0.33](https://github.com/truecharts/charts/compare/plex-10.0.32...plex-10.0.33) (2022-08-12)
### Fix
- accept `-` and capital letters in ADVERTISE_IP ([#3448](https://github.com/truecharts/charts/issues/3448))
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [plex-10.0.32](https://github.com/truecharts/charts/compare/plex-10.0.31...plex-10.0.32) (2022-08-11)
### Fix
- allow empty advertise IP ([#3437](https://github.com/truecharts/charts/issues/3437))
## [plex-10.0.31](https://github.com/truecharts/charts/compare/plex-10.0.30...plex-10.0.31) (2022-08-10)
### Fix
- Adjust input validation for comma separated list ([#3430](https://github.com/truecharts/charts/issues/3430))
## [plex-10.0.30](https://github.com/truecharts/charts/compare/plextraktsync-0.0.18...plex-10.0.30) (2022-08-10)
### Chore

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-27T21:14:15.509751209Z"

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "1.28.1.610"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
deprecated: false
description: Plex Media Server
home: https://truecharts.org/docs/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://github.com/k8s-at-home/container-images/pkgs/container/plex
type: application
version: 10.2.1
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,108 @@
# plex
![Version: 10.2.1](https://img.shields.io/badge/Version-10.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.28.1.610](https://img.shields.io/badge/AppVersion-1.28.1.610-informational?style=flat-square)
Plex Media Server
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [plex](https://truecharts.org/docs/charts/stable/plex)
**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)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/stable/plex>
* <https://github.com/k8s-at-home/container-images/pkgs/container/plex>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.5.0 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
### Helm
To install the chart with the release name `plex`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install plex TrueCharts/plex
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `plex` deployment
```console
helm uninstall plex
```
## Configuration
### Helm
#### Available Settings
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install plex \
--set env.TZ="America/New York" \
TrueCharts/plex
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install plex TrueCharts/plex -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/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/docs/about/sponsor) or contributing back to the project any way you can!
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,8 @@
Plex Media Server
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/plex](https://truecharts.org/docs/charts/stable/plex)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,36 @@
image:
repository: tccr.io/truecharts/plex
pullPolicy: IfNotPresent
tag: 1.28.1.6104@sha256:df3c89bdef22d8b618aadcc538fcff658cd707a4567c2fd2bffe4dbbf34f16b9
service:
main:
ports:
main:
protocol: HTTP
port: 32400
targetPort: 32400
persistence:
config:
enabled: true
mountPath: "/config"
plex:
serverURL: "{{ .Values.service.main.ports.main.protocol | lower }}://{{ .Values.plex.serverIP }}:{{ .Values.service.main.ports.main.port }}"
serverIngressURL: "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}{{ end }}{{ end }}"
serverIngressURLPort: "{{ if .Values.ingress.main.enabled }}{{ $port := .Values.service.main.ports.main.port }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}:{{ $port }}{{ end }}{{ end }}"
# User Defined
serverIP: "127.0.0.1"
additionalAdvertiseURL: ""
disableGDM: true
env:
ADVERTISE_IP: "{{ tpl (.Values.plex.serverURL) .}}{{ tpl (.Values.plex.serverIngressURL) . }}{{ tpl (.Values.plex.serverIngressURLPort) . }}{{ with .Values.plex.additionalAdvertiseURL }},{{ . }}{{ end }}"
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 @@
{{ include "tc.common.loader.all" . }}

View File