From bea6b47b0954454c79757ed7074eed9bd0c8bb24 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 21 Oct 2024 08:17:18 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.3.13=20=E2=86=92=200.3.14=20(#28107)?= 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 | `6867975` -> `19fd25f` | | docker.io/ollama/ollama | patch | `2e620e1` -> `e1ce9ed` | 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 bcf3e0366846..ef7c4bbb7c9d 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.3.13 +appVersion: 0.3.14 dependencies: - name: common version: 25.1.0 @@ -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.4.4 +version: 7.4.6 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 4f78c30a07d5..ee618b808375 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.3.13@sha256:2e620e1066fd098b388cd8a40a214f510807c619a80092133546f0d0d271f5f1 + tag: 0.3.14@sha256:e1ce9edb7ccd60ef8b4d99fffe7afdc67edfd1f4d7c6028a4253e6efa82f7e60 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.13-rocm@sha256:686797545767b27be57c0a98d2a69383d3b9dc015669cb98f82d1486c3d6135d + tag: 0.3.14-rocm@sha256:19fd25f6513b687755daffaacc9c8342e73d02d3fee50e6441273a20eb01baea uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent