From bbd926ea00d4fca54a1c1e062138e08de04d87e5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 18 Sep 2024 08:28:26 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.11 by renovate (#26614) 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.10-rocm` -> `0.3.11-rocm` | | ollama/ollama | patch | `0.3.10` -> `0.3.11` | --- > [!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://redirect.github.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 6f32a33775e..dde8baa5ac5 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.10 +appVersion: 0.3.11 dependencies: - name: common version: 24.1.16 @@ -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.34 +version: 7.3.35 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 47d29320010..47226c7e245 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.10@sha256:bf65f12eb64051f9429d6348e65c2d4c5415981de10eefe3faa45f1078abb729 + tag: 0.3.11@sha256:a45c1ae866f0ad115b5b2b5048cb80e02a8c49c36f60d49f449b0d6a3825cdbf rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.10-rocm@sha256:b58c6e94120f15a6b5150cdfa265cdc1f3ec0ff9e961025403b8e8a34caae1e8 + tag: 0.3.11-rocm@sha256:c986a3a759c4cd8f84038e047820569cba34ffbb634ae0c968af472f8e50d19a uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent