From 9604d73cca48f972a4eadb01762686186d2c707c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 1 Aug 2024 08:30:24 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.2 by renovate (#24643) 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.3.1-rocm` -> `0.3.2-rocm` | | ollama/ollama | patch | `0.3.1` -> `0.3.2` | --- > [!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 82a93367fb0..e4e05649e61 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.3.1 +appVersion: 0.3.2 dependencies: - name: common version: 24.1.5 @@ -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.3.3 +version: 7.3.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 964847a3020..d9116240863 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.3.1@sha256:1982fe6de8a0a8a0897d08c4099e403052aacda17d67b5554957ca104e50d449 + tag: 0.3.2@sha256:393758874bb2ab26a241466ed8037ad3aff243ad2fba8289045649b48b15ddba rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.1-rocm@sha256:cc2810f1cce6780f2fd4ed12a98aac906bc1ac79e17db8c9823e49453d27be42 + tag: 0.3.2-rocm@sha256:a771a4665636e5fabcb4081261cb62fcf5e2f0612442b5f2f5da94455a8ed424 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent