From 3c98053b467e8c166492122059ce3df377e7acc7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 3 Dec 2025 02:14:24 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.13.0=20=E2=86=92=200.13.1=20(#42350)?= 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 | `a29abdf` -> `f6becf4` | | docker.io/ollama/ollama | patch | `d4188c1` -> `8850b8b` | --- > [!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 | 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 6a1525651a1..c6bd917082b 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.13.0 +appVersion: 0.13.1 dependencies: - name: common version: 28.29.2 @@ -40,5 +40,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.19.2 +version: 8.19.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 6f6bf62c549..b21f31a6b96 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.13.0@sha256:d4188c1dfa870386a14e299976aed96daeb83876b69e1a852c9d09ea76463b9f + tag: 0.13.1@sha256:8850b8b33936b9fb246e7b3e02849941f1151ea847e5fb15511f17de9589aea1 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.13.0-rocm@sha256:a29abdfbbf2b15a583bb6ce331a238fc54c089e83b878facd591ab3274aba7c2 + tag: 0.13.1-rocm@sha256:f6becf48eb42dba5ec7a852216a78754925bee263ba447bbc8e2f98471c7a158 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent