diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 8438d1b58f6..16f3f154481 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.6.6 +appVersion: 0.6.7 dependencies: - name: common version: 25.4.10 @@ -38,5 +38,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 7.13.16 +version: 7.13.18 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index c2c8db05330..fea52f04a5d 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.6.6@sha256:d42df3fe2285ca1f9f3b6f90dce394d73d7dd024a63104f9a5056ce1da4db1be + tag: 0.6.7@sha256:b8dc25402640713e75314143ebd0181774a96efa2a0da441370342d3e948cf16 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.6.6-rocm@sha256:8f09e2fd738eaa04e154d87e9b68c217770f1b034755433ac002dea9da4fcf58 + tag: 0.6.7-rocm@sha256:a76ebc5d0e4702409ace07497b30be1959a7abbd9de77d552b03af8391797b8e uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent