mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Update docker.io/ollama/ollama Docker tag to v0.14.3
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: ollama
|
||||
description: Ollama LLM Server Helm Chart
|
||||
type: application
|
||||
version: 0.4.0
|
||||
version: 0.5.0
|
||||
appVersion: "4"
|
||||
|
||||
dependencies:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ollama
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Ollama LLM Server Helm Chart
|
||||
|
||||
@@ -16,7 +16,7 @@ Ollama LLM Server Helm Chart
|
||||
|-----|------|---------|-------------|
|
||||
| ollama.image.registry | string | `"docker.io"` | |
|
||||
| ollama.image.repository | string | `"ollama/ollama"` | |
|
||||
| ollama.image.tag | string | `"0.13.3"` | |
|
||||
| ollama.image.tag | string | `"0.14.3"` | |
|
||||
| ollama.nodeSelector."kubernetes.io/hostname" | string | `"mrrobot"` | |
|
||||
| ollama.persistence.enabled | bool | `true` | |
|
||||
| ollama.persistence.size | string | `"100Gi"` | |
|
||||
|
||||
@@ -2,7 +2,7 @@ ollama:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: ollama/ollama
|
||||
tag: 0.13.3
|
||||
tag: 0.14.3
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 100Gi
|
||||
|
||||
Reference in New Issue
Block a user