diff --git a/charts/ollama/Chart.yaml b/charts/ollama/Chart.yaml index 9b459b5e..d906cefc 100644 --- a/charts/ollama/Chart.yaml +++ b/charts/ollama/Chart.yaml @@ -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: diff --git a/charts/ollama/README.md b/charts/ollama/README.md index a7c02e2f..b868f79c 100644 --- a/charts/ollama/README.md +++ b/charts/ollama/README.md @@ -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"` | | diff --git a/charts/ollama/values.yaml b/charts/ollama/values.yaml index c30518f9..ac3f07d7 100644 --- a/charts/ollama/values.yaml +++ b/charts/ollama/values.yaml @@ -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