Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7c3f100bda
commit
ab8bd8d491
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [custom-app-5.1.32](https://github.com/truecharts/charts/compare/custom-app-5.1.31...custom-app-5.1.32) (2022-08-12)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Move command from .Values.controller.command to .Values.command ([#3446](https://github.com/truecharts/charts/issues/3446))
|
||||||
|
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [custom-app-5.1.31](https://github.com/truecharts/charts/compare/custom-app-5.1.30...custom-app-5.1.31) (2022-08-09)
|
## [custom-app-5.1.31](https://github.com/truecharts/charts/compare/custom-app-5.1.30...custom-app-5.1.31) (2022-08-09)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -87,13 +97,3 @@
|
||||||
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
|
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
|
||||||
- update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279))
|
- update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [custom-app-5.1.23](https://github.com/truecharts/apps/compare/custom-app-5.1.22...custom-app-5.1.23) (2022-07-23)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Auto-update chart README [skip ci]
|
|
||||||
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
|
|
||||||
- update docker general non-major ([#3279](https://github.com/truecharts/apps/issues/3279))
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.4.9
|
version: 10.4.9
|
||||||
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
|
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
|
||||||
generated: "2022-08-09T10:30:34.329421909Z"
|
generated: "2022-08-12T09:47:52.28218465Z"
|
|
@ -19,7 +19,7 @@ name: custom-app
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
|
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
|
||||||
type: application
|
type: application
|
||||||
version: 5.1.31
|
version: 5.1.32
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- custom
|
- custom
|
|
@ -1,6 +1,6 @@
|
||||||
# custom-app
|
# custom-app
|
||||||
|
|
||||||
![Version: 5.1.31](https://img.shields.io/badge/Version-5.1.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.1539](https://img.shields.io/badge/AppVersion-0.20.1539-informational?style=flat-square)
|
![Version: 5.1.32](https://img.shields.io/badge/Version-5.1.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.1539](https://img.shields.io/badge/AppVersion-0.20.1539-informational?style=flat-square)
|
||||||
|
|
||||||
Advanced tool to create your own TrueCharts-based App
|
Advanced tool to create your own TrueCharts-based App
|
||||||
|
|
|
@ -127,23 +127,6 @@ questions:
|
||||||
- value: OnDelete
|
- value: OnDelete
|
||||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||||
default: Recreate
|
default: Recreate
|
||||||
- variable: customcommand
|
|
||||||
label: Show Custom Command Options
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
show_subquestions_if: true
|
|
||||||
subquestions:
|
|
||||||
- variable: command
|
|
||||||
label: Command
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: param
|
|
||||||
label: Param
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: expert
|
- variable: expert
|
||||||
label: Show Expert Configuration Options
|
label: Show Expert Configuration Options
|
||||||
schema:
|
schema:
|
||||||
|
@ -151,16 +134,6 @@ questions:
|
||||||
default: false
|
default: false
|
||||||
show_subquestions_if: true
|
show_subquestions_if: true
|
||||||
subquestions:
|
subquestions:
|
||||||
- variable: extraArgs
|
|
||||||
label: Extra Args
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: arg
|
|
||||||
label: Arg
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: labelsList
|
- variable: labelsList
|
||||||
label: Controller Labels
|
label: Controller Labels
|
||||||
schema:
|
schema:
|
||||||
|
@ -201,6 +174,44 @@ questions:
|
||||||
label: Value
|
label: Value
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
- variable: customcommand
|
||||||
|
group: Controller
|
||||||
|
label: "Custom Command"
|
||||||
|
description: "Do not click this unless you know what you are doing"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: command
|
||||||
|
label: Command
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: param
|
||||||
|
label: Param
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
- variable: customextraargs
|
||||||
|
group: Controller
|
||||||
|
label: "Extra Args"
|
||||||
|
description: "Do not click this unless you know what you are doing"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: extraArgs
|
||||||
|
label: Extra Args
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: arg
|
||||||
|
label: Arg
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- variable: TZ
|
- variable: TZ
|
||||||
label: Timezone
|
label: Timezone
|
||||||
group: Container Configuration
|
group: Container Configuration
|
|
@ -0,0 +1,99 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [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
|
||||||
|
|
||||||
|
- set advertise_ip to required ([#3426](https://github.com/truecharts/charts/issues/3426))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [plex-10.0.29](https://github.com/truecharts/charts/compare/plextraktsync-0.0.17...plex-10.0.29) (2022-08-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update docker general non-major ([#3421](https://github.com/truecharts/charts/issues/3421))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [plex-10.0.28](https://github.com/truecharts/charts/compare/plextraktsync-0.0.15...plex-10.0.28) (2022-08-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
|
||||||
|
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [plex-10.0.27](https://github.com/truecharts/apps/compare/owi2plex-0.0.13...plex-10.0.27) (2022-07-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||||
|
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [plex-10.0.26](https://github.com/truecharts/apps/compare/plexripper-0.0.12...plex-10.0.26) (2022-07-25)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Auto-update chart README [skip ci]
|
||||||
|
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [plex-10.0.26](https://github.com/truecharts/apps/compare/plexripper-0.0.12...plex-10.0.26) (2022-07-25)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [plex-10.0.25](https://github.com/truecharts/apps/compare/plex-auto-languages-0.0.11...plex-10.0.25) (2022-07-23)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Auto-update chart README [skip ci]
|
||||||
|
- Auto-update chart README [skip ci]
|
||||||
|
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 10.4.9
|
||||||
|
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
|
||||||
|
generated: "2022-08-12T09:47:52.29910388Z"
|
|
@ -0,0 +1,29 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "1.28.0.599"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 10.4.9
|
||||||
|
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.0.33
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- media
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/grade: U
|
|
@ -0,0 +1,108 @@
|
||||||
|
# plex
|
||||||
|
|
||||||
|
![Version: 10.0.33](https://img.shields.io/badge/Version-10.0.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.28.0.599](https://img.shields.io/badge/AppVersion-1.28.0.599-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.4.9 |
|
||||||
|
|
||||||
|
## 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
|
|
@ -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.
|
@ -0,0 +1,24 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/plex
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 1.28.0.5999@sha256:1a8ea33f76cd96211243450529ce43c1eb887e4cf36a1ce86bbe00523d3db165
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
port: 32400
|
||||||
|
targetPort: 32400
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
mountPath: "/config"
|
||||||
|
|
||||||
|
env:
|
||||||
|
ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16"
|
||||||
|
ADVERTISE_IP: ""
|
||||||
|
PLEX_CLAIM: ""
|
||||||
|
|
||||||
|
portal:
|
||||||
|
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
{{ include "tc.common.loader.all" . }}
|
Loading…
Reference in New Issue