From 4ddb5f63b41cad810790989705e5a3e44a46105f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Dec 2024 05:05:39 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.4.7=20=E2=86=92=200.5.4=20(#30218)?= 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 | `27d6a57` -> `c3a4bb6` | | docker.io/ollama/ollama | minor | `55977eb` -> `18bfb1d` | --- > [!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 c85634f580e..67aa0f10dd9 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.7 +appVersion: 0.5.4 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.3 +version: 7.9.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 10e5090aeab..8d3fcac965d 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.7@sha256:55977eb618082df0f81ea197a75dc1710e54524f2ef71fa1a8b83cc0148b6e2f + tag: 0.5.4@sha256:18bfb1d605604fd53dcad20d0556df4c781e560ebebcd923454d627c994a0e37 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.4.7-rocm@sha256:27d6a575329d085cc31becdc717410549b3abfad2f02ab3dbef6da05610aaf21 + tag: 0.5.4-rocm@sha256:c3a4bb61f86bcfaa54c3e2129ef45b63b5ca69debc3a90f54ac1cf7c0cdcc0c3 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent