From 483243794c580efdb87ece0cd3a8624632242b37 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 14 May 2026 05:51:49 +0200 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.23.3=20=E2=86=92=200.23.4=20(#48219)?= 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 86d355e91ec..886fd43ac0d 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.23.3 +appVersion: 0.23.4 dependencies: - name: common version: 29.3.4 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.13.2 +version: 9.13.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index d12502c5104..ddb2c73fcbe 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -2,11 +2,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.23.3@sha256:9b519ed11930ba9a3c6123f8546b8f553e247ea6ce58739a4878f913996e7a67 + tag: 0.23.4@sha256:7ffd891da3e9e278d042c856c0fbe1b10fa03ed1791471377dde331eae4ea834 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.23.3-rocm@sha256:3222d1a713a1fa09513516a31fcf2c7c9fe591895d9d03a027b73cb2846191e7 + tag: 0.23.4-rocm@sha256:99839b81f29259f087f2fcb66d3b42fb97095a76db520da1e98d99d07b94f0f5 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent