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.9
|
||||
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
|
||||
generated: "2022-08-08T22:44:52.331903095Z"
|
||||
Binary file not shown.
@@ -2,6 +2,20 @@
|
||||
|
||||
|
||||
|
||||
## [deepstack-4.0.25](https://github.com/truecharts/charts/compare/deepstack-4.0.24...deepstack-4.0.25) (2022-08-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- add documentation checkbox/section to all SCALE Apps
|
||||
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
|
||||
|
||||
### Fix
|
||||
|
||||
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
|
||||
|
||||
|
||||
|
||||
|
||||
## [deepstack-4.0.24](https://github.com/truecharts/charts/compare/deepstack-4.0.23...deepstack-4.0.24) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
@@ -83,17 +97,3 @@
|
||||
## [deepstack-4.0.18](https://github.com/truecharts/apps/compare/deepstack-4.0.17...deepstack-4.0.18) (2022-07-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- Update Readme and Description on SCALE
|
||||
|
||||
|
||||
|
||||
## [deepstack-4.0.17](https://github.com/truecharts/apps/compare/deepstack-4.0.16...deepstack-4.0.17) (2022-07-14)
|
||||
|
||||
### Fix
|
||||
|
||||
- regenerate catalog and update template
|
||||
|
||||
|
||||
|
||||
## [deepstack-4.0.16](https://github.com/truecharts/apps/compare/deepstack-4.0.14...deepstack-4.0.16) (2022-07-14)
|
||||
6
stable/deepstack/4.0.25/Chart.lock
Normal file
6
stable/deepstack/4.0.25/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.12
|
||||
digest: sha256:2b926ab794b2ebae2ba0c898ffe38320266e86eafebe44d869c8f0721f5dac27
|
||||
generated: "2022-08-12T22:08:16.927554391Z"
|
||||
@@ -3,7 +3,7 @@ appVersion: "2022.01.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.9
|
||||
version: 10.4.12
|
||||
deprecated: false
|
||||
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
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://hub.docker.com/r/deepquestai/deepstack
|
||||
- https://www.deepstack.cc/
|
||||
type: application
|
||||
version: 4.0.24
|
||||
version: 4.0.25
|
||||
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
|
||||
|
||||
@@ -26,7 +26,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.9 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.12 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
BIN
stable/deepstack/4.0.25/charts/common-10.4.12.tgz
Normal file
BIN
stable/deepstack/4.0.25/charts/common-10.4.12.tgz
Normal file
Binary file not shown.
@@ -25,6 +25,8 @@ groups:
|
||||
description: Addon Configuration
|
||||
- name: Advanced
|
||||
description: Advanced Configuration
|
||||
- name: Documentation
|
||||
description: Documentation
|
||||
portals:
|
||||
open:
|
||||
protocols:
|
||||
@@ -115,16 +117,6 @@ questions:
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: extraArgs
|
||||
label: Extra Args
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: arg
|
||||
label: Arg
|
||||
schema:
|
||||
type: string
|
||||
- variable: labelsList
|
||||
label: Controller Labels
|
||||
schema:
|
||||
@@ -165,6 +157,25 @@ questions:
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
- variable: customextraargs
|
||||
group: Controller
|
||||
label: "Extra Args"
|
||||
description: "Do not click this unless you know what you are doing"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: extraArgs
|
||||
label: Extra Args
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: arg
|
||||
label: Arg
|
||||
schema:
|
||||
type: string
|
||||
- variable: secretEnv
|
||||
group: "Container Configuration"
|
||||
label: "Image Secrets"
|
||||
@@ -807,16 +818,16 @@ questions:
|
||||
schema:
|
||||
show_if: [["type", "=", "simpleHP"]]
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: setPermissions
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only"
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
@@ -984,16 +995,16 @@ questions:
|
||||
schema:
|
||||
show_if: [["type", "=", "simpleHP"]]
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: setPermissions
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only"
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
@@ -2658,3 +2669,27 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: 'Please read the documentation at https://truecharts.org'
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: confirmDocs
|
||||
label: 'I have checked the documentation'
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
# - variable: donate
|
||||
# group: Documentation
|
||||
# label: 'Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor'
|
||||
# schema:
|
||||
# additional_attrs: true
|
||||
# type: dict
|
||||
# attrs:
|
||||
# - variable: confirmDonate
|
||||
# label: 'I have considered supporting the project'
|
||||
# schema:
|
||||
# type: boolean
|
||||
# default: true
|
||||
Reference in New Issue
Block a user