From d4802c0c7ed5252e7884bc49218459796784b4ba Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 22 Apr 2025 02:59:16 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.6.5=20=E2=86=92=200.6.6=20(#34641)?= 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 | `2092b61` -> `8f09e2f` | | docker.io/ollama/ollama | patch | `96b7667` -> `d42df3f` | 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 878b3ac4e2c..e5d01053248 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.6.5 +appVersion: 0.6.6 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.13.13 +version: 7.13.15 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 498455f0a03..55c4e518fb8 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.6.5@sha256:96b7667cb536ab69bfd5cc0c2bd1e29602218e076fe6d34f402b786f17b4fde0 + tag: 0.6.6@sha256:d42df3fe2285ca1f9f3b6f90dce394d73d7dd024a63104f9a5056ce1da4db1be rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.6.5-rocm@sha256:2092b61563b18fb73ae01224a28eb00d9f253248002b79eac96d237dee995c46 + tag: 0.6.6-rocm@sha256:8f09e2fd738eaa04e154d87e9b68c217770f1b034755433ac002dea9da4fcf58 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent