From 32e808aa1a70eece19ab5eefd7da89315eda8548 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 30 Jul 2024 02:39:55 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.1 by renovate (#24549) 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.0-rocm` -> `0.3.1-rocm` | | ollama/ollama | patch | `0.3.0` -> `0.3.1` | --- > [!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 c1ee116d69d..8aa98e073b0 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.0 +appVersion: 0.3.1 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.1 +version: 7.3.2 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 50afc3c116e..a931a279cbc 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.0@sha256:0287b511c66fcaec00e21b3b96b9b3db7f9d88d971c6b4d8fa3b97ea5da752e8 + tag: 0.3.1@sha256:05c9e7a4cdbf4b49a36048e863d94b56d6181b623cf049adcc2dbeb37175b173 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.0-rocm@sha256:f398f13eb1cfc3b7cc63822349d1574417d70b2bea615ecf63f389c2bec0e4e4 + tag: 0.3.1-rocm@sha256:a53d45820330b8ac2a7ea28d0c2c87d60eac5f544a4a8f2bea187cd5f49eea25 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent