Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-19 19:31:14 +00:00
parent cfed9ea508
commit de21712578
10 changed files with 2070 additions and 0 deletions

View File

@ -0,0 +1,76 @@
**Important:**
*for the complete changelog, please refer to the website*
## [wizarr-1.0.0](https://github.com/truecharts/charts/compare/wizarr-0.0.8...wizarr-1.0.0) (2023-02-19)
## [wizarr-0.0.8](https://github.com/truecharts/charts/compare/wizarr-0.0.7...wizarr-0.0.8) (2023-02-15)
### Chore
- update container image tccr.io/truecharts/wizarr to latest
## [wizarr-0.0.7](https://github.com/truecharts/charts/compare/wizarr-0.0.6...wizarr-0.0.7) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [wizarr-0.0.6](https://github.com/truecharts/charts/compare/wizarr-0.0.5...wizarr-0.0.6) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [wizarr-0.0.5](https://github.com/truecharts/charts/compare/wizarr-0.0.4...wizarr-0.0.5) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [wizarr-0.0.4](https://github.com/truecharts/charts/compare/wizarr-0.0.3...wizarr-0.0.4) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [wizarr-0.0.3](https://github.com/truecharts/charts/compare/wizarr-0.0.2...wizarr-0.0.3) (2022-12-25)
### Chore
- update helm general non-major
## [wizarr-0.0.2](https://github.com/truecharts/charts/compare/wizarr-0.0.1...wizarr-0.0.2) (2022-12-19)
### Chore
- update helm general non-major
## [wizarr-0.0.1]wizarr-0.0.1 (2022-12-16)

View File

@ -0,0 +1,34 @@
apiVersion: v2
appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: A automatic user invitation system for Plex.
home: https://truecharts.org/charts/incubator/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/incubator/wizarr
- https://ghcr.io/wizarrrr/wizarr
- https://github.com/Wizarrrr/wizarr
type: application
version: 1.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%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,4 @@
## [wizarr-1.0.0](https://github.com/truecharts/charts/compare/wizarr-0.0.8...wizarr-1.0.0) (2023-02-19)

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/incubator/wizarr](https://truecharts.org/charts/incubator/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,25 @@
image:
repository: tccr.io/truecharts/wizarr
pullPolicy: IfNotPresent
tag: 1.6.1@sha256:8f803f5f8e8f503da85d59887c5c4c8543d3373bc02dc25722924b72107b90e2
env:
APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
DISABLE_BUILTIN_AUTH: false
ALLOW_BUG_REPORTING: false
service:
main:
ports:
main:
protocol: HTTP
targetPort: 5690
port: 10596
persistence:
database:
enabled: true
mountPath: /data/database
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