From a445ef942e3ededd65f680841a15793083bbef07 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 15 Jan 2026 11:02:18 +0100 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.14.0=20=E2=86=92=200.14.1=20(#43617)?= 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 | `0222bf4` -> `0e48415` | | docker.io/ollama/ollama | patch | `4d1c3ff` -> `ab381bd` | --- > [!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). Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/ollama/Chart.yaml | 5 ++--- charts/stable/ollama/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 33601a8cbbb..3aa146946ab 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.0 +appVersion: 0.14.1 dependencies: - name: common version: 28.29.18 @@ -40,5 +40,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.21.2 - +version: 8.21.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 87352fdb3e4..a0821975587 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.0@sha256:4d1c3ff8badca57327c1eb35e1842f7a28f3578ef40c8488a58854e083f53a1b + tag: 0.14.1@sha256:ab381bda4be8e04790e32551fac37f209fe0bb12ab49ba4b7c32d0f0800cf4c3 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.14.0-rocm@sha256:0222bf477d0512228137cff4fa3306068a5974d6ec9ae079a9148dc7914b3ad5 + tag: 0.14.1-rocm@sha256:0e48415d9b156c889fc66fe20948687be6b6f976a91d10810da5ccc6197be2ee uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent