From 7ee0f9b847e92ba947a81d8d155006193a2bef14 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 17 Jun 2025 22:28:52 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.9.0=20=E2=86=92=200.9.1=20(#36351)?= 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 | `592d8de` -> `f6157f5` | | docker.io/ollama/ollama | patch | `2ea3b76` -> `fa1afed` | --- > [!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 5dc0ad25418..ae6f1fc0fea 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.9.0 +appVersion: 0.9.1 dependencies: - name: common version: 25.4.10 @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 7.19.1 +version: 7.19.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 23602738b54..7971b44762f 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.9.0@sha256:2ea3b768a8f2dcd4d910f838d79702bb952089414dd578146619c0a939647ac6 + tag: 0.9.1@sha256:fa1afed00386c4eb8746c3948b6c23692816e432b7c2cccf0322e48d5248e077 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.9.0-rocm@sha256:592d8decca4c75c1e8677f0ff4ac3473f7297557d7410f5c46e9ebfebd200e05 + tag: 0.9.1-rocm@sha256:f6157f5e08be143962cc64c16d8b771cf732c9270bbb24afeaba9f6a88beae85 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent