From 7c07a809dde318778a8df4dd4bf256ae39c4ab3b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 17 Feb 2026 06:07:17 +0100 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.16.1=20=E2=86=92=200.16.2=20(#45128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ollama/ollama | patch | `dabd1c5` → `1157339` | | docker.io/ollama/ollama | patch | `dca1224` → `0764cf5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- 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 583bb58f947..50e493465ee 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.16.1 +appVersion: 0.16.2 dependencies: - name: common version: 28.30.2 @@ -43,5 +43,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.26.1 +version: 8.26.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 6355ae9be56..f2bdd48cfb4 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.16.1@sha256:dca1224ecd799f764b21b8d74a17afdc00505ecce93e7b55530d124115b42260 + tag: 0.16.2@sha256:0764cf55b4a33bcecca10f718394d097ef7d464b75669a14f0cd4ac1a8b9a0c5 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.16.1-rocm@sha256:dabd1c5ceb4260e48519a1235b647707cd773c146a3bc592bf32357ad54cc343 + tag: 0.16.2-rocm@sha256:11573390c5faf1e453a62a7b96fb5738a0d3d04f52b8e6999756ebef34e93901 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent