From 263530bdb200d65656fb4dcc40bdcafbe839a991 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 14 Jun 2024 14:36:07 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.1.44 by renovate (#23330) 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.43-rocm` -> `0.1.44-rocm` | | ollama/ollama | patch | `0.1.43` -> `0.1.44` | --- > [!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 760ed724912..dba83cc7c9e 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.43 +appVersion: 0.1.44 dependencies: - name: common version: 24.0.1 @@ -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.18 +version: 7.0.20 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 2efe48102d9..34d893bf76f 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.43@sha256:ccb6b019e213ef43e2919937b8e35f10688b4589f4d076a5d5d4dd50e170fd86 + tag: 0.1.44@sha256:1174d6119998bb10f5af2437e7aeeb934726e37268f0d66f200f6cfd9fb20578 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.43-rocm@sha256:f118007c0d14a4a87ed2a034b29a097b34d7fd26bb38dfa4c7cec2fe62b94cda + tag: 0.1.44-rocm@sha256:2040a4019abee1e9a0fc9c52648df9623cb0b538faf6052256b11adbc0bc693c uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent