Merge branch 'renovate/docker.io-ollama-ollama-0.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

Update docker.io/ollama/ollama Docker tag to v0.14.3

See merge request deepcypher/dc-kc!954
This commit is contained in:
George Onoufriou
2026-01-22 00:15:45 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -1,6 +1,6 @@
# ollama
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4](https://img.shields.io/badge/AppVersion-4-informational?style=flat-square)
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"` | |

View File

@@ -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