From 55a4aa37f723e35a97e95da467ebb73b775a72b1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 31 Oct 2025 09:17:04 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.12.7=20=E2=86=92=200.12.8=20(#41289)?= 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 | `228ffa7` -> `5eb7616` | | docker.io/ollama/ollama | patch | `de29cf7` -> `bf65a7c` | --- > [!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 4e510c92878..3096a7efc2d 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.12.7 +appVersion: 0.12.8 dependencies: - name: common version: 28.26.1 @@ -41,5 +41,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.15.4 +version: 8.15.6 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index df7fe640bee..787eff29ff0 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.12.7@sha256:de29cf776a66aae03ace78d7b09660eebc4b0b4d547a67a04740353a171722f0 + tag: 0.12.8@sha256:bf65a7c25eb4561131ccbecd81991a5fdb37d8970958a3877533358ff28e0620 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.12.7-rocm@sha256:228ffa77d7a82631f517a375e94f8c43379e17254c80d8a16ff29ccb3a1d1b6c + tag: 0.12.8-rocm@sha256:5eb7616e1ca9316671392bc9125fa2478ce967826eecbb3988e41aa7646fa412 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent