From 5067f882cdd41c959e4498ba7eef9cbca256e0f8 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 30 Jun 2026 03:03:38 +0200 Subject: [PATCH] =?UTF-8?q?feat(ollama):=20update=20image=20docker.io/olla?= =?UTF-8?q?ma/ollama=200.30.11=20=E2=86=92=200.31.0=20(#49671)?= 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 | `c8346b5` → `242a023` | | docker.io/ollama/ollama | minor | `c484b70` → `02e36fe` | --- > [!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 e0673a12336..abdf4986b6c 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.30.11 +appVersion: 0.31.0 dependencies: - name: common version: 29.6.0 @@ -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.19.0 +version: 9.21.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 8b33463fd6c..32fc5a6dc27 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.30.11@sha256:c484b703176aa19dfc0a54cbfb60ab8094b38faa04283fb77eba1d33319e5eca + tag: 0.31.0@sha256:02e36fe162a0b008d452f8a5ce034ac2f8e47e2e1f3a40bca1159ce9fc593da3 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.30.11-rocm@sha256:c8346b53b097b41f8ed61c92dc9f660d89fac6fc55f6f7f43e086be20095eb70 + tag: 0.31.0-rocm@sha256:242a023325bc621ded8f4409356982d695b5e81b00fbfb3eb35ddacbe398f9fb uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent