Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-22 21:48:01 +00:00
parent f08f88e96c
commit ccbef92f34
13 changed files with 2412 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [watcharr-1.0.0](https://github.com/truecharts/charts/compare/watcharr-0.0.7...watcharr-1.0.0) (2023-11-22)
### Feat
- move to stable **BREAKING CHANGE** ([#15252](https://github.com/truecharts/charts/issues/15252))

View File

@@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "1.16.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.3.5
deprecated: false
description: Open source, self-hostable watched list
home: https://truecharts.org/charts/stable/watcharr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png
keywords:
- watcharr
- media
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: watcharr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/watcharr
- https://github.com/sbondCo/Watcharr
type: application
version: 1.0.0
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

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 @@
## [watcharr-1.0.0](https://github.com/truecharts/charts/compare/watcharr-0.0.7...watcharr-1.0.0) (2023-11-22)
### Feat
- move to stable **BREAKING CHANGE** ([#15252](https://github.com/truecharts/charts/issues/15252))

View File

@@ -0,0 +1,8 @@
Open source, self-hostable watched list
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/watcharr](https://truecharts.org/charts/stable/watcharr)
---
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,51 @@
image:
repository: tccr.io/truecharts/watcharr
pullPolicy: IfNotPresent
tag: v1.16.1@sha256:0759f67ac6868998b0dc918f4240ae764fcc2e93289096c8e4c80319e6940ac6
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 3080
port: 10684
watcharr:
mode: prod
jellyfin_host: ""
signup_enabled: true
tmdb_key: ""
debug: false
workload:
main:
podSpec:
containers:
main:
env:
JELLYFIN_HOST: "{{ .Values.watcharr.jellyfin_host }}"
SIGNUP_ENABLED: "{{ .Values.watcharr.signup_enabled }}"
TMDB_KEY: "{{ .Values.watcharr.tmdb_key }}"
DEBUG: "{{ .Values.watcharr.debug }}"
MODE: "{{ .Values.watcharr.mode }}"
JWT_SECRET:
secretKeyRef:
name: watcharr-secrets
key: JWT_SECRET
persistence:
data:
enabled: true
mountPath: "/data"
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,13 @@
{{/* Define the secrets */}}
{{- define "watcharr.secrets" -}}
{{- $secretName := (printf "%s-watcharr-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
{{- $secretKey := randAlphaNum 64 -}}
{{- with lookup "v1" "Secret" .Release.Namespace $secretName -}}
{{- $secretKey = index .data "JWT_SECRET" | b64dec -}}
{{- end }}
enabled: true
data:
JWT_SECRET: {{ $secretKey }}
{{- end -}}

View File

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

View File

View File

@@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png
categories:
- media
screenshots: []