Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
16
incubator/ai-server/0.0.1/CHANGELOG.md
Normal file
16
incubator/ai-server/0.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [ai-server-0.0.1]ai-server-0.0.1 (2024-01-28)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- Add ai-server to replace CodeProject.Ai ([#17565](https://github.com/truecharts/charts/issues/17565))
|
||||
37
incubator/ai-server/0.0.1/Chart.yaml
Normal file
37
incubator/ai-server/0.0.1/Chart.yaml
Normal file
@@ -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: 2.5.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.29
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
|
||||
home: https://truecharts.org/charts/incubator/ai-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ai-server.png
|
||||
keywords:
|
||||
- ai-server
|
||||
- sense-ai
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: ai-server
|
||||
sources:
|
||||
- https://github.com/codeproject/CodeProject.AI-Server
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/ai-server
|
||||
- https://hub.docker.com/r/codeproject/ai-server
|
||||
type: application
|
||||
version: 0.0.1
|
||||
3
incubator/ai-server/0.0.1/README.md
Normal file
3
incubator/ai-server/0.0.1/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
title: README
|
||||
---
|
||||
9
incubator/ai-server/0.0.1/app-changelog.md
Normal file
9
incubator/ai-server/0.0.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [ai-server-0.0.1]ai-server-0.0.1 (2024-01-28)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- Add ai-server to replace CodeProject.Ai ([#17565](https://github.com/truecharts/charts/issues/17565))
|
||||
8
incubator/ai-server/0.0.1/app-readme.md
Normal file
8
incubator/ai-server/0.0.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/ai-server](https://truecharts.org/charts/incubator/ai-server)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
BIN
incubator/ai-server/0.0.1/charts/common-17.2.29.tgz
Normal file
BIN
incubator/ai-server/0.0.1/charts/common-17.2.29.tgz
Normal file
Binary file not shown.
45
incubator/ai-server/0.0.1/ix_values.yaml
Normal file
45
incubator/ai-server/0.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: codeproject/ai-server
|
||||
tag: cpu-2.5.1@sha256:4ac7e0ace01abdb26e6d1876011a95f9f294352abd23936e4c6040f23582ed9f
|
||||
gpu12Image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: codeproject/ai-server
|
||||
tag: cuda12_2-2.5.1@sha256:c846c67adb140912ff344a7ba57b3498019d18dfeaf70a32ab68ff389db74efd
|
||||
gpu11Image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: codeproject/ai-server
|
||||
tag: cuda11_7-2.5.1@sha256:b48a17af31d10b839baaa07495449bb185493e0d90d88520bd6d6339e6a168cf
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 32168
|
||||
targetPort: 32168
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /etc/codeproject/ai
|
||||
downloads:
|
||||
enabled: true
|
||||
mountPath: /app/modules
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
3113
incubator/ai-server/0.0.1/questions.yaml
Normal file
3113
incubator/ai-server/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
incubator/ai-server/0.0.1/templates/common.yaml
Normal file
1
incubator/ai-server/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
incubator/ai-server/0.0.1/values.yaml
Normal file
0
incubator/ai-server/0.0.1/values.yaml
Normal file
4
incubator/ai-server/item.yaml
Normal file
4
incubator/ai-server/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ai-server.png
|
||||
categories:
|
||||
- AI
|
||||
screenshots: []
|
||||
Reference in New Issue
Block a user