From b7306e94d60c9f2a97b9941e5251de042c4bf95b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 23 Dec 2025 22:06:22 +0100 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.13.4=20=E2=86=92=200.13.5=20(#42969)?= 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 | `d3ed632` -> `5686428` | | docker.io/ollama/ollama | patch | `78b1973` -> `2c9595c` | --- > [!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 5bcc82d929e..904d5632c59 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.13.4 +appVersion: 0.13.5 dependencies: - name: common version: 28.29.11 @@ -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.19.13 +version: 8.19.15 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 48a0c844ea3..ebc9dd147d0 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.13.4@sha256:78b19735971f9a2855c98ca39a775a43fd3ebe104af0fe2155b5261c34deef31 + tag: 0.13.5@sha256:2c9595c555fd70a28363489ac03bd5bf9e7c5bdf2890373c3a830ffd7252ce6d rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.13.4-rocm@sha256:d3ed63220c37dbdcdb9a818ac66931da09843f6e9d9915afbaf1fe64212fe0c4 + tag: 0.13.5-rocm@sha256:56864280993c0d7379e5427a9b561d3e017ae180c5a783b4a0947a2962d06168 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent