Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-10-31 23:40:40 +00:00
parent 984ceceb4c
commit 939fd62fc5
12 changed files with 38 additions and 33 deletions

View File

@@ -1,9 +0,0 @@
## [local-ai-0.0.10](https://github.com/truecharts/charts/compare/local-ai-0.0.9...local-ai-0.0.10) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/local-ai-ffmpeg to v1.40.0 ([#14150](https://github.com/truecharts/charts/issues/14150))

View File

@@ -4,6 +4,16 @@
## [local-ai-0.0.11](https://github.com/truecharts/charts/compare/local-ai-0.0.10...local-ai-0.0.11) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.40.0 ([#14186](https://github.com/truecharts/charts/issues/14186))
- update container image tccr.io/truecharts/local-ai to v1.40.0 ([#14149](https://github.com/truecharts/charts/issues/14149))
## [local-ai-0.0.10](https://github.com/truecharts/charts/compare/local-ai-0.0.9...local-ai-0.0.10) (2023-10-31)
### Chore

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.30.0"
appVersion: "1.40.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -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.10
version: 0.0.11
annotations:
truecharts.org/category: ai
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,10 @@
## [local-ai-0.0.11](https://github.com/truecharts/charts/compare/local-ai-0.0.10...local-ai-0.0.11) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/local-ai-cublas-cuda11 to v1.40.0 ([#14186](https://github.com/truecharts/charts/issues/14186))
- update container image tccr.io/truecharts/local-ai to v1.40.0 ([#14149](https://github.com/truecharts/charts/issues/14149))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/local-ai
pullPolicy: IfNotPresent
tag: v1.30.0@sha256:d2ef8eef44d66e0610e3499054a0895db276564bdef0f2c45aa0c84f4f20b8bb
tag: v1.40.0@sha256:f17bc18198bfb6c2aee2b35fca1adb528ea91fd53be30157de3e9be6f0f4d810
ffmpegImage:
repository: tccr.io/truecharts/local-ai-ffmpeg
pullPolicy: IfNotPresent
@@ -17,7 +17,7 @@ cublasCuda12FfmpegImage:
cublasCuda11Image:
repository: tccr.io/truecharts/local-ai-cublas-cuda11
pullPolicy: IfNotPresent
tag: v1.30.0-cublas@sha256:2bb3bd5be5d09f6016bb0ee3026dc51e272514312f07c31d1b833998fbb4bfe9
tag: v1.40.0-cublas@sha256:8a24cfa26b79ea127f465b6b41af10678e38efa65f65c389de180fa722383bcc
cublasCuda11FfmpegImage:
repository: tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg
pullPolicy: IfNotPresent

View File

@@ -1001,19 +1001,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@@ -1079,19 +1066,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress