From d6fdf284fb40fbc8590ea999a8a48fcc0bafc5c4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 16 Nov 2024 00:29:03 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.4.1=20=E2=86=92=200.4.2=20(#29456)?= 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 | `c49f604` -> `0e46371` | | docker.io/ollama/ollama | patch | `e7ef02e` -> `1e12dda` | --- > [!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 000c0395baa..112fd2395a2 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.1 +appVersion: 0.4.2 dependencies: - name: common version: 25.1.7 @@ -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.6.4 +version: 7.6.6 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 31047e3b91a..5a690bc6ec5 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.1@sha256:e7ef02e7135734e999a32a3cf88d69e0c249966d167678999589957581d2d72d + tag: 0.4.2@sha256:1e12ddab3f8272d7de9248de649b084568b49115c72561a34b43a137db1e6885 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.4.1-rocm@sha256:c49f6049d5f73fbcb8bb40829ea62b17c909c993b193cd934aa88d5337f0e46e + tag: 0.4.2-rocm@sha256:0e46371aafa0fbe94e30a60fb289ae5344c8c76484f41cf77af6f474ae38a036 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent