From a391155d0b7a7fe1f9c365ffd0e763ad5e219b2f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 3 Apr 2026 00:31:31 +0200 Subject: [PATCH] =?UTF-8?q?feat(ollama):=20update=20image=20docker.io/olla?= =?UTF-8?q?ma/ollama=200.19.0=20=E2=86=92=200.20.0=20(#46700)?= 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 5e1a0d2798d..3b98c7cd44b 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.19.0 +appVersion: 0.20.0 dependencies: - name: common version: 29.0.10 @@ -37,5 +37,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.2.1 +version: 9.4.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 448e0d01eb5..47610d3a088 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.19.0@sha256:bf240c2847a8bc7b2c630b85dab5d1dedcba257b551d5fc9b290ce544d59272a + tag: 0.20.0@sha256:6eb118589b440c05b62e7e5e73a0bdf7240f6c79d968e60e6fd49f919eee5733 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.19.0-rocm@sha256:71b5a9cc7b15c542413ce456af10d1032aab5c98dc50605f55df98cdf50bdf36 + tag: 0.20.0-rocm@sha256:8abec487c5010f0052525e8b0605f3059a2bb02ac256a2dd32a869a83be7ba07 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent