Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-11 21:25:49 +00:00
parent 695ab24d67
commit 3fec6bb7f2
11765 changed files with 1507160 additions and 1317104 deletions

View File

@@ -1,14 +0,0 @@
## [deepstack-5.0.2](https://github.com/truecharts/charts/compare/deepstack-5.0.0...deepstack-5.0.2) (2022-11-11)
### Chore
- bump to regenerate catalog
### Fix
- remove removed includes
- remove references to targetPort

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.9.4
digest: sha256:dd59313a76f2c5f5a06d534a4546c219da44a0ca084f8f889ef4a53f7bec54f5
generated: "2022-11-11T14:28:36.918911887Z"
generated: "2022-11-11T20:35:07.529922533Z"

View File

@@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
version: 5.0.2
version: 5.0.3
annotations:
truecharts.org/catagories: |
- AI

View File

@@ -0,0 +1,13 @@
## [deepstack-5.0.3](https://github.com/truecharts/charts/compare/deepstack-5.0.2...deepstack-5.0.3) (2022-11-11)
### Chore
- Bump all for ingressList and speedtest
### Feat
- readd ingressList to all Apps that already have Ingress itself

View File

@@ -68,7 +68,6 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: replicas
description: Number of desired pod replicas
label: Desired Replicas
@@ -76,9 +75,6 @@ questions:
type: int
required: true
default: 1
- variable: customextraargs
group: "General Settings"
label: "Extra Args"
@@ -267,7 +263,6 @@ questions:
type: int
default: 10049
required: true
- variable: serviceexpert
group: Networking and Services
label: Show Expert Config
@@ -570,7 +565,6 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: modelstore
label: "App Model Storage"
description: "Stores the Application Model."
@@ -641,7 +635,6 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: 256Gi
- variable: persistenceList
label: Additional App Storage
group: Storage and Persistence
@@ -661,11 +654,6 @@ questions:
type: boolean
default: true
hidden: true
- variable: name
label: Name (Optional)
description: "Not required, please set to config when mounting /config or temp when mounting /tmp"
schema:
type: string
- variable: type
label: Type of Storage
description: Sets the persistence type, Anything other than PVC could break rollback!
@@ -853,8 +841,142 @@ questions:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress
schema:
type: list
default: []
items:
- variable: ingressListEntry
label: Custom Ingress
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enable Ingress
schema:
type: boolean
default: true
hidden: true
- variable: name
label: Name
schema:
type: string
default: ""
- variable: ingressClassName
label: IngressClass Name
schema:
type: string
default: ""
- variable: hosts
label: Hosts
schema:
type: list
default: []
items:
- variable: hostEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: host
label: HostName
schema:
type: string
default: ""
required: true
- variable: paths
label: Paths
schema:
type: list
default: []
items:
- variable: pathEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: path
label: Path
schema:
type: string
required: true
default: "/"
- variable: pathType
label: Path Type
schema:
type: string
required: true
default: Prefix
- variable: service
label: Linked Service
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Service Name
schema:
type: string
default: ""
- variable: port
label: Service Port
schema:
type: int
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: security
label: Container Security Settings
group: Security and Permissions
@@ -916,7 +1038,6 @@ questions:
schema:
type: boolean
default: false
- variable: podSecurityContext
group: Security and Permissions
label: Pod Security Context
@@ -1642,8 +1763,6 @@ questions:
schema:
type: string
required: true
- variable: vpn
label: VPN
schema: