From 7c1ec7c7f33be3cd2a0da0d9656ed53e2170bb6e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 2 Jun 2024 14:19:09 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.1.41 by renovate (#22769) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | patch | `0.1.40-rocm` -> `0.1.41-rocm` | | ollama/ollama | patch | `0.1.40` -> `0.1.41` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.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 453ddb39744..ad36e6c9045 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.1.40 +appVersion: 0.1.41 dependencies: - name: common version: 23.0.11 @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 6.0.37 +version: 6.0.39 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 00ac5ec742b..72b27ceb0de 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.40@sha256:95f36213b7a015ac3efe1d743cc3e2f7feea0ba19d4d80aa866fbf226c1e1453 + tag: 0.1.41@sha256:b0b6a3cfa9c2bb4fe279bb2de7a925f34668a9f7155e19ef0d7dde12d9949efb rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.40-rocm@sha256:6e7fa399c8f1f7c5773bfaed111587ef3bd4657ea8d2637382601ff01dbad8ba + tag: 0.1.41-rocm@sha256:040b5f6c132111d7d48ad84d925f8934b3438fea3f9e632fdf853a31b0318ff0 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent