Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-01-05 21:39:43 +00:00
parent f411f0cfce
commit 5b3764304d
12 changed files with 55 additions and 49 deletions

View File

@@ -1,9 +0,0 @@
## [local-ai-8.7.5](https://github.com/truecharts/charts/compare/local-ai-8.7.4...local-ai-8.7.5) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs

View File

@@ -7,6 +7,9 @@ title: Changelog
## [local-ai-8.8.0](https://github.com/truecharts/charts/compare/local-ai-8.7.5...local-ai-8.8.0) (2024-01-05)
## [local-ai-8.7.5](https://github.com/truecharts/charts/compare/local-ai-8.7.4...local-ai-8.7.5) (2024-01-02)
### Chore
@@ -94,6 +97,3 @@ title: Changelog
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
## [local-ai-7.0.10](https://github.com/truecharts/charts/compare/local-ai-7.0.9...local-ai-7.0.10) (2023-12-24)
### Chore

View File

@@ -1,16 +1,16 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: local-ai
version: 8.7.5
appVersion: 2.3.1
version: 8.8.0
appVersion: 2.4.0
description: Self-hosted, community-driven, local OpenAI-compatible API.
home: https://truecharts.org/charts/stable/local-ai
icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png
deprecated: false
sources:
- https://quay.io/go-skynet/local-ai
- https://github.com/go-skynet/LocalAI
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
- https://hub.docker.com/r/localai/localai
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -0,0 +1,3 @@
## [local-ai-8.8.0](https://github.com/truecharts/charts/compare/local-ai-8.7.5...local-ai-8.8.0) (2024-01-05)

View File

@@ -1,27 +1,27 @@
image:
repository: quay.io/go-skynet/local-ai
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.3.1@sha256:8d4ae57f6c68c778480d0cb0a6596b1513b19a0444d30e4675745c2b403a35d6
tag: v2.4.0@sha256:4fe0b85121eb167b25d38d6e222ed4d963acfa030a87c5b0c0a2a1891a887eb5
ffmpegImage:
repository: quay.io/go-skynet/local-ai
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.3.0-ffmpeg@sha256:534966e0ae9ee3d1f10dec712e4b96ecf6c38e7ca83665accc64dcedd435a889
tag: v2.4.0-ffmpeg-core@sha256:2dfad6cb25eb1f08c3f5a57686255315128dacd25e1f4a0a6e933c62c6890bfc
cublasCuda12Image:
repository: quay.io/go-skynet/local-ai
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.3.0-cublas-cuda12@sha256:967d4dac1e9fdddbcd4f502e4a288bf266388f48b0ac34ec27879479fdb52f8d
tag: v2.4.0-cublas-cuda12-core@sha256:af24dda78eea20cd537522ad63777a1552d15704ccf52f8496a9f96d72874963
cublasCuda12FfmpegImage:
repository: quay.io/go-skynet/local-ai
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.3.0-cublas-cuda12-ffmpeg@sha256:d03ef64d27fd02c2311bf80a3b200c9b4fac6c0148e816cb4b3de6369478c0b6
tag: v2.4.0-cublas-cuda12-ffmpeg-core@sha256:df148ed60fe129e941edf00ecfd8a0cf65fdbd77bec4fef6fdea261dc99e99da
cublasCuda11Image:
repository: quay.io/go-skynet/local-ai
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.3.0-cublas-cuda11@sha256:1451fa8be7b12bcd51da87e18cbfeda1536efcb5bfbdaf22da0f157a44054edb
tag: v2.4.0-cublas-cuda11-core@sha256:b1f32e0eed3b08c55eeffd3d4c3a93bdce6d3495a5722c195bfda791032e3b98
cublasCuda11FfmpegImage:
repository: quay.io/go-skynet/local-ai
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v2.3.0-cublas-cuda11-ffmpeg@sha256:c9460b646e38eea6789796a48eb2bb6fa1c808cd999ff7bc43e794865fdc7d35
tag: v2.4.0-cublas-cuda11-ffmpeg-core@sha256:9bafad71b5ea87bd021c94967f3f4bae3b934ae57818fd362756642a00365b3f
securityContext:
container:
runAsNonRoot: false

View File

@@ -335,30 +335,42 @@ questions:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
- variable: enabled
label: Enabled
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
type: boolean
default: true
- variable: data
label: Data
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
private: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)