From 30d0d3da80486fec58d1a7eb37f85d16019bac05 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Dec 2024 03:07:25 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.4.4=20=E2=86=92=200.4.7=20(#30105)?= 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 | `72b06cc` -> `27d6a57` | | docker.io/ollama/ollama | patch | `8094228` -> `55977eb` | --- > [!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 349ed6a9b9d..c85634f580e 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.4.4 +appVersion: 0.4.7 dependencies: - name: common version: 25.2.2 @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 7.7.1 +version: 7.7.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 48fbdfac718..10e5090aeab 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.4.4@sha256:80942282f94bf8147a3f1badea3c21d8bd8b98ee7ec835cf7b292efa75f1ead4 + tag: 0.4.7@sha256:55977eb618082df0f81ea197a75dc1710e54524f2ef71fa1a8b83cc0148b6e2f rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.4.4-rocm@sha256:72b06ccf67571df87a2e4f7ea93728585f4bbe1a0690ff1442074fee4d9d31c9 + tag: 0.4.7-rocm@sha256:27d6a575329d085cc31becdc717410549b3abfad2f02ab3dbef6da05610aaf21 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent