From 46c3baaa891ccb0ac1971b70620541779cc15f89 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 3 May 2026 08:47:14 +0200 Subject: [PATCH] =?UTF-8?q?feat(ollama):=20update=20image=20docker.io/olla?= =?UTF-8?q?ma/ollama=200.22.1=20=E2=86=92=200.23.0=20(#47813)?= 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 | `9fe76e3` → `54e31eb` | | docker.io/ollama/ollama | minor | `3ca37ec` → `5600a65` | --- > [!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 b587a6db074..6c3158853f2 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.22.1 +appVersion: 0.23.0 dependencies: - name: common version: 29.2.8 @@ -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.10.0 +version: 9.12.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index a32a3aac110..93e88de26df 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.22.1@sha256:3ca37ec2b9cb6341b62554074205c616778fe98abcf9e4fc50361b79a07407ae + tag: 0.23.0@sha256:5600a652d1081050f398152127c584222546354491f27fe47ccbc6351bc870bd rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.22.1-rocm@sha256:9fe76e352e3fe4ac2db4f70d34aa0525c6ed4bd99438f4bdd9568ebe09f3791e + tag: 0.23.0-rocm@sha256:54e31ebe297988444bd8fcd4db09ee3213613cb43aced9d7b5a23b909f6e93a0 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent