From 90359ca4fecb082afe6483b3be668fe910289736 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 2 Feb 2026 04:57:48 +0100 Subject: [PATCH] =?UTF-8?q?fix(ollama):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.15.3=20=E2=86=92=200.15.4=20(#44449)?= 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 | `3ad90b4` -> `548b7c9` | | docker.io/ollama/ollama | patch | `3970c9b` -> `37ef34d` | --- > [!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 | 14 +++++++------- charts/stable/ollama/values.yaml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index e14aeb926c5..3b40b38396f 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.15.3 +appVersion: 0.15.4 dependencies: - name: common version: 28.29.40 @@ -25,16 +25,16 @@ dependencies: import-values: [] deprecated: false description: Get up and running with large language models locally. -home: https://trueforge.org/truetech/truecharts/charts/stable/ollama -icon: https://trueforge.org/img/hotlink-ok/chart-icons/ollama.webp +home: https://truecharts.org/charts/stable/ollama +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp keywords: - ollama - language-models -kubeVersion: '>=1.27.0-0' +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@trueforge.org - url: https://trueforge.org + email: info@truecharts.org + url: https://truecharts.org name: ollama sources: - https://ghcr.io/open-webui/open-webui @@ -43,5 +43,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.23.8 +version: 8.23.10 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 16ac10c2081..7336c5bfec3 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.15.3@sha256:3970c9b21fc1286d2958dd33f9a4774d70a9b63d596c61ad0ed5b5dd28291dbe + tag: 0.15.4@sha256:37ef34d78a6f4563a11cbbb336bbaa75f01eb19671d639973f98baa58f11a5ed rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.15.3-rocm@sha256:3ad90b43a301d2f266fab999a0b4a44ae73e3973f00eb07243b36fbd2b0949b1 + tag: 0.15.4-rocm@sha256:548b7c9be95a9ddf3b1d77d96fa1955e45b3fca854bb18a8e1db008caf4388e4 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent