From 41ee018d8b3afd962c370ce0c57ebbe8d7441aa3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 19 Aug 2025 22:47:57 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.11.4=20=E2=86=92=200.11.5=20(#38645)?= 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 | `536a1ab` -> `21eebac` | | docker.io/ollama/ollama | patch | `be17b35` -> `8025966` | --- > [!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 c41f03e7ec2..c724cb67c30 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.11.4 +appVersion: 0.11.5 dependencies: - name: common version: 28.16.2 @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.5.2 +version: 8.5.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 396b55b7118..7e2b33134f4 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.11.4@sha256:be17b353bf3cfab0b6980530284e64716a57589ed753a82d9a6a2a5fa9a61a31 + tag: 0.11.5@sha256:802596626817a4f24ae26c7e3e3e0ba368cfb93e3945fc176bb714000abcbb4d rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.11.4-rocm@sha256:536a1ab654d06ee2c8bc10bd439ba22c491dc524ac1eaa3302216d789390cc30 + tag: 0.11.5-rocm@sha256:21eebac7832ebc9a3ba683ee87cd8b30495b58b3c4a472676c10dff5de3c8919 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent