From 12e99c85afb7f35799818b9cd74ef19525e09c2e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 16 Sep 2025 19:35:06 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.11.10=20=E2=86=92=200.11.11=20(#39572)?= 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 | `dc8e715` -> `016eb85` | | docker.io/ollama/ollama | patch | `a5409cb` -> `24d41d7` | --- > [!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 ede024f6450..05a9731bb17 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.10 +appVersion: 0.11.11 dependencies: - name: common version: 28.17.1 @@ -39,5 +39,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.6.2 +version: 8.6.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index c6c5b375230..6703dff69f5 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.10@sha256:a5409cb903d30f9cd67e9f430dd336ddc9274e16fd78f75b675c42065991b4fd + tag: 0.11.11@sha256:24d41d792306fc3221de215bb6f225faf981712d1f38083d8c61301dfa2b69b3 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.11.10-rocm@sha256:dc8e715e218b963a951deb4a735f392d3524b7ab47df7961066f5986e8a76a22 + tag: 0.11.11-rocm@sha256:016eb853ea21f9440feb740691ed7f3e62a293d86d0fb05e12c260b53c21415a uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent