Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ab1f493ccb
commit
10c7032ce7
|
@ -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))
|
||||
|
||||
|
|
@ -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)
|
||||
|
||||
### 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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
|
||||
- https://github.com/go-skynet/LocalAI
|
||||
type: application
|
||||
version: 0.0.13
|
||||
version: 0.0.14
|
||||
annotations:
|
||||
truecharts.org/category: ai
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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))
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ cublasCuda11Image:
|
|||
cublasCuda11FfmpegImage:
|
||||
repository: tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.30.0-cublas-cuda11@sha256:86d695dc24f82ea55a5976414a3bf36cd67933f4ad07927695afbf7a83dade16
|
||||
tag: v1.40.0-cublas-cuda11@sha256:9c21382a0056463209742d703284349292e198f48144da594530e1aad34fcb1e
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -1028,6 +1028,12 @@ questions:
|
|||
default: websecure
|
||||
show_if: [["advanced", "=", true]]
|
||||
required: true
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
|
@ -1066,12 +1072,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
- variable: clusterCertificate
|
||||
label: 'Cluster Certificate (Advanced)'
|
||||
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 Certificate Secret (Advanced)'
|
||||
|
@ -1115,6 +1121,12 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: hosts
|
||||
label: Hosts
|
||||
schema:
|
||||
|
@ -1172,8 +1184,8 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: certificateIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
|
@ -1203,7 +1215,7 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
|
@ -1217,8 +1229,8 @@ questions:
|
|||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
label: 'Cluster Certificate (Advanced)'
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
Loading…
Reference in New Issue