From 859af22911ec0112336c3972630f751f6191fe50 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 14 Aug 2024 14:32:22 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.6 by renovate (#25128) 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.5-rocm` -> `0.3.6-rocm` | | ollama/ollama | patch | `0.3.5` -> `0.3.6` | --- > [!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 a34f7e9bab3..36625845bca 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.5 +appVersion: 0.3.6 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.12 +version: 7.3.13 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 8faae9c5fd1..bf3a675cce0 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.5@sha256:532b563c005c1d60cf959d498418e0d3b5cc1f02f6a1608ae7d0c0a8a3c8a2f5 + tag: 0.3.6@sha256:81e9822fecf86855bf74ede92c33456a0d1f9b034864cb3eaa379fb0361b6daf rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.5-rocm@sha256:9593e355b4da708c4fd4631f61c1d5cb34813c3bfa541119a87111e644ca6875 + tag: 0.3.6-rocm@sha256:10dd58e1417cdabdc8a92c6377145db89ec3d43c02de60edcf23227afd0c81ac uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent