-
Notifications
You must be signed in to change notification settings - Fork 50
/
Chart.yaml
38 lines (33 loc) · 883 Bytes
/
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
apiVersion: v2
name: ollama
description: Get up and running with large language models locally.
type: application
version: 1.1.0
appVersion: "0.5.1"
annotations:
artifacthub.io/category: ai-machine-learning
artifacthub.io/changes: |
- kind: fixed
description: add namespace explicitly
links:
- name: Pull request #124
url: https://github.com/otwld/ollama-helm/pull/124
- kind: changed
description: upgrade app version to 0.4.7
links:
- name: Ollama release v0.5.1
url: https://github.com/ollama/ollama/releases/tag/v0.5.1
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]