From 6015ebb120846dd24274f04696aad442ff3bd7e5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 13 May 2026 07:27:36 +0200 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.23.2=20=E2=86=92=200.23.3=20(#48190)?= 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 | `13d5385` → `3222d1a` | | docker.io/ollama/ollama | patch | `d00473c` → `9b519ed` | --- > [!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). 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 625517c960e..24b64ee7086 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.23.2 +appVersion: 0.23.3 dependencies: - name: common version: 29.3.4 @@ -38,5 +38,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.13.1 - +version: 9.13.2 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index c0633277049..d12502c5104 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.23.2@sha256:d00473cb58f0082c07cd6ed0d326a8a86f443ab69c51f8fc2b1a41687d45c661 + tag: 0.23.3@sha256:9b519ed11930ba9a3c6123f8546b8f553e247ea6ce58739a4878f913996e7a67 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.23.2-rocm@sha256:13d5385ef812a11bdf890b87eaa8951b565a93a9df48f9ba4bb72cc09e583041 + tag: 0.23.3-rocm@sha256:3222d1a713a1fa09513516a31fcf2c7c9fe591895d9d03a027b73cb2846191e7 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent