Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-22 23:47:25 +00:00
parent b414de7295
commit 0eda2b6454
2355 changed files with 20023 additions and 3285 deletions

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-16T22:00:31.933646898Z"

View File

@@ -1,6 +1,19 @@
# Changelog<br>
<a name="deepstack-gpu-2.0.11"></a>
### [deepstack-gpu-2.0.11](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.10...deepstack-gpu-2.0.11) (2021-11-22)
#### Chore
* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383))
#### Fix
* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361))
<a name="deepstack-gpu-2.0.10"></a>
### [deepstack-gpu-2.0.10](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.9...deepstack-gpu-2.0.10) (2021-11-16)
@@ -84,16 +97,3 @@
<a name="deepstack-gpu-2.0.3"></a>
### [deepstack-gpu-2.0.3](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.2...deepstack-gpu-2.0.3) (2021-11-01)
#### Chore
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))
<a name="deepstack-gpu-2.0.2"></a>
### [deepstack-gpu-2.0.2](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.1...deepstack-gpu-2.0.2) (2021-10-26)
#### Chore
* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.1
digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661
generated: "2021-11-22T22:28:54.790182694Z"

View File

@@ -3,7 +3,7 @@ appVersion: "gpu"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.6.3
version: 8.9.1
deprecated: false
description: DeepStack AI provides AI features including Face Recognition, Object
Detection, Scene Recognition and custom AI Models
@@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
version: 2.0.10
version: 2.0.11
annotations:
truecharts.org/catagories: |
- AI

View File

@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.6.3 |
| https://truecharts.org | common | 8.9.1 |
## Installing the Chart

Binary file not shown.

View File

@@ -27,7 +27,6 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `5000` | |
| service.main.ports.main.targetPort | int | `5000` | |

View File

@@ -7,7 +7,6 @@ image:
service:
main:
enabled: true
ports:
main:
port: 5000