Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [deepstack-8.0.6](https://github.com/truecharts/charts/compare/deepstack-8.0.5...deepstack-8.0.6) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [deepstack-8.0.7](https://github.com/truecharts/charts/compare/deepstack-8.0.6...deepstack-8.0.7) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [deepstack-8.0.6](https://github.com/truecharts/charts/compare/deepstack-8.0.5...deepstack-8.0.6) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
||||
|
||||
|
||||
|
||||
## [deepstack-7.0.22](https://github.com/truecharts/charts/compare/deepstack-7.0.21...deepstack-7.0.22) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2022.01.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.2.3
|
||||
version: 14.3.3
|
||||
deprecated: false
|
||||
description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
|
||||
home: https://truecharts.org/charts/stable/deepstack
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/johnolafenwa/DeepStack
|
||||
- https://www.deepstack.cc/
|
||||
type: application
|
||||
version: 8.0.6
|
||||
version: 8.0.7
|
||||
annotations:
|
||||
truecharts.org/category: AI
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/deepstack/8.0.7/app-changelog.md
Normal file
9
stable/deepstack/8.0.7/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [deepstack-8.0.7](https://github.com/truecharts/charts/compare/deepstack-8.0.6...deepstack-8.0.7) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
BIN
stable/deepstack/8.0.7/charts/common-14.3.3.tgz
Normal file
BIN
stable/deepstack/8.0.7/charts/common-14.3.3.tgz
Normal file
Binary file not shown.
@@ -1178,7 +1178,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -1207,7 +1207,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -1216,13 +1216,13 @@ questions:
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
Reference in New Issue
Block a user