From c73ab926fc562e0c21320cea301abcf1590e045b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 21 Jun 2024 02:30:28 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.1.45 by renovate (#23620) 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.44-rocm` -> `0.1.45-rocm` | | ollama/ollama | patch | `0.1.44` -> `0.1.45` | --- > [!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 dbc8d2ae115..48ab3fefee1 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.1.44 +appVersion: 0.1.45 dependencies: - name: common version: 24.1.1 @@ -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.1.1 +version: 7.1.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 86e937509d6..d75a5b0b912 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.44@sha256:1174d6119998bb10f5af2437e7aeeb934726e37268f0d66f200f6cfd9fb20578 + tag: 0.1.45@sha256:e60e5c28b206e83df788349a1f456a74a52e881a7ba03012d233bad834141ed7 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.44-rocm@sha256:2040a4019abee1e9a0fc9c52648df9623cb0b538faf6052256b11adbc0bc693c + tag: 0.1.45-rocm@sha256:abc034c392409d3995ec0fdca8ac464462d7e2d46a6fe9981a0a877bc9c6e084 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent