Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-03 19:58:20 +00:00
parent 116031f5cc
commit 4ccf0972dd
12 changed files with 2124 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [wizarr-2.0.0](https://github.com/truecharts/charts/compare/wizarr-1.0.8...wizarr-2.0.0) (2023-07-03)

View File

@ -0,0 +1,33 @@
apiVersion: v2
appVersion: "2.2.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
deprecated: false
description: A automatic user invitation system for Plex.
home: https://truecharts.org/charts/stable/wizarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png
keywords:
- wizarr
- HomeAutomation
- Tools-Utilities
- Other
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: wizarr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wizarr
- https://github.com/Wizarrrr/wizarr
type: application
version: 2.0.0
annotations:
truecharts.org/catagories: |
- HomeAutomation
- Tools-Utilities
- Other
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,4 @@
## [wizarr-2.0.0](https://github.com/truecharts/charts/compare/wizarr-1.0.8...wizarr-2.0.0) (2023-07-03)

View File

@ -0,0 +1,8 @@
A automatic user invitation system for Plex.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/wizarr](https://truecharts.org/charts/stable/wizarr)
---
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,41 @@
image:
repository: tccr.io/truecharts/wizarr
pullPolicy: IfNotPresent
tag: v2.2.0@sha256:bce9ad58272458e3453c4752b5014f49e7acf83695488446f2589a7a00e11a59
service:
main:
ports:
main:
protocol: http
targetPort: 5690
port: 10596
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
type: http
readiness:
path: "/"
type: http
startup:
path: "/"
type: http
env:
APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
DISABLE_BUILTIN_AUTH: false
ALLOW_BUG_REPORTING: false
persistence:
database:
enabled: true
mountPath: /data/database
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

7
stable/wizarr/item.yaml Normal file
View File

@ -0,0 +1,7 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.png
categories:
- HomeAutomation
- Tools-Utilities
- Other
screenshots: []