From 7b03811982cf7b2ba69c4d8af2ff08708f514762 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 25 Sep 2024 14:32:21 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.12 by renovate (#26855) 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.11-rocm` -> `0.3.12-rocm` | | ollama/ollama | patch | `0.3.11` -> `0.3.12` | --- > [!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 9767eecac18..9abafbfcbaa 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.11 +appVersion: 0.3.12 dependencies: - name: common version: 24.1.18 @@ -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.42 +version: 7.3.43 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 6e826398d76..479de3f1151 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.11@sha256:a45c1ae866f0ad115b5b2b5048cb80e02a8c49c36f60d49f449b0d6a3825cdbf + tag: 0.3.12@sha256:e458178cf2c114a22e1fe954dd9a92c785d1be686578a6c073a60cf259875470 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.11-rocm@sha256:c986a3a759c4cd8f84038e047820569cba34ffbb634ae0c968af472f8e50d19a + tag: 0.3.12-rocm@sha256:81de423bd4268d4727b2e0537828ce60a1a927f3159197bcf70678b50b023c5f uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent