Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-08-31 22:35:52 +00:00
parent 5a502d3c0d
commit 820dbab66c
1140 changed files with 120028 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.12.4
digest: sha256:62b51750a57da4ed871c5222664ac35112f28bb013f042fc09ff928bf466a970
generated: "2021-08-31T22:27:58.687473891Z"

View File

@@ -0,0 +1,28 @@
apiVersion: v2
appVersion: auto
dependencies:
- name: common
repository: https://truecharts.org/
version: 6.12.4
deprecated: false
description: DeepStack AI provides AI features including Face Recognition, Object
Detection, Scene Recognition and custom AI Models
home: https://github.com/truecharts/apps/tree/master/charts/stable/deepstack-cpu
icon: https://deepquest.sfo2.digitaloceanspaces.com/deepstackcc/static/img/deepstacklogo.png
keywords:
- AI
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
- email: stavros-k@users.noreply.github.com
name: stavros-k
url: truecharts.org
name: deepstack-cpu
sources:
- https://github.com/johnolafenwa/DeepStack
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
version: 4.11.10

View File

@@ -0,0 +1,39 @@
# Introduction
DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/johnolafenwa/DeepStack>
* <https://hub.docker.com/r/deepquestai/deepstack>
* <https://www.deepstack.cc/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.12.1 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,4 @@
DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
DeepStack AI provides AI features including Face Recognition, Object

Binary file not shown.

View File

@@ -0,0 +1,35 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.MODE | string | `"High"` | |
| env.MODELSTORE-DETECTION | string | `"/modelstore/detection"` | |
| env.PGID | string | `"568"` | |
| env.PUID | string | `"568"` | |
| env.VISION-DETECTION | string | `"True"` | |
| env.VISION-FACE | string | `"True"` | |
| env.VISION-SCENE | string | `"True"` | |
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"deepquestai/deepstack"` | |
| image.tag | string | `"cpu-2021.02.1"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/datastore"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `5000` | |
| strategy.type | string | `"Recreate"` | |
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,19 @@
##
# This file contains Values.yaml content that gets added to the output of questions.yaml
# It's ONLY meant for content that the user is NOT expected to change.
# Example: Everything under "image" is not included in questions.yaml but is included here.
##
image:
repository: deepquestai/deepstack
pullPolicy: IfNotPresent
tag: cpu-2021.02.1
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.env.PUID }}"
GROUP_ID: "{{ .Values.env.PGID }}"
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
##

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@@ -0,0 +1,41 @@
# Default values for Jackett.
image:
repository: deepquestai/deepstack
pullPolicy: IfNotPresent
tag: cpu-2021.02.1
strategy:
type: Recreate
service:
main:
enabled: true
ports:
main:
port: 5000
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.env.PUID }}"
GROUP_ID: "{{ .Values.env.PGID }}"
env:
PUID: "568"
PGID: "568"
# TZ: UTC
VISION-FACE: "True"
VISION-DETECTION: "True"
VISION-SCENE: "True"
# Path to custom models (needs to be on documentation)
MODELSTORE-DETECTION: "/modelstore/detection"
# High|Medium|Low
MODE: "High"
persistence:
config:
enabled: true
mountPath: "/datastore"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"

View File