fix(ollama): update image docker.io/ollama/ollama 0.15.4 → 0.15.5 (#44607)

This commit is contained in:
TrueCharts Bot
2026-02-06 06:26:53 +01:00
committed by GitHub
parent b90f90b764
commit dc0345b52d
2 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -14,7 +14,7 @@ annotations:
trueforge.org/min_helm_version: "3.14" trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable trueforge.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 0.15.4 appVersion: 0.15.5
dependencies: dependencies:
- name: common - name: common
version: 28.29.49 version: 28.29.49
@@ -25,16 +25,16 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: Get up and running with large language models locally. description: Get up and running with large language models locally.
home: https://trueforge.org/truetech/truecharts/charts/stable/ollama home: https://truecharts.org/charts/stable/ollama
icon: https://trueforge.org/img/hotlink-ok/chart-icons/ollama.webp icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp
keywords: keywords:
- ollama - ollama
- language-models - language-models
kubeVersion: '>=1.27.0-0' kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@trueforge.org email: info@truecharts.org
url: https://trueforge.org url: https://truecharts.org
name: ollama name: ollama
sources: sources:
- https://ghcr.io/open-webui/open-webui - https://ghcr.io/open-webui/open-webui
@@ -43,5 +43,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama
- https://hub.docker.com/r/ollama/ollama - https://hub.docker.com/r/ollama/ollama
type: application type: application
version: 8.23.11 version: 8.23.13
+2 -2
View File
@@ -1,11 +1,11 @@
image: image:
repository: docker.io/ollama/ollama repository: docker.io/ollama/ollama
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 0.15.4@sha256:37ef34d78a6f4563a11cbbb336bbaa75f01eb19671d639973f98baa58f11a5ed tag: 0.15.5@sha256:ea37dcbf693248c80796654500fccf1e12f55da20ec7c78c30870a9a227c4cdd
rocmImage: rocmImage:
repository: docker.io/ollama/ollama repository: docker.io/ollama/ollama
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 0.15.4-rocm@sha256:548b7c9be95a9ddf3b1d77d96fa1955e45b3fca854bb18a8e1db008caf4388e4 tag: 0.15.5-rocm@sha256:485b8cd7b82c868cc561d494155f6d46ad888de1327e98c678230ce64b657a56
uiImage: uiImage:
repository: ghcr.io/open-webui/open-webui repository: ghcr.io/open-webui/open-webui
pullPolicy: IfNotPresent pullPolicy: IfNotPresent