From 642399c60d8d8b4b9d22dfad907281e7c67dc3b7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 4 Sep 2025 23:37:10 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.11.9=20=E2=86=92=200.11.10=20(#39135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/stable/ollama/Chart.yaml | 4 ++-- charts/stable/ollama/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index e864a3b334a..ed5f8e1ea8e 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.11.9 +appVersion: 0.11.10 dependencies: - name: common version: 28.16.5 @@ -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: 8.5.11 +version: 8.5.13 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 89cd64313ac..31013e86b4b 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.11.9@sha256:d8f430f5b760c8c2f93d6fc12d91fa02dfb1ec3d55865483adb9b76c43b0e980 + tag: 0.11.10@sha256:a5409cb903d30f9cd67e9f430dd336ddc9274e16fd78f75b675c42065991b4fd rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.11.9-rocm@sha256:2c97c1d0dd8747f0d6d26998eef652b238d9b6cf4a596a2ad3e03d9176d65ccc + tag: 0.11.10-rocm@sha256:dc8e715e218b963a951deb4a735f392d3524b7ab47df7961066f5986e8a76a22 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent