fix(ollama): update image docker.io/ollama/ollama 0.15.2 → 0.15.3 (#44407)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ollama/ollama | patch | `26304d3` -> `3ad90b4` | | docker.io/ollama/ollama | patch | `76d0c00` -> `3970c9b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb2xsYW1hIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -2,13 +2,19 @@ annotations:
|
||||
artifacthub.io/links: |-
|
||||
- name: support
|
||||
url: https://discord.com/invite/tVsPTHWTtr
|
||||
truecharts.org/category: unsorted
|
||||
truecharts.org/max_helm_version: "3.17"
|
||||
truecharts.org/max_kubernetes_version: 1.32.0
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
trueforge.org/category: AI
|
||||
trueforge.org/max_helm_version: "3.20"
|
||||
trueforge.org/max_kubernetes_version: 1.35.0
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.15.2
|
||||
appVersion: 0.15.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.40
|
||||
@@ -19,16 +25,16 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Get up and running with large language models locally.
|
||||
home: https://trueforge.org/truetech/truecharts/charts/stable/ollama
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/ollama.webp
|
||||
home: https://truecharts.org/charts/stable/ollama
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp
|
||||
keywords:
|
||||
- ollama
|
||||
- language-models
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@trueforge.org
|
||||
url: https://trueforge.org
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: ollama
|
||||
sources:
|
||||
- https://ghcr.io/open-webui/open-webui
|
||||
@@ -37,5 +43,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama
|
||||
- https://hub.docker.com/r/ollama/ollama
|
||||
type: application
|
||||
version: 8.23.6
|
||||
version: 8.23.8
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
image:
|
||||
repository: docker.io/ollama/ollama
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.15.2@sha256:76d0c003b27db65170e88ab319ff19c9bcee41ecb8177c52ab06921dfa13abdf
|
||||
tag: 0.15.3@sha256:3970c9b21fc1286d2958dd33f9a4774d70a9b63d596c61ad0ed5b5dd28291dbe
|
||||
rocmImage:
|
||||
repository: docker.io/ollama/ollama
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.15.2-rocm@sha256:26304d3ed3de562959ea91d9cd2fe904a976a88b18543d25403904adf97970ed
|
||||
tag: 0.15.3-rocm@sha256:3ad90b43a301d2f266fab999a0b4a44ae73e3973f00eb07243b36fbd2b0949b1
|
||||
uiImage:
|
||||
repository: ghcr.io/open-webui/open-webui
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user