From 016cc87dd34378224b9c804521d8127367201258 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 9 Nov 2024 01:47:13 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.4.0=20=E2=86=92=200.4.1=20(#29025)?= 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 | `35f020f` -> `c49f604` | | docker.io/ollama/ollama | patch | `2e7ce37` -> `e7ef02e` | --- > [!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 f8e816177988..6957a9b81be5 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.0 +appVersion: 0.4.1 dependencies: - name: common version: 25.1.5 @@ -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.0 +version: 7.6.2 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 21beb13e9da8..54bc6c26b9bb 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.0@sha256:2e7ce379d73833c6d25c30cd1bf2d3837a3c37d16e143e9b61cf8f42ba14ba9e + tag: 0.4.1@sha256:e7ef02e7135734e999a32a3cf88d69e0c249966d167678999589957581d2d72d rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.4.0-rocm@sha256:35f020f65519bcc095951609d418698b17d5d7e3172edfb06c389d80e1d2a203 + tag: 0.4.1-rocm@sha256:c49f6049d5f73fbcb8bb40829ea62b17c909c993b193cd934aa88d5337f0e46e uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent