From 5cc45bd4d99d7f12d1db4328b3594f3ff2aed017 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 6 Nov 2025 22:20:26 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.12.9=20=E2=86=92=200.12.10=20(#41496)?= 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 | `1627827` -> `dfd7905` | | docker.io/ollama/ollama | patch | `889ae74` -> `e8c3d1f` | --- > [!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 | 5 +++-- charts/stable/ollama/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 8c892111634..1cebc1085f4 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.9 +appVersion: 0.12.10 dependencies: - name: common version: 28.26.3 @@ -37,8 +37,9 @@ sources: - https://ghcr.io/open-webui/open-webui - https://github.com/ollama/ollama - https://github.com/open-webui/open-webui + - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.15.10 +version: 8.15.12 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 0379c857f12..f306c661874 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.9@sha256:889ae74bdb4aa541044574d3e5e5dedde3c682c8b7918b6792aa031e7dfc8f06 + tag: 0.12.10@sha256:e8c3d1f6ad16323bc40dc63eff0701d4fc32113f75a86b54b3e836eef8290de6 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.12.9-rocm@sha256:1627827bfabbcf02a3c4734b43fb7e531629fa60599adc4169a59b81de3043a4 + tag: 0.12.10-rocm@sha256:dfd7905bb37d90bdecefff598bda1ff9eb282eb30b0b10091cc08ca518c6ea24 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent