From b32a95e3f4ad9be7796bac9e08c1a218c0a6cd24 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 1 Jun 2024 02:31:29 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.1.40 by renovate (#22715) 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.39-rocm` -> `0.1.40-rocm` | | ollama/ollama | patch | `0.1.39` -> `0.1.40` | --- > [!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 ab59d913c3d..2783be53222 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.39 +appVersion: 0.1.40 dependencies: - name: common version: 23.0.10 @@ -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.32 +version: 6.0.34 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index ab31486c595..80a32f76cbf 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.39@sha256:7839944b38ff76a60b44490ccc2f3121a6ecd9beb1202cd71ac44518309f9323 + tag: 0.1.40@sha256:f59d3b526140bb9be423115428b9092875c14fadf29fce263c9df4de668e210f rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.39-rocm@sha256:cd03dbf7fe632e27334f5a47eadc629f45cf0779b23518e535c5f790b91cae94 + tag: 0.1.40-rocm@sha256:574f2567d9687a5201118265e51d6cb7bb07ca1a459f6a691a8fb525ac537ffa uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent