Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ffb662cb8f
commit
2b0db0eeea
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-4.0.0](https://github.com/truecharts/charts/compare/local-ai-0.0.21...local-ai-4.0.0) (2023-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/go-skynet/local-ai to v2.0.0 ([#15758](https://github.com/truecharts/charts/issues/15758))
|
||||
- update container image quay.io/go-skynet/local-ai to v2.0.0[@9d3d901](https://github.com/9d3d901) ([#15738](https://github.com/truecharts/charts/issues/15738))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.21](https://github.com/truecharts/charts/compare/local-ai-0.0.20...local-ai-0.0.21) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.20](https://github.com/truecharts/charts/compare/local-ai-0.0.19...local-ai-0.0.20) (2023-11-18)
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.19](https://github.com/truecharts/charts/compare/local-ai-0.0.18...local-ai-0.0.19) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.18](https://github.com/truecharts/charts/compare/local-ai-0.0.17...local-ai-0.0.18) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.17](https://github.com/truecharts/charts/compare/local-ai-0.0.16...local-ai-0.0.17) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.16](https://github.com/truecharts/charts/compare/local-ai-0.0.15...local-ai-0.0.16) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.15](https://github.com/truecharts/charts/compare/local-ai-0.0.14...local-ai-0.0.15) (2023-11-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/local-ai-cublas-cuda12 to v1.40.0 ([#14334](https://github.com/truecharts/charts/issues/14334))
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [local-ai-0.0.12](https://github.com/truecharts/charts/compare/local-ai-0.0.11...local-ai-0.0.12) (2023-11-01)
|
||||
|
||||
### Chore
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: local-ai
|
||||
version: 4.0.0
|
||||
appVersion: 2.0.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://github.com/go-skynet/LocalAI
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
|
||||
- https://quay.io/go-skynet/local-ai
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- local-ai
|
||||
- ai
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: ai
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [local-ai-4.0.0](https://github.com/truecharts/charts/compare/local-ai-0.0.21...local-ai-4.0.0) (2023-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/go-skynet/local-ai to v2.0.0 ([#15758](https://github.com/truecharts/charts/issues/15758))
|
||||
- update container image quay.io/go-skynet/local-ai to v2.0.0[@9d3d901](https://github.com/9d3d901) ([#15738](https://github.com/truecharts/charts/issues/15738))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Self-hosted, community-driven, local OpenAI-compatible API.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/local-ai](https://truecharts.org/charts/stable/local-ai)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,89 @@
|
|||
image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.0.0@sha256:8bcbed69c9e3506a37dd31951b76f2c96b846d6a85610923af8bcd10b8fd2e89
|
||||
ffmpegImage:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.0.0-ffmpeg@sha256:9d3d901f1a14b6ddea7df0d9f7b21250bcf4f4f0b440494c7e2936083a7ce8eb
|
||||
cublasCuda12Image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.0.0-cublas-cuda12@sha256:efe02b8ef07e6f4587ef4f0edc01abe079f095275bbcd23d61231a69300c0d1f
|
||||
cublasCuda12FfmpegImage:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.40.0-cublas-cuda12-ffmpeg@sha256:42fae783cbffab75c0e409b758b3cf2dbd773b8f8b04169de4e6ad02e6084ba9
|
||||
cublasCuda11Image:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.0.0-cublas-cuda11@sha256:5ab5bff0c91b63c37fdea414e04b47c9d61d9320206cd0017444ab64fbb39a59
|
||||
cublasCuda11FfmpegImage:
|
||||
repository: quay.io/go-skynet/local-ai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.40.0-cublas-cuda11-ffmpeg@sha256:fc16b363e9071ed2dc5ec40b91c20bda764301fd4422439288bdcbb986761a28
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 8080
|
||||
localai:
|
||||
# Specify a build type. Available: cublas, openblas, clblas.
|
||||
build_type: "openblas"
|
||||
debug: false
|
||||
cors: true
|
||||
cors_allow_origins: "*"
|
||||
galleries: []
|
||||
# - name: model-gallery
|
||||
# url: github:go-skynet/model-gallery/index.yaml
|
||||
preload_models: []
|
||||
# url: github:go-skynet/model-gallery/gpt4all-j.yaml
|
||||
# UPLOAD_LIMIT
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /readyz
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /readyz
|
||||
startup:
|
||||
enabled: true
|
||||
type: tcp
|
||||
imageSelector: image
|
||||
env:
|
||||
ADDRESS: ":{{ .Values.service.main.ports.main.port }}"
|
||||
MODELS_PATH: "{{ .Values.persistence.models.mountPath }}"
|
||||
IMAGE_PATH: "{{ .Values.persistence.images.mountPath }}"
|
||||
BUILD_TYPE: "{{ .Values.localai.build_type }}"
|
||||
# breaks chart if true, keep it false.
|
||||
REBUILD: false
|
||||
DEBUG: "{{ .Values.localai.debug }}"
|
||||
CORS: "{{ .Values.localai.cors }}"
|
||||
GALLERIES: "{{ toJson .Values.localai.galleries }}"
|
||||
PRELOAD_MODELS: "{{ toJson .Values.localai.preload_models }}"
|
||||
CORS_ALLOW_ORIGINS: "{{ .Values.localai.cors_allow_origins }}"
|
||||
persistence:
|
||||
models:
|
||||
enabled: true
|
||||
mountPath: "/models"
|
||||
images:
|
||||
enabled: true
|
||||
mountPath: "/images"
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
updated: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue