From d7f800c0f98d6b402089656102a7ba831b353d87 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 7 Jun 2024 14:30:39 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.1.42 by renovate (#23062) 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.41-rocm` -> `0.1.42-rocm` | | ollama/ollama | patch | `0.1.41` -> `0.1.42` | --- > [!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 250049c2bd4..d2227b2e841 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.41 +appVersion: 0.1.42 dependencies: - name: common version: 24.0.0 @@ -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: 7.0.5 +version: 7.0.7 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 73163063115..4eaf1b9cea3 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.41@sha256:b0b6a3cfa9c2bb4fe279bb2de7a925f34668a9f7155e19ef0d7dde12d9949efb + tag: 0.1.42@sha256:6d10fdf43c554617a515ff1c330a315afa223f13b25459c9cdc055df9db3ad65 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.41-rocm@sha256:040b5f6c132111d7d48ad84d925f8934b3438fea3f9e632fdf853a31b0318ff0 + tag: 0.1.42-rocm@sha256:08d804e1d98d4d3fe3068b394fbde60a239ac99b14a90f151955b48d598e4b4b uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent