From bf77e341de34fe353e9e1d579d8a440162f08245 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 21 Feb 2024 07:25:50 +0100 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.1.25@2182486 by renovate (#18398) 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.1.24` -> `0.1.25` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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 this update 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 | 8 ++++---- charts/stable/ollama/values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index fe6d0ad8420..64c4831e7ff 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.1.24 +appVersion: 0.1.25 dependencies: - name: common version: 17.5.0 @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png keywords: - ollama - language-models -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,7 +33,7 @@ sources: - https://github.com/jmorganca/ollama - https://github.com/ollama-webui/ollama-webui - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - - https://ghcr.io/ollama-webui/ollama-webui - https://hub.docker.com/r/ollama/ollama + - https://ghcr.io/ollama-webui/ollama-webui type: application -version: 1.2.0 +version: 1.2.1 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index a8706ca4057..3569aa3dcc0 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,7 +1,7 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.24@sha256:bb575e1ebe018b89b5adb1a654967ae337c05109e942b7b32ce90d6d731bb641 + tag: 0.1.25@sha256:21824867532d4aaaecac4b0234c7ac6c8bb0144d86407bdd5e4141686c9fd2e4 uiImage: repository: ghcr.io/ollama-webui/ollama-webui pullPolicy: IfNotPresent