From e869d1d6c87a6ab109313475edfbeb2d5f36a6b1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 25 Jul 2024 08:27:32 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.0 by renovate (#24273) 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 | minor | `0.2.8-rocm` -> `0.3.0-rocm` | | ollama/ollama | minor | `0.2.8` -> `0.3.0` | --- > [!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 9c621347709..84d9c83f621 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.2.8 +appVersion: 0.3.0 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.2.1 +version: 7.3.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 1b9606ed120..38009234a0c 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.2.8@sha256:217f0de100f62f5bcdbf73699856a4c0155695de7944854e7c84af87e2a6e2c0 + tag: 0.3.0@sha256:35eed5095c8e379f58ec04bf3cd3f61a9a34cbff3205c40156921673ee96a25b rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.2.8-rocm@sha256:4325d935cd6e07cfa840eb193aad0594ba6cbc97ca9d0778f6716507cb3955ed + tag: 0.3.0-rocm@sha256:25da75f6d7ce0e36e219b2680119dce285d8a693ea9f89db8f302a76726cbc43 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent