Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [deepstack-7.0.4](https://github.com/truecharts/charts/compare/deepstack-7.0.3...deepstack-7.0.4) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [deepstack-7.0.5](https://github.com/truecharts/charts/compare/deepstack-7.0.4...deepstack-7.0.5) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
|
||||
|
||||
|
||||
|
||||
|
||||
## [deepstack-7.0.4](https://github.com/truecharts/charts/compare/deepstack-7.0.3...deepstack-7.0.4) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [deepstack-6.0.6](https://github.com/truecharts/charts/compare/deepstack-6.0.5...deepstack-6.0.6) (2022-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2022.01.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.4.13
|
||||
version: 12.4.15
|
||||
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: 7.0.4
|
||||
version: 7.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- AI
|
||||
9
stable/deepstack/7.0.5/app-changelog.md
Normal file
9
stable/deepstack/7.0.5/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [deepstack-7.0.5](https://github.com/truecharts/charts/compare/deepstack-7.0.4...deepstack-7.0.5) (2023-04-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
|
||||
|
||||
|
||||
BIN
stable/deepstack/7.0.5/charts/common-12.4.15.tgz
Normal file
BIN
stable/deepstack/7.0.5/charts/common-12.4.15.tgz
Normal file
Binary file not shown.
@@ -302,6 +302,7 @@ questions:
|
||||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: scaleExternalInterface
|
||||
@@ -345,41 +346,41 @@ questions:
|
||||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["ipam", "=", {"type": "static"}]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
Reference in New Issue
Block a user