From 36666e34eb35a031cafe02318054851ce3237ae3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 29 Apr 2026 11:59:37 +0200 Subject: [PATCH] =?UTF-8?q?feat(ollama):=20update=20image=20docker.io/olla?= =?UTF-8?q?ma/ollama=200.21.2=20=E2=86=92=200.22.0=20(#47694)?= 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 | `73ea878` → `56a134d` | | docker.io/ollama/ollama | minor | `2038a26` → `05ab093` | --- > [!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 c9182520b4a..56cb17336af 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.21.2 +appVersion: 0.22.0 dependencies: - name: common version: 29.1.6 @@ -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.7.6 +version: 9.9.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 565c0fb2d09..404ff38a93f 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.21.2@sha256:2038a264392af4d21f7f14e1568e8dd9aa0f2bd0f31d7d9a59a8cca1e9829663 + tag: 0.22.0@sha256:05ab093b257a54318fba39293f1640d53b507d1edec8fa6ca2d3e1817c02e53b rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.21.2-rocm@sha256:73ea87883bd6d61a84596524ee81205e800c7f5ad1e77f45d5622d76f0743974 + tag: 0.22.0-rocm@sha256:56a134d3b55d0e86bd6cdc9951b7b9aae98c6b1f8e2a11ffdbbb4d97b31a1547 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent