diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 5dc0ad25418..ae6f1fc0fea 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.9.0 +appVersion: 0.9.1 dependencies: - name: common version: 25.4.10 @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 7.19.1 +version: 7.19.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 23602738b54..7971b44762f 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.9.0@sha256:2ea3b768a8f2dcd4d910f838d79702bb952089414dd578146619c0a939647ac6 + tag: 0.9.1@sha256:fa1afed00386c4eb8746c3948b6c23692816e432b7c2cccf0322e48d5248e077 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.9.0-rocm@sha256:592d8decca4c75c1e8677f0ff4ac3473f7297557d7410f5c46e9ebfebd200e05 + tag: 0.9.1-rocm@sha256:f6157f5e08be143962cc64c16d8b771cf732c9270bbb24afeaba9f6a88beae85 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent