From 35a655fa7c466e124a7cfde148b35d5c45edcfb0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 12 Aug 2024 02:40:21 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.5 by renovate (#25022) 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.4-rocm` -> `0.3.5-rocm` | | ollama/ollama | patch | `0.3.4` -> `0.3.5` | --- > [!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 11254855464..a34f7e9bab3 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.4 +appVersion: 0.3.5 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.11 +version: 7.3.12 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 18f6be23439..8faae9c5fd1 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.4@sha256:31b45dbe6f713ee6d05d5f72323463044ea32105df4dd0c3e7fd18207f3783c7 + tag: 0.3.5@sha256:532b563c005c1d60cf959d498418e0d3b5cc1f02f6a1608ae7d0c0a8a3c8a2f5 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.4-rocm@sha256:2cb632ed9acc2a4a9b6ee2fa073f61bc2cb510a767d1a9f372e69f55d4ef096d + tag: 0.3.5-rocm@sha256:9593e355b4da708c4fd4631f61c1d5cb34813c3bfa541119a87111e644ca6875 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent