From 497f3ae0d85b4f136cbb3d89a077da6ea7bb55f3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 25 Jan 2026 04:32:10 +0100 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.15.0=20=E2=86=92=200.15.1=20(#44087)?= 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 | `e165e35` -> `af2cea5` | | docker.io/ollama/ollama | patch | `4e158ee` -> `e0ae535` | --- > [!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 c08ad0cfe63..74916ff2e10 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.15.0 +appVersion: 0.15.1 dependencies: - name: common version: 28.29.36 @@ -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.23.0 +version: 8.23.2 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 779737b16a5..5373fdc1aaa 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.15.0@sha256:4e158ee038728a7ec7f2e57fadc8a870f4c30cf7cc336b0d3424514543db1528 + tag: 0.15.1@sha256:e0ae5354a9e4c85160df4698a45ae360cd0c12ef90e484b12fc870c28f491892 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.15.0-rocm@sha256:e165e355b4dfd563f4473d091a40af78bb82d93ec2815558dfa97863a965457f + tag: 0.15.1-rocm@sha256:af2cea5b0dbbed5a3e000074bd23cb944ca980de02173e897f98a2636f0179fe uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent