Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-03 20:22:52 +00:00
parent ae63d558a0
commit 209332305b
13 changed files with 1923 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [plex-meta-manager-3.0.0](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.14...plex-meta-manager-3.0.0) (2023-07-03)
### Fix
- fix mistakes on questions.yaml
## [plex-meta-manager-2.0.14](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.13...plex-meta-manager-2.0.14) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [plex-meta-manager-2.0.13](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.12...plex-meta-manager-2.0.13) (2023-02-03)
### Fix
- clean more non-link sources ([#6925](https://github.com/truecharts/charts/issues/6925))
## [plex-meta-manager-2.0.12](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.11...plex-meta-manager-2.0.12) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/plex-meta-manager to v1.18.3
## [plex-meta-manager-2.0.11](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.10...plex-meta-manager-2.0.11) (2023-01-14)
## [plex-meta-manager-2.0.10](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.9...plex-meta-manager-2.0.10) (2023-01-08)
### Chore
- update container image tccr.io/truecharts/plex-meta-manager to v1.18.2
## [plex-meta-manager-2.0.9](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.8...plex-meta-manager-2.0.9) (2023-01-08)
## [plex-meta-manager-2.0.8](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.7...plex-meta-manager-2.0.8) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [plex-meta-manager-2.0.7](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.6...plex-meta-manager-2.0.7) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [plex-meta-manager-2.0.6](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.5...plex-meta-manager-2.0.6) (2022-12-25)
### Chore
- update helm general non-major
## [plex-meta-manager-2.0.5](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.4...plex-meta-manager-2.0.5) (2022-12-23)
### Chore
- update container image tccr.io/truecharts/plex-meta-manager to v1.18.1
## [plex-meta-manager-2.0.4](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.3...plex-meta-manager-2.0.4) (2022-12-19)

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "1.19.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
deprecated: false
description: Python script to update metadata and automatically build collections.
home: https://truecharts.org/charts/incubator/plex-meta-manager
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png
keywords:
- plex-meta-manager
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: plex-meta-manager
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager
- https://github.com/meisnate12/Plex-Meta-Manager
type: application
version: 3.0.0
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/incubator/)
**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 @@
## [plex-meta-manager-3.0.0](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.14...plex-meta-manager-3.0.0) (2023-07-03)
### Fix
- fix mistakes on questions.yaml

View File

@ -0,0 +1,8 @@
Python script to update metadata and automatically build collections.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/plex-meta-manager](https://truecharts.org/charts/incubator/plex-meta-manager)
---
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,69 @@
image:
repository: tccr.io/truecharts/plex-meta-manager
pullPolicy: IfNotPresent
tag: v1.19.0@sha256:302c3b396f4af2cb789cb36aa7540bc501a7d4aeb108090f7b6aff8e85680110
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: false
ports:
main:
enabled: false
pmm:
run: false
no_countdown: true
time:
- "00:00"
# plex_url: ""
# plex_token: ""
workload:
main:
podSpec:
initContainers:
create-init-config-file:
enabled: true
type: init
imageSelector: "image"
command:
- /bin/sh
- -c
args:
- |
echo "Creating config.yml file..."
if [ -f /config/config.yml ]; then
echo "Config file exists! Skipping..."
else
echo "Config file is missing, getting a new one!"
curl -fLvo /config/config.yml https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/config/config.yml.template || (echo "Downloading config file, FAILED..." && exit 1)
fi
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
envFrom:
- secretRef:
name: "secret"
persistence:
config:
enabled: true
mountPath: /config
targetSelectAll: true
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,17 @@
{{/* Define the secret */}}
{{- define "pmm.secret" -}}
{{- $pmm := .Values.pmm }}
enabled: true
data:
{{/* PMM */}}
PMM_CONFIG: "/config/config.yml"
{{- if not $pmm.run }}
PMM_TIME: {{ join "," $pmm.times | quote }}
PMM_NO_COUNTDOWN: {{ $pmm.no_countdown | quote }}
{{- end }}
PMM_RUN: {{ $pmm.run | quote }}
{{/* plex */}}
PMM_PLEX_URL: {{ $pmm.plex_url | quote }}
PMM_PLEX_TOKEN: {{ $pmm.plex_token | quote }}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secret for pmm */}}
{{- $secret := include "pmm.secret" . | fromYaml -}}
{{- if $secret -}}
{{- $_ := set .Values.secret "secret" $secret -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.pn
categories:
- media
screenshots: []