-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathChart.yaml
43 lines (38 loc) · 1.02 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
apiVersion: v2
name: ollama
description: Get up and running with large language models locally.
type: application
version: 1.8.0
appVersion: "0.5.13"
annotations:
artifacthub.io/category: ai-machine-learning
artifacthub.io/changes: |
- kind: changed
description: upgrade app version to 0.5.13
links:
- name: Ollama release v0.5.13
url: https://github.com/ollama/ollama/releases/tag/v0.5.13
- kind: added
description: add deployment.labels
links:
- name: PR#148
url: https://github.com/otwld/ollama-helm/pull/148
- kind: fixed
description: remove xargs from postStart script
links:
- name: PR#149
url: https://github.com/otwld/ollama-helm/pull/149
kubeVersion: "^1.16.0-0"
home: https://ollama.ai/
icon: https://ollama.ai/public/ollama.png
keywords:
- ai
- llm
- llama
- mistral
sources:
- https://github.com/ollama/ollama
- https://github.com/otwld/ollama-helm
maintainers:
- name: OTWLD
email: [email protected]