Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
71b7c7a3e6
commit
e077f6ba72
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [anything-llm-0.0.1]anything-llm-0.0.1 (2024-01-21)
|
|
@ -0,0 +1,37 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: AI
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.26
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Open-source ChatGPT experience for LLMs, embedders, and vector databases.
|
||||
home: https://truecharts.org/charts/incubator/anything-llm
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png
|
||||
keywords:
|
||||
- anything-llm
|
||||
- ai
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: anything-llm
|
||||
sources:
|
||||
- https://github.com/Mintplex-Labs/anything-llm
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/anything-llm
|
||||
- https://ghcr.io/mintplex-labs/anything-llm
|
||||
type: application
|
||||
version: 0.0.1
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
## [anything-llm-0.0.1]anything-llm-0.0.1 (2024-01-21)
|
|
@ -0,0 +1,8 @@
|
|||
Open-source ChatGPT experience for LLMs, embedders, and vector databases.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/anything-llm](https://truecharts.org/charts/incubator/anything-llm)
|
||||
|
||||
---
|
||||
|
||||
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,46 @@
|
|||
image:
|
||||
repository: ghcr.io/mintplex-labs/anything-llm
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:398218457ffe5e3be2d686f99ed759a9683075030f72832a89c4cc4429c481ac
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
capabilities:
|
||||
add:
|
||||
- SYS_ADMIN
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 3001
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
STORAGE_DIR: "{{.Values.persistence.storage.mountPath }}"
|
||||
# forces users to use ingress if https is needed.
|
||||
# keep false.
|
||||
ENABLE_HTTPS: false
|
||||
|
||||
persistence:
|
||||
storage:
|
||||
enabled: true
|
||||
mountPath: "/app/server/storage"
|
||||
hotdir:
|
||||
enabled: true
|
||||
mountPath: "/app/collector/hotdir"
|
||||
outputs:
|
||||
enabled: true
|
||||
mountPath: "/app/collector/outputs"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: 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" . }}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png
|
||||
categories:
|
||||
- AI
|
||||
screenshots: []
|
Loading…
Reference in New Issue