From 4ee6addf1f6d0b5b9a671547001856b1884ce9bc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Apr 2026 07:48:41 +0200 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.21.1=20=E2=86=92=200.21.2=20(#47457)?= 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 | `e2e4157` → `73ea878` | | docker.io/ollama/ollama | patch | `cd33c56` → `2038a26` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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 61a32a86b3e..a48610c5f88 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.21.1 +appVersion: 0.21.2 dependencies: - name: common version: 29.1.6 @@ -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.7.3 +version: 9.7.5 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 84c38186af4..8119fe4873e 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.21.1@sha256:cd33c5656285ca365c9c5495fe0240a70aef642088c6427c461fd54b62f80ffb + tag: 0.21.2@sha256:2038a264392af4d21f7f14e1568e8dd9aa0f2bd0f31d7d9a59a8cca1e9829663 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.21.1-rocm@sha256:e2e4157a138fd3bcebe5288fa2d2bbfa1dbf7e9290154e15eb8e9d0d76825dbc + tag: 0.21.2-rocm@sha256:73ea87883bd6d61a84596524ee81205e800c7f5ad1e77f45d5622d76f0743974 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent