Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-04 09:37:41 +00:00
parent ab1f493ccb
commit 10c7032ce7
12 changed files with 40 additions and 28 deletions

View File

@ -1,9 +0,0 @@
## [local-ai-0.0.13](https://github.com/truecharts/charts/compare/local-ai-0.0.12...local-ai-0.0.13) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))

View File

@ -4,6 +4,15 @@
## [local-ai-0.0.14](https://github.com/truecharts/charts/compare/local-ai-0.0.13...local-ai-0.0.14) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg to v1.40.0 ([#14333](https://github.com/truecharts/charts/issues/14333))
## [local-ai-0.0.13](https://github.com/truecharts/charts/compare/local-ai-0.0.12...local-ai-0.0.13) (2023-11-03) ## [local-ai-0.0.13](https://github.com/truecharts/charts/compare/local-ai-0.0.12...local-ai-0.0.13) (2023-11-03)
### Chore ### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/local-ai to v1.30.0 ([#13022](https://github.com/truecharts/charts/issues/13022)) - update container image tccr.io/truecharts/local-ai to v1.30.0 ([#13022](https://github.com/truecharts/charts/issues/13022))
## [local-ai-0.0.4](https://github.com/truecharts/charts/compare/local-ai-0.0.3...local-ai-0.0.4) (2023-09-27)
### Chore
- update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.30.0 ([#13023](https://github.com/truecharts/charts/issues/13023))

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
- https://github.com/go-skynet/LocalAI - https://github.com/go-skynet/LocalAI
type: application type: application
version: 0.0.13 version: 0.0.14
annotations: annotations:
truecharts.org/category: ai truecharts.org/category: ai
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [local-ai-0.0.14](https://github.com/truecharts/charts/compare/local-ai-0.0.13...local-ai-0.0.14) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg to v1.40.0 ([#14333](https://github.com/truecharts/charts/issues/14333))

View File

@ -21,7 +21,7 @@ cublasCuda11Image:
cublasCuda11FfmpegImage: cublasCuda11FfmpegImage:
repository: tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg repository: tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.30.0-cublas-cuda11@sha256:86d695dc24f82ea55a5976414a3bf36cd67933f4ad07927695afbf7a83dade16 tag: v1.40.0-cublas-cuda11@sha256:9c21382a0056463209742d703284349292e198f48144da594530e1aad34fcb1e
securityContext: securityContext:
container: container:

View File

@ -1028,6 +1028,12 @@ questions:
default: websecure default: websecure
show_if: [["advanced", "=", true]] show_if: [["advanced", "=", true]]
required: true required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName - variable: ingressClassName
label: (Advanced/Optional) IngressClass Name label: (Advanced/Optional) IngressClass Name
schema: schema:
@ -1066,12 +1072,12 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: 'clusterCertificate (Advanced)' - variable: clusterCertificate
label: Cluster Certificate label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema: schema:
type: string type: string
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
default: "" default: ""
- variable: secretName - variable: secretName
label: 'Use Custom Certificate Secret (Advanced)' label: 'Use Custom Certificate Secret (Advanced)'
@ -1115,6 +1121,12 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts - variable: hosts
label: Hosts label: Hosts
schema: schema:
@ -1172,8 +1184,8 @@ questions:
label: Service Port label: Service Port
schema: schema:
type: int type: int
- variable: clusterIssuer - variable: certificateIssuer
label: clusterIssuer label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema: schema:
type: string type: string
@ -1203,7 +1215,7 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: clusterIssuer - variable: certificateIssuer
label: Use Cert-Manager clusterIssuer label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema: schema:
@ -1217,8 +1229,8 @@ questions:
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: clusterCertificate - variable: clusterCertificate
label: Cluster Certificate (Experimental) label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature' description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema: schema:
type: string type: string
show_if: [["clusterIssuer", "=", ""]] show_if: [["clusterIssuer", "=", ""]]