From c83c2500676d1e4ed9898aa25a0abb8f86df45e0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 21 Jan 2026 20:25:51 +0100 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.14.2=20=E2=86=92=200.14.3=20(#43927)?= 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 | `a86da2b` -> `910a291` | | docker.io/ollama/ollama | patch | `4489353` -> `a7471e7` | --- > [!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 42e3ab29849..8fe2bb02878 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.14.2 +appVersion: 0.14.3 dependencies: - name: common version: 28.29.27 @@ -40,5 +40,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.21.9 +version: 8.21.11 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 569cdd45f4d..f70397eecd6 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.14.2@sha256:44893537fcc6f100b70ceb7f5c9fd8f787ba58f9f8ce73bf4a48a5b05fd8c422 + tag: 0.14.3@sha256:a7471e7e503643d06767053fa4c825eaa7cafb1586f7256ce29080bcbf57bf5c rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.14.2-rocm@sha256:a86da2b5df12aea561814f019ec926dc7b59aef5d575cd8e19dc3ed8c038767e + tag: 0.14.3-rocm@sha256:910a291c32dae4b605d51f98d44227c6f2e2a85baa63aa2daced3b84cc16289b uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent