Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-29 17:11:12 +00:00
parent ee7a06f3e5
commit 198f8175a7
12 changed files with 2322 additions and 0 deletions

View File

@ -0,0 +1,70 @@
**Important:**
*for the complete changelog, please refer to the website*
## [scrypted-1.0.0](https://github.com/truecharts/charts/compare/scrypted-0.0.6...scrypted-1.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
## [scrypted-0.0.6](https://github.com/truecharts/charts/compare/scrypted-0.0.5...scrypted-0.0.6) (2023-02-26)
### Chore
- update scrypted to v0.6.24
## [scrypted-0.0.5](https://github.com/truecharts/charts/compare/scrypted-0.0.4...scrypted-0.0.5) (2023-02-25)
### Chore
- update scrypted to v0.6.23
## [scrypted-0.0.4](https://github.com/truecharts/charts/compare/scrypted-0.0.3...scrypted-0.0.4) (2023-02-25)
### Chore
- update scrypted to v0.6.22
## [scrypted-0.0.3](https://github.com/truecharts/charts/compare/scrypted-0.0.2...scrypted-0.0.3) (2023-02-24)
### Chore
- update scrypted to v0.6.20
- update container image tccr.io/truecharts/scrypted-thin to v0.6.19
## [scrypted-0.0.2](https://github.com/truecharts/charts/compare/scrypted-0.0.1...scrypted-0.0.2) (2023-02-21)
### Chore
- update container image tccr.io/truecharts/scrypted-lite to v0.6.19
- update container image tccr.io/truecharts/scrypted-full to v0.6.19
## [scrypted-0.0.1]scrypted-0.0.1 (2023-02-18)

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "0.44.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: Scrypted is a high performance home video integration and automation platform.
home: https://truecharts.org/charts/incubator/scrypted
icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png
keywords:
- scrypted
- automation
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: scrypted
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/scrypted
- https://github.com/koush/scrypted
type: application
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media
- automation
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,8 @@
Scrypted is a high performance home video integration and automation platform.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/scrypted](https://truecharts.org/charts/incubator/scrypted)
---
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,49 @@
image:
repository: tccr.io/truecharts/scrypted-thin
pullPolicy: IfNotPresent
tag: v0.44.0@sha256:c69c15c1249b19346531ec85f2e6fcd0d8c7a444381bc249f00c06e0541ac366
liteImage:
repository: tccr.io/truecharts/scrypted-lite
tag: v0.44.0@sha256:c81fd27344ad17c3d91d2a650c803ba12c99278a6e1fda6928d6a9aeb452b4c1
pullPolicy: Always
fullImage:
repository: tccr.io/truecharts/scrypted-full
tag: v0.44.0@sha256:f696f03034da40244a77d17e46c9cc61f7be3e8f9451244a3758ba896b0c3d0d
pullPolicy: Always
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10611
workload:
main:
podSpec:
containers:
main:
imageSelector: image
env:
SCRYPTED_INSECURE_PORT: "{{ .Values.service.main.ports.main.port }}"
# SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION: Bearer SET_THIS_TO_SOME_RANDOM_TEXT
# SCRYPTED_WEBHOOK_UPDATE: http://localhost:10444/v1/update
persistence:
server:
enabled: true
mountPath: /server/volume
media:
enabled: true
mountPath: /media/external
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

View File

@ -3,3 +3,4 @@ categories:
- media
- automation
screenshots: []