Skip to content

Commit

Permalink
Commit released Helm Chart and docs for TrueCharts
Browse files Browse the repository at this point in the history
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
  • Loading branch information
truecharts-admin committed Dec 29, 2021
1 parent d3b029d commit 432fb72
Show file tree
Hide file tree
Showing 11 changed files with 6,345 additions and 1 deletion.
10 changes: 10 additions & 0 deletions charts/incubator/deepstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog<br>


<a name="deepstack-0.0.1"></a>
### [deepstack-0.0.1](https://github.com/truecharts/apps/compare/deepstack-gpu-3.0.9...deepstack-0.0.1) (2021-12-29)

#### Feat

* create deepstack cpu+gpu app as multi-container PoC ([#1628](https://github.com/truecharts/apps/issues/1628))

8 changes: 8 additions & 0 deletions charts/incubator/deepstack/CONFIG.md
Original file line number Diff line number Diff line change
@@ -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.
39 changes: 39 additions & 0 deletions charts/incubator/deepstack/README.md
Original file line number Diff line number Diff line change
@@ -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 | 8.10.0 |

## 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
39 changes: 39 additions & 0 deletions charts/incubator/deepstack/helm-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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 | `"{{ .Values.persistence.modelstore.mountPath }}"` | |
| env.PUID | int | `568` | |
| env.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| env.VISION-DETECTION | string | `"True"` | |
| env.VISION-FACE | string | `"True"` | |
| env.VISION-SCENE | string | `"True"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/deepstack-cpu"` | |
| image.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | |
| imageGPU.pullPolicy | string | `"IfNotPresent"` | |
| imageGPU.repository | string | `"tccr.io/truecharts/deepstack-gpu"` | |
| imageGPU.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | |
| imageSelector | string | `"image"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/datastore"` | |
| persistence.modelstore.enabled | bool | `true` | |
| persistence.modelstore.mountPath | string | `"/modelstore/detection"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10049` | |
| service.main.ports.main.targetPort | int | `5000` | |

All Rights Reserved - The TrueCharts Project
3,059 changes: 3,059 additions & 0 deletions charts/incubator/deepstack/security.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/apps/incubator/deepstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog<br>


<a name="deepstack-0.0.1"></a>
### [deepstack-0.0.1](https://github.com/truecharts/apps/compare/deepstack-gpu-3.0.9...deepstack-0.0.1) (2021-12-29)

#### Feat

* create deepstack cpu+gpu app as multi-container PoC ([#1628](https://github.com/truecharts/apps/issues/1628))

8 changes: 8 additions & 0 deletions docs/apps/incubator/deepstack/CONFIG.md
Original file line number Diff line number Diff line change
@@ -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.
39 changes: 39 additions & 0 deletions docs/apps/incubator/deepstack/helm-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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 | `"{{ .Values.persistence.modelstore.mountPath }}"` | |
| env.PUID | int | `568` | |
| env.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| env.VISION-DETECTION | string | `"True"` | |
| env.VISION-FACE | string | `"True"` | |
| env.VISION-SCENE | string | `"True"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/deepstack-cpu"` | |
| image.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | |
| imageGPU.pullPolicy | string | `"IfNotPresent"` | |
| imageGPU.repository | string | `"tccr.io/truecharts/deepstack-gpu"` | |
| imageGPU.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | |
| imageSelector | string | `"image"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/datastore"` | |
| persistence.modelstore.enabled | bool | `true` | |
| persistence.modelstore.mountPath | string | `"/modelstore/detection"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10049` | |
| service.main.ports.main.targetPort | int | `5000` | |

All Rights Reserved - The TrueCharts Project
39 changes: 39 additions & 0 deletions docs/apps/incubator/deepstack/index.md
Original file line number Diff line number Diff line change
@@ -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 | 8.10.0 |

## 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
Loading

0 comments on commit 432fb72

Please sign in to comment.