Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.8
|
||||
digest: sha256:57e44481adb7fd605739fb266e38ae0c04f147ec6de12d4423545322e1461bad
|
||||
generated: "2022-07-26T10:50:48.82274706Z"
|
||||
Binary file not shown.
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [deepstack-4.0.24](https://github.com/truecharts/charts/compare/deepstack-4.0.23...deepstack-4.0.24) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
|
||||
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
|
||||
|
||||
|
||||
|
||||
|
||||
## [deepstack-4.0.23](https://github.com/truecharts/apps/compare/deepstack-4.0.22...deepstack-4.0.23) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
@@ -87,13 +97,3 @@
|
||||
|
||||
|
||||
## [deepstack-4.0.16](https://github.com/truecharts/apps/compare/deepstack-4.0.14...deepstack-4.0.16) (2022-07-14)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump to ensure .helmignore is present on all Charts
|
||||
|
||||
|
||||
|
||||
## [deepstack-4.0.14](https://github.com/truecharts/apps/compare/deepstack-4.0.12...deepstack-4.0.14) (2022-07-12)
|
||||
|
||||
### Chore
|
||||
6
stable/deepstack/4.0.24/Chart.lock
Normal file
6
stable/deepstack/4.0.24/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.9
|
||||
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
|
||||
generated: "2022-08-08T22:44:52.331903095Z"
|
||||
@@ -3,13 +3,11 @@ appVersion: "2022.01.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.8
|
||||
version: 10.4.9
|
||||
deprecated: false
|
||||
description:
|
||||
DeepStack AI provides AI features including Face Recognition, Object
|
||||
Detection, Scene Recognition and custom AI Models
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/stable/deepstack
|
||||
icon: https://truecharts.org/img/chart-icons/deepstack.png
|
||||
description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
|
||||
home: https://truecharts.org/docs/charts/stable/deepstack
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png
|
||||
keywords:
|
||||
- AI
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
@@ -19,11 +17,12 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: deepstack
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/deepstack
|
||||
- https://github.com/johnolafenwa/DeepStack
|
||||
- https://hub.docker.com/r/deepquestai/deepstack
|
||||
- https://www.deepstack.cc/
|
||||
type: application
|
||||
version: 4.0.23
|
||||
version: 4.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- AI
|
||||
@@ -1,6 +1,6 @@
|
||||
# deepstack
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
|
||||
|
||||
@@ -13,6 +13,7 @@ For more information, please click here: [deepstack](https://truecharts.org/docs
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/stable/deepstack>
|
||||
* <https://github.com/johnolafenwa/DeepStack>
|
||||
* <https://hub.docker.com/r/deepquestai/deepstack>
|
||||
* <https://www.deepstack.cc/>
|
||||
@@ -25,20 +26,20 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.9 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `deepstack`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://helm.truecharts.org
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install deepstack TrueCharts/deepstack
|
||||
```
|
||||
@@ -49,7 +50,7 @@ helm install deepstack TrueCharts/deepstack
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
@@ -68,7 +69,7 @@ helm uninstall deepstack
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the Commandline
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
@@ -86,9 +87,9 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
|
||||
helm install deepstack TrueCharts/deepstack -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other apps
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/docs/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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 visit the manual: https://truecharts.org/charts/stable/deepstack
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/deepstack](https://truecharts.org/docs/charts/stable/deepstack)
|
||||
|
||||
---
|
||||
|
||||
BIN
stable/deepstack/4.0.24/charts/common-10.4.9.tgz
Normal file
BIN
stable/deepstack/4.0.24/charts/common-10.4.9.tgz
Normal file
Binary file not shown.
@@ -62,3 +62,6 @@ configmap:
|
||||
VISION-DETECTION: '{{ ternary "True" "False" .Values.deepstack.vision_detection }}'
|
||||
VISION-SCENE: '{{ ternary "True" "False" .Values.deepstack.vision_scene }}'
|
||||
VISION-ENHANCE: '{{ ternary "True" "False" .Values.deepstack.vision_enhance }}'
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/chart-icons/deepstack.png
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png
|
||||
categories:
|
||||
- AI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user