From 5aa54dcc0d389131a1c9730bd0007c6987b6f268 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 4 Jun 2026 00:48:21 +0200 Subject: [PATCH] =?UTF-8?q?feat(ollama):=20update=20image=20docker.io/olla?= =?UTF-8?q?ma/ollama=200.24.0=20=E2=86=92=200.30.3=20(#48739)?= 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 | minor | `e87f760` → `24e2bde` | | docker.io/ollama/ollama | minor | `a614923` → `94f691c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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 feec10c6483..967f6b66cd6 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.24.0 +appVersion: 0.30.3 dependencies: - name: common version: 29.3.4 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.15.0 +version: 9.17.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 7e3cd1738a9..a0fdf563e0f 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -2,11 +2,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.24.0@sha256:a6149234667efc71d37766d61c1a16f24c33e4cd7a0bf4125c44a7e47e2419c4 + tag: 0.30.3@sha256:94f691cb4561e28f9be252a95defa5a33c388651fde803ca260576d57f243a57 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.24.0-rocm@sha256:e87f7608374a9f4a3f103032b895910bf501ea248a91b12c83f34f41673176f6 + tag: 0.30.3-rocm@sha256:24e2bde9cf066871ac8d1f9b0ce77b49edff64aa37fc470f777611baf855d310 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent