Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-09-16 10:47:58 +00:00
parent 3e3272a7a3
commit eca9230fca
13 changed files with 2166 additions and 0 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [watcharr-0.0.1]watcharr-0.0.1 (2023-09-16)

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "1.16.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.3
deprecated: false
description: Open source, self-hostable watched list
home: https://truecharts.org/charts/incubator/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/incubator/watcharr
- https://github.com/sbondCo/Watcharr
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,4 @@
## [watcharr-0.0.1]watcharr-0.0.1 (2023-09-16)

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/incubator/watcharr](https://truecharts.org/charts/incubator/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,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.png
categories:
- media
screenshots: []